View Single Post
Old November 11th, 2004, 09:19 PM   #18 (permalink)
memdy
Registered User
 
memdy's Avatar
 
Join Date: Sep 2002
Location: Tampa, Florida
Posts: 60
After uploading all the files for the upgrade, except config-inc.php and install.php then I went to /upgrades/upgrade.php and i got this error

-------------- begin error message --------------------

Warning: open_basedir restriction in effect. File is in wrong directory in /home/httpd/vhosts/offshoreonly.com/httpdocs/gallery/upgrades/upgrade.php on line 15

Fatal error: Failed opening required 'config-inc.php' (include_path='.:/usr/share/pear') in /home/httpd/vhosts/offshoreonly.com/httpdocs/gallery/upgrades/upgrade.php on line 15

-------------------- end error msg -------------------------

So I edited upgrade.php and put "../" in front of the config-inc.php like this....

require "../config-inc.php";

That seemed to solve the upgrade.php errors, i ran 4.7x->4.8 ( i was running 4.7j)

Upgrade script ran but got errors. Here's the output:

----------------- begin --------------------------
Preparing to reorganize admin options...
ALTER TABLE categories DROP INDEX lastphoto failed with error: Can't DROP 'lastphoto'. Check that column/key exists
ALTER TABLE categories DROP INDEX thumbnail failed with error: Can't DROP 'thumbnail'. Check that column/key exists
ALTER TABLE iponline DROP INDEX userid failed with error: Can't DROP 'userid'. Check that column/key exists
ALTER TABLE photos DROP INDEX approved failed with error: Can't DROP 'approved'. Check that column/key exists
ALTER TABLE photos DROP INDEX date failed with error: Can't DROP 'date'. Check that column/key exists


Done! You can now remove this file and check out your new Admin Options layout!

--------------- end ---------------------

Should I be concerned about the above errors? The upgrade looks successful, all the categories and pics are there.

Next i edit the header-inc.php to integrate with vBulletin again, then i get errors.

------------------ begin error msg ----------------------------
Warning: open_basedir restriction in effect. File is in wrong directory in /home/httpd/vhosts/offshoreonly.com/httpdocs/gallery/pp-inc.php on line 63

Fatal error: Failed opening required './languages/english/pp-inc.php' (include_path='.:/usr/share/pear') in /home/httpd/vhosts/offshoreonly.com/httpdocs/gallery/pp-inc.php on line 63
----------------- end error msg --------------------------------

So now what?
memdy is offline   Reply With Quote