I followed the tutorial for moving from one host to another https://www.zen-cart.com/tutorials/i...hp?article=100. I got the database imported and all the files uploaded. Admin seems to be working ok. But when I try to go to the home page I get the following:
] . " set user_email='" . $email_address . "' where user_email = '" . $old_email . "'"; $phpbb_users = $this->db_phpbb->Execute($sql); } function phpbb_change_nick($old_nick, $new_nick) { // before utilizing this function, we should do an MD5 password validation first if ($this->phpBB['installed'] != true || !zen_not_null($nick) || $nick == '') return false; $sql = "update " . $this->phpBB['users_table'] . " set username='" . $new_nick . "' where username = '" . $old_nick . "'"; $phpbb_users = $this->db_phpbb->Execute($sql); } } ?>
Warning: session_start() [function.session-start]: Cannot send session cookie - headers already sent by (output started at /home/xxxxxxxx/public_html/includes/classes/class.phpbb.php:256) in /home/xxxxxxxx/public_html/includes/functions/sessions.php on line 108
Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /home/xxxxxxxx/public_html/includes/classes/class.phpbb.php:256) in /home/xxxxxxxx/public_html/includes/functions/sessions.php on line 108
Warning: Cannot modify header information - headers already sent by (output started at /home/xxxxxxxx/public_html/includes/classes/class.phpbb.php:256) in /home/xxxxxxxx/public_html/includes/init_includes/init_templates.php on line 78
Warning: main(/home/xxxxxxxx/public_html/includes/m1_cache.class.php) [function.main]: failed to open stream: No such file or directory in /home/xxxxxxxx/public_html/includes/application_top.php on line 284
Fatal error: main() [function.require]: Failed opening required '/home/xxxxxxxx/public_html/includes/m1_cache.class.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/xxxxxxxx/public_html/includes/application_top.php on line 284




