Cant figure this one out

Please post all install related problems here. Visit this forum first for troubleshooting.
User avatar
Oliver Georgi
Site Admin
Posts: 9889
Joined: Fri 3. Oct 2003, 22:22
Contact:

Post by Oliver Georgi »

Please read what I have written!!!

$_SERVER['DOCUMENT_ROOT'] is NOT working!!!!!!! And don't use backslashes!

$phpwcms['DOC_ROOT'] is your friend.

Oliver
Oliver Georgi | phpwcms Developer | GitHub | LinkedIn | Систрон
User avatar
DeXXus
Posts: 2168
Joined: Fri 28. Nov 2003, 06:20
Location: USA - Florida

Post by DeXXus »

EwedaMaan wrote:getting closer to a solution I think
Thanks for your help by the way
Afraid not! :wink:
You have ?ignored? OliverG's answers:
Oliver Georgi wrote:This is what you have to change!

Code: Select all

$phpwcms["site"] = "http://www.quinonline.com/";
$phpwcms["root"] = "phpwcms";
Oliver
This *should* be correct (according to the information you have provided)
Oliver Georgi wrote:$phpwcms['DOC_ROOT'] = 'D:/hshome/quingbs/quinonline.com';

Oliver
NO slash on the end (ALWAYS)
conf.inc.php wrote:// Try to check and uncomment the DOCUMENT_ROOT if you have problems
// often neccessary on IIS or default MacOS X webserver settings.
// Do not use backslash "" on Windows - always replace "" by "/"
NO backslashes (ALWAYS)

To properly use the "document_root.php" file to confirm proper value:
document_root.php wrote:This file has to be placed in your web root - do not
put it into any subdir of your webspace.
If this is a "local" installation then you *SHOULD* be using this:
$phpwcms["site"] = "http://localhost/"; <---Means you are on local machine (not on the Internet using your domain name)
If you still have problems:

What versions of PHP & MySQL? Is it Apache? Is it a server "package" -or- did you install individual components yourself? Does Windows Explorer let you "browse" to D:/hshome/quingbs/quinonline.com/phpwcms/include/inc_ext/ss_image/ss_image.class.php and show that "exact" path in the address bar?
User avatar
Oliver Georgi
Site Admin
Posts: 9889
Joined: Fri 3. Oct 2003, 22:22
Contact:

Post by Oliver Georgi »

EwedaMaan wrote:Also just for future refference you could have been clearer in your instruction
$phpwcms['DOC_ROOT'] = 'D:/hshome/quingbs/quinonline.com';
I confused me for a while.
If you run the install in the right way you would have a correct value in it (normally) ;-)
And always read carefully - there were many hints here in this thread.

Oliver
Oliver Georgi | phpwcms Developer | GitHub | LinkedIn | Систрон
User avatar
Oliver Georgi
Site Admin
Posts: 9889
Joined: Fri 3. Oct 2003, 22:22
Contact:

Post by Oliver Georgi »

A template is missing - so you have to create one. The white page is the default - non to renderl.

But as long as you can login to the bacikend everything is fine and you can start configuring your system.

Oliver
Oliver Georgi | phpwcms Developer | GitHub | LinkedIn | Систрон
Pappnase

Post by Pappnase »

hello

check your conf.inc.php you forget somewhere an / when i try to call your link into the browser then i get this

Code: Select all

http://www.quinonline.comphpwcms/login.php
User avatar
DeXXus
Posts: 2168
Joined: Fri 28. Nov 2003, 06:20
Location: USA - Florida

Post by DeXXus »

Oliver Georgi wrote:This is what you have to change!

Code: Select all

$phpwcms["site"] = "http://www.quinonline.com/";[/quote]
This one should have a slash on the end (ALWAYS)
Post Reply