View Single Post
  #30  
Old 09-23-2013, 03:36 PM
  cflsystems's Avatar 
cflsystems cflsystems is offline
 

Veteran
  
Join Date: Apr 2007
Posts: 14,190
 

Default Re: X-Cart 4.6.1 released

Quote:
Originally Posted by Duramax 6.6L
I am having a problem, but I am getting multiple sql error for the patch not being applied.

This is due to permissions on your site files. The installation process is trying to open patch_pre.php first and delete file and sets a variable if the installation can continue or not. For some reason probably permissions it cannot do this.

Open

/admin/upgrade.php

and find

$prepatch_errorcode = 0;

and change it to

$prepatch_errorcode = 1;

After the upgrade finishes make sure to reverse it back
__________________
Steve Stoyanov
CFLSystems.com
Web Development
Reply With Quote