Zen Follower
- Join Date:
- Apr 2009
- Posts:
- 125
- Plugin Contributions:
- 0
Class 'queryFactory' not found on v1.3.9f
My system is upgraded from v1.3.8a to v1.3.9f on a php v5.3.2 server, and I keep receveing such error message when a new order comes in:
PHP Fatal error: Class 'queryFactory' not found in /shop/includes/functions/sessions.php on line 55
$db = new queryFactory();
$db->connect(DB_SERVER, DB_SERVER_USERNAME, DB_SERVER_PASSWORD, DB_DATABASE, USE_PCONNECT, false);
Most posts I've found are related to an old version of ZenCart on php v5.2+, and I don't know how to fix on v1.3.9f:cry: