eCommerce construction > Upgrade

Help with upgrade from 1.1.4 to 1.1.5

<< < (3/3)

surknight:
The home directory for the anonymous user in FileZilla is the document_root for xampp (C:\xampp\htdocs). I looked in both php.ini and httpd.conf and that's what it is in both.

surknight:
Added c:\xampp\htdocs\abantecart_mantismoon\public_html with an alias of /public_html to the shared directories for the anonymous user and that apparently made it possible for abantecart upgrade to find some of the directories. Do I need to add the directories it couldn't find to the shared directories for the anonymous user?

abolabo:
yes. your c:\xampp\htdocs\abantecart_mantismoon\public_html is document root directory of web-server.
When you enable ftp for upgrading abantecart will try to find it. It's also looking for directories with those names like htdocs, www, public_html

surknight:
Ok, couldn't get it to work so I decided to do the manual upgrade (copy core files and run upgrade.sql on the database in PHPMyAdmin) but now I'm getting this error if I try to load either the admin page or the storefront:

Fatal error: require_once(): Failed opening required 'C:/xampp/htdocs/abantecart_mantismoon/public_html/core/lib/file.php' (include_path='.;C:\xampp\php\PEAR') in C:\xampp\htdocs\abantecart_mantismoon\public_html\core\init.php on line 234

Line 234 of init.php looks like this:

require_once(DIR_CORE . 'lib/file.php');

I did find include_path = ".;C:\xampp\php\PEAR" in the php.ini in the c:/xampp/php folder. Do I have to copy it anywhere else?

Navigation

[0] Message Index

[*] Previous page

Go to full version
Powered by SMFPacks Social Login Mod