PDA

View Full Version : File not found error while starting script?



Terry335
Sun 6th Jan '08, 7:38pm
Hi,

I'm trying to setup my new vbulletin and need a little help. I've modified the config.php file, uploaded the files to my directory, and when I go to run the install.php script I get this error. What is strange is the site is located at www.bmwjuice.com/forums (http://www.bmwjuice.com/forums), so I don't know why it has my ftp name listed in the error?

The url I go to start the script is:
http://www.bmwjuice.com/forums/install/install.php

Thanks,



Warning: main(/home/content/t/e/r/terencevv/html/forums/includes/class_core.php): failed to open stream: No such file or directory in /home/content/t/e/r/terencevv/html/forums/install/init.php on line 41

Fatal error: main(): Failed opening required '/home/content/t/e/r/terencevv/html/forums/includes/class_core.php' (include_path='.:/usr/local/lib/php') in /home/content/t/e/r/terencevv/html/forums/install/init.php on line 41

Steve Machol
Sun 6th Jan '08, 7:40pm
You should not modify the install.php file. Why did you do that?

Terry335
Sun 6th Jan '08, 7:44pm
Sorry a typo, I meant config.php per the directions (with my dbase name, pw, etc).

Steve Machol
Sun 6th Jan '08, 7:46pm
That error means that you did not upload all the vB files, in particular 'includes/class_core.php' or you changed the forumpath in config.php to something that is not correct.

Terry335
Sun 6th Jan '08, 8:23pm
That was it, thanks!