Bring Your Business to Life › Support › Image Store › cant activate › Reply To: cant activate
August 30, 2012 at 12:55 am #49456
Keymaster
Open the file image-store/_inc/admin.php and locate this code in line 573
do_action('ims_admin_init', &$this);
and replace it with this
do_action('ims_admin_init', $this);