PDA

View Full Version : Simple I am sure - but I am stuck!



Juniper
Mon 31st Dec '07, 3:19pm
Hi. I've run into a problem with my install. I've probably done something wrong but here is what appears when I attempt to run install:

Warning: require_once(file: wbwg.org/forums/install/init.php) [function.require-once (http://www.wbwg.org/forums/install/function.require-once)]: failed to open stream: No such file or directory in /home/wbwgorg/public_html/forums/install/installcore.php on line 25

Fatal error: require_once() [function.require (http://www.wbwg.org/forums/install/function.require)]: Failed opening required 'file: wbwg.org/forums/install/init.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/wbwgorg/public_html/forums/install/installcore.php on line 25

Got any hints? I've tried, with my limited knowledge to fiddle with things and it hasn't worked.

Thanks in advance.:)

Wayne Luke
Mon 31st Dec '07, 4:15pm
You need to upload all files. It cannot find the install/init.php file.

Juniper
Mon 31st Dec '07, 4:19pm
The install/init.php file has been uploaded to the server. It has been there since day 1.

Juniper
Mon 31st Dec '07, 4:29pm
Why is the period in wbwg.org missing in the file path and where do I change this? Does it make a difference? (No such file or directory in /home/wbwgorg/public_html/forums/install/installcore.php - Is that why it can't find the file?)

Steve Machol
Mon 31st Dec '07, 4:30pm
It's asking for the install/init.php file and can't find it.

Juniper
Mon 31st Dec '07, 4:35pm
Thanks. It's there. I'll try to figure it out myself.