Upgrade to the latest version.. The WordPress integration (which causes issues) was removed in the last version available..
Quote Originally Posted by jameszxc View Post
Hi,thank you for your prompt reply, to be honest, I installed SQL, but it can not work! Finally I check the catch fold, I find the Promblem,But I do not know how to solve it!
It was something some with wordpress! I merged wordpress on my zencart! If I log in my admin turn off WOZ, My site work well! the error shows as follow:
PHP Code:
[18-Dec-2011 12:15:48PHP Warning:  require_once(/var/www/zc138/wordpress/wp-config.php) [<a href='function.require-once'>function.require-once</a>]: failed to open streamNo such file or directory in /home2/fesmallc/public_html/includes/init_includes/init_woz.php on line 39
[18-Dec-2011 12:15:48PHP Fatal error:  require_once() [<a href='function.require'>function.require</a>]: Failed opening required '/var/www/zc138/wordpress/wp-config.php' (include_path='.:/usr/lib64/php:/usr/lib/php:/usr/share/pear'in /home2/fesmallc/public_html/includes/init_includes/init_woz.php on line 39 
I check ed init_woz.php on line 39,it as follows:
PHP Code:
  require_once(ABSPATH 'wp-config.php');
  
wp(); 
any one can help?