Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.


zpupster

Recommended Posts

Posted

hello,

 

i have successfully migrated from 2.2 to 2.3.

 

when i went to do a database backup. i do not have an option to backup with compression (gzip).

 

i turned on gzip compression in the configuration section.

 

any ideas?

 

thanks,

 

craig

Posted

i had a difficult time finding an answer to this question. but this worked for me.

 

find this in admin/includes/application_top.php around line 40.

 

define('LOCAL_EXE_GZIP', 'gzip');
 define('LOCAL_EXE_GUNZIP', 'gunzip');
 define('LOCAL_EXE_ZIP', 'zip');
 define('LOCAL_EXE_UNZIP', 'unzip');

 

 

and change it to this

 

define('LOCAL_EXE_GZIP', '/usr/bin/gzip');
define('LOCAL_EXE_GUNZIP', '/usr/bin/gunzip');
define('LOCAL_EXE_ZIP', '/usr/local/bin/zip');
define('LOCAL_EXE_UNZIP', '/usr/local/bin/unzip');

 

 

thanks,

 

craig

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...