www_root does not correspond to server_root ??? [message #752] |
Tue, 26 February 2002 14:31 |
juicysauce
Messages: 14 Registered: February 2002
Karma: 0
|
Junior Member |
add to buddy list ignore all messages by this user
|
|
okay, i realize this is probably a really simple question, but i am thoroughly confused.
when i try to run install.php, i get the following error message during step 2, next to my entry for "Forum WWW Root":
Your WWW_ROOT does not correspond with the SERVER_ROOT path you have specified.
My settings are:
Server Root: /home/juicysauce/www/forum/ Forum Data Root: /home/juicysauce/www/forum/ Forum WWW Root: http://justincone.com/forum/
So what doesn't "correspond"?
I have gotten it to work by making all three entries "/home/juicysauce/www/forum/", but that causes many many problems later, e.g. broken images, 404 pages, etc.
Any ideas?
Thanks in advance, cone
|
|
|
|
|
|
|
Re: www_root does not correspond to server_root ??? [message #27517 is a reply to message #752] |
Sat, 10 September 2005 04:44 |
|
Other error ( i have installed the forum other way ), the error is:
Notice: SQL safe mode in effect - ignoring host/user/password information in I:\ssite\index.php on line 61
Warning: Cannot add header information - headers already sent by (output started at I:\ssite\index.php:61) in I:\ssite\index.php on line 935
Warning: Cannot add header information - headers already sent by (output started at I:\ssite\index.php:61) in I:\ssite\theme\default\login.php on line 579
Is this MySQL error? Do u know how to fix this?
FUDForum 2.6.6
Apache 2.0.40
PHP 4.2.3
MySQL 2.23.43
Win XP Prof. (my home pc)
PS: its almost work corectly (almost made big different)
|
|
|
Re: www_root does not correspond to server_root ??? [message #27531 is a reply to message #27517] |
Sun, 11 September 2005 13:20 |
Ilia
Messages: 13241 Registered: January 2002
Karma: 0
|
Senior Member Administrator Core Developer |
add to buddy list ignore all messages by this user
|
|
The 1st "problem" you can resolve by setting "allow_url_fopen" setting to "0" or "Off" inside your php.ini settings file.
The 2nd problem is caused by the fact that PHP setting sql safe mofe is enanbled, which means connection parameters cannot be set directly and are taken automatically from php.ini. To solve the problem leave the connection setting fields (aside from table prefix and database name) blank.
FUDforum Core Developer
|
|
|