AbanteCart Community

Shopping Cart Operations => Support => General Support => Topic started by: zoltan on February 20, 2015, 05:19:01 PM

Title: There has been a critical error processing your request
Post by: zoltan on February 20, 2015, 05:19:01 PM
Searched the site for help regarding this, didn't find anything.
> I get the error message when I upgraded from 1.1.9 to 1.2
>> No access to admin
>>> No access to website

1. Help with upgrading the site, just checked the database fully functional and available.

or

2. I'll clean install 1.2v but need step by step help with using the 1.1.9v database file with 1.2v

Please help years of data on the line and need to upgrade, Thank you
Title: Re: There has been a critical error processing your request
Post by: smallfish on February 21, 2015, 08:23:02 PM
try to modify /core/lib/cache.php on line 53

change       
$cache_files = glob( DIR_CACHE. '*/*', GLOB_NOSORT);
to
$cache_files = glob( DIR_CACHE. '/', GLOB_NOSORT);