Author Topic: There has been a critical error processing your request  (Read 3667 times)

Offline zoltan

  • Newbie
  • *
  • Posts: 20
  • Karma: +1/-0
  • MAKE SOMETHING AWESOME EVERYDAY.
    • View Profile
    • Business Cards | Full color printing | Custom Design
There has been a critical error processing your request
« 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

Offline smallfish

  • Full Member
  • ***
  • Posts: 129
  • Karma: +15/-2
    • View Profile
Re: There has been a critical error processing your request
« Reply #1 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);

 

Powered by SMFPacks Social Login Mod