Zen Follower
- Join Date:
- Apr 2009
- Posts:
- 125
- Plugin Contributions:
- 0
Class 'queryFactory' not found on v1.3.9f
An interesting solution?
(Apache v2.2.16 & php v5.3.2)
I remove this line you told me before:
if (!class_exists('queryFactory')) require('includes/classes/db/' .DB_TYPE . '/query_factory.php');
and disable php cache.
Now everything works fine, no more error messages.