Hi, I am attempting to upgrade from 1.3.5 to 1.3.6 and not having a great deal of success. I have modded my storefront quite a bit. I used WinMerge to merge all my changes with all the 1.3.6 changes.
I have installed 1.3.6 on a test site and it was working perfectly when I did a fresh install.
Then I took my merged files and uploaded them over the files on the server (taking note of the configure.php files that were already on the server and making the necessary adjustments).
I replaced the database on the server with my 1.3.5 database, I have not upgraded yet.
This is the error I get on the front page:
I can fix this by going into application_top.php and changing the following line:Warning: main(../includes/classes/class.base.php) [function.main]: failed to open stream: No such file or directory in /home/cwallace/domains/mcfacebook.com/public_html/includes/application_top.php on line 29
Fatal error: main() [function.require]: Failed opening required '../includes/classes/class.base.php' (include_path='.:/usr/local/lib/php') in /home/cwallace/domains/mcfacebook.com/public_html/includes/application_top.php on line 29
require('../includes/classes/class.base.php');
require('../includes/classes/class.notifier.php');
to
require('includes/classes/class.base.php');
require('includes/classes/class.notifier.php');
I know that I should not be messing with this file anyway, but I just wanted to see what it would do to change those two lines.
Please take a look if you can and let me know if you have any hunches on this one... Thanks very much.
You can view this here:
http://www. mc facebook .com
Regular site here:
http://www. my libros .com



