Thread: 4.1.9 changelog
View Single Post
  #16  
Old 10-11-2007, 09:54 AM
 
murlyn28 murlyn28 is offline
 

Newbie
  
Join Date: Aug 2007
Posts: 7
 

Default Re: 4.1.9 changelog

I've found two apparent errors in the upgrade pack.

#1 the file include/admin_security.php was not copied into the /include/ directory
#2 the func_version_compare logic in /modules/magnifier/config.php was reversed it read:

(func_version_compare($config["version"], "4.1.9") < 0 ? "N" : "Y");

should be: (func_version_compare($config["version"], "4.1.9") < 0 ? "Y" : "N");

or at least that was the only way I could get the Magnifier module to work.
__________________
xcart 4.4.4 [linux]
Reply With Quote