AbanteCart Community

eCommerce construction => Installation and Configuration => Fresh Installation => Topic started by: dhigz on November 01, 2014, 09:16:09 PM

Title: Errors with installation
Post by: dhigz on November 01, 2014, 09:16:09 PM
I am getting the error on the Configuration page of the install program:

Sorry, but error occurred during installation:
Internal Server Error:

I have set up the server environment as specified and set the correct permissions per the documentation. All checks on the Compatibility page are good. Connects to mySQL and creates the database with no problem. The install progress bar gets about a quarter of the way when the error occurs.

Server is Red Hat Enterprise 5 with Apache 2, MySQL 5.5 and Plesk 12.0.18

This is the first application installed in the server (there have been many) that I have had any problems with. I checked and rechecked everything and still cannot get it to work. I chose this shopping cart program because of all of the good reviews which included easy installation. Any clue what the problem is?

Further information:
Checked the error.txt file and found this - error:  AbanteCart core v.1.0 Call to a member function write() on a non-object in <b>/home/httpd/vhosts/[removed for security].com/httpdocs/core/lib/cache.php</b> on line <b>53</b>
The permissions are set correctly.

Tried the new file and changed permisions as in this post http://forum.abantecart.com/index.php/topic,2323.0.html (http://forum.abantecart.com/index.php/topic,2323.0.html). No luck

Title: Re: Errors with installation
Post by: dhigz on November 03, 2014, 12:24:41 AM
I got it to work by commenting out the following lines in cache.php

//if(!is_array($cache_files)){
   //$this->registry->get('log')->write('Cache directory is not accessible or writable.  Caching operation was skipped!');
//}
Title: Re: Errors with installation
Post by: sarap on November 08, 2014, 08:24:25 PM
Hi,

I have replaced the cache folder with the attached  and tried everything suggested but still getting the message error.
Please help.

Sarah
Title: Re: Errors with installation
Post by: abantecart on November 10, 2014, 10:19:07 AM
Cache directory needs to be writable (777).

You can disable cache (not recommended) in the system settings once you get inside of admin