Urgent help needed!
I was testing a new customer site (to be found at www.nicholasdesign.biz/NicholasDesign) yesterday. After adding a new customer, I received the message that the table ndzen_customers does not exist. That is true, because the database tables are ALL all called zen_ (ndzen_ was an earlier version). Searching for ndzen_ using the Developer Toolkit, I found it in ONLY TWO files: includes/classes/shopping-cart.php and functions/function-prices.php.
Thinking this was an easy thing to sort out, I changed the occurences of ndzen_ to zen_ . But the SH... started happening. On the shop site, I now have the messages:
Warning: session_start() [function.session-start]: Cannot send session cookie - headers already sent by (output started at /www/htdocs/w0088607/NicholasDesign/includes/classes/shopping_cart.php:2) in /www/htdocs/w0088607/NicholasDesign/includes/functions/sessions.php on line 108
Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /www/htdocs/w0088607/NicholasDesign/includes/classes/shopping_cart.php:2) in /www/htdocs/w0088607/NicholasDesign/includes/functions/sessions.php on line 108
Warning: Cannot modify header information - headers already sent by (output started at /www/htdocs/w0088607/NicholasDesign/includes/classes/shopping_cart.php:2) in /www/htdocs/w0088607/NicholasDesign/includes/init_includes/init_templates.php on line 78
In addition, I cannot access http://www.nicholasdesign.biz/NicholasDesign/admin anymore, either because of similar problems. What should I do???![]()




