|
|
Re: a 2.7.4RC2 install problem [bug?] [message #30017 is a reply to message #30003] |
Sun, 29 January 2006 18:20 |
Ilia
Messages: 13241 Registered: January 2002
Karma: 0
|
Senior Member Administrator Core Developer |
|
|
What is your database prefix "a"??
As far as the original error, try to see if you can replicate it in a small example. Create /home/wspirates/domains/forums.wspirates.com/public_html/WWW_ROOT_CHECK file and then try to open it with PHP's file_get_contents() function via the "http://forums.wspirates.com/WWW_ROOT_CHECK" path. If you get an error, then this is not forum, but a PHP issue.
FUDforum Core Developer
|
|
|
|
Re: a 2.7.4RC2 install problem [bug?] [message #30109 is a reply to message #30098] |
Sat, 04 February 2006 19:49 |
Ilia
Messages: 13241 Registered: January 2002
Karma: 0
|
Senior Member Administrator Core Developer |
|
|
Looks like your PHP does not support opening URLs on the local server. This is not a forum problem, you can avoid the error message during install, by editing install.php and uncommenting the following line:
ini_set("allow_url_fopen", 0);
FUDforum Core Developer
|
|
|