Fatal error: Call to a member function Execute() on a non-object in C:\WebSites\zen-cart-v1.3.5-full-fileset-09042006\zen-cart-v1.3.5-full-fileset-09042006\includes\functions\sessions.php on line 74
Get the above error msg. Have isolated error to $db->Execute($qid) command in the function _sess_write(..). Have viewed sql statement via echo ($qid) and pasted in MySQL query browser and executed successfully. Below is an example of sql statement that is failing
insert into sessions values ('76h3k9d1itsmkiod2d9hm78tl3', '1159907571', 'language|s:7:\"english\";languages_id|s:1:\"1\";languages_code|s:2:\"en\";selec ted_box|s:13:\"configuration\";html_editor_preference_status|s:4:\"NONE\";')
This is a new install w/ php 5 and mysql 5. Thanks.



