Administrator
- Join Date:
- Sep 2009
- Location:
- Stuart, FL
- Posts:
- 14,066
- Plugin Contributions:
- 56
Plugin authors: Check for use of mysql* functions for compatibility with v1.5.2
RodG's post (http://www.zen-cart.com/showthread.php?211441-mysql_query&p=1230753#post1230753) should be a wake-up call to any plugin authors who use PHP mysql* functions rather than using the Zen Cart $db-related functions. Since v1.5.2 converted to use mysqli* functions, any plugin that uses mysql* functions will experience an error when used in v1.5.2.