PHP 5.4 (I had Go Daddy upgrade the server from 5 to 5.4 and is noted in the server information so I assume this is correct.)
You can view a working version here on another host
(NOTE: The site http://eclecticpr.com/ is live so I needed to point the domain back to the working configuration)
Issue
I'm attempting to move a CMSMS site from a Media Temple server to a Go Daddy server.
Procedures
I cleared the cache via CMSMS, Exported the DB and imported the DB to the new host, Moved the Site files and changed the config.
Seems to connect but I receive the following errors
Error
Code: Select all
Warning: session_start(): open(/home/content/16/3294716/tmp/sess_cljcoi9n211233i935vc4n6dv5, O_RDWR) failed: No such file or directory (2) in
/home/content/16/3294716/html/include.php on line 51
Warning: session_start(): Cannot send session cookie - headers already sent by (output started at /home/content/16/3294716/html/include.php:51) in
/home/content/16/3294716/html/include.php on line 51
Warning: session_start(): Cannot send session cache limiter - headers already sent (output started at /home/content/16/3294716/html/include.php:51) in
/home/content/16/3294716/html/include.php on line 51
Warning: Cannot modify header information - headers already sent by (output started at /home/content/16/3294716/html/include.php:51) in
/home/content/16/3294716/html/index.php on line 155
Warning: Cannot modify header information - headers already sent by (output started at /home/content/16/3294716/html/include.php:51) in
/home/content/16/3294716/html/index.php on line 156
Warning: Cannot modify header information - headers already sent by (output started at /home/content/16/3294716/html/include.php:51) in
/home/content/16/3294716/html/index.php on line 157
Warning: Cannot modify header information - headers already sent by (output started at /home/content/16/3294716/html/include.php:51) in
/home/content/16/3294716/html/index.php on line 158
Warning: Cannot modify header information - headers already sent by (output started at /home/content/16/3294716/html/include.php:51) in
/home/content/16/3294716/html/index.php on line 159
Warning: include(/nfs/c01/h16/mnt/1459/domains/eclecticpr.com/html/plugins/function.global_content.php): failed to open stream: No such file or directory in
/home/content/16/3294716/html/tmp/templates_c/ad83cfdd496e0d74150f5e8179bf0ea1e88e3ac2.tpl_body.24.php on line 22
Warning: include(): Failed opening '/nfs/c01/h16/mnt/1459/domains/eclecticpr.com/html/plugins/function.global_content.php' for inclusion
(include_path='.:/usr/local/php5_4/lib/php') in /home/content/16/3294716/html/tmp/templates_c/ad83cfdd496e0d74150f5e8179bf0ea1e88e3ac2.tpl_body.24.php on
line 22
Warning: include(/nfs/c01/h16/mnt/1459/domains/eclecticpr.com/html/plugins/function.repeat.php): failed to open stream: No such file or directory in
/home/content/16/3294716/html/tmp/templates_c/70e4a39f6041665ae3378d5798aae320^3bcfe44bf9e6787551789d296c3e5f5059645679.module_db_tpl.MenuManager;nav.php on
line 29
Warning: include(): Failed opening '/nfs/c01/h16/mnt/1459/domains/eclecticpr.com/html/plugins/function.repeat.php' for inclusion
(include_path='.:/usr/local/php5_4/lib/php') in
/home/content/16/3294716/html/tmp/templates_c/70e4a39f6041665ae3378d5798aae320^3bcfe44bf9e6787551789d296c3e5f5059645679.module_db_tpl.MenuManager;nav.php on
line 29
Toggle navigation
Eclectic PR
•
•Case Studies
Fatal error: Call to undefined function smarty_function_repeat() in
/home/content/16/3294716/html/tmp/templates_c/70e4a39f6041665ae3378d5798aae320^3bcfe44bf9e6787551789d296c3e5f5059645679.module_db_tpl.MenuManager;nav.php on
line 62
Warning: Unknown: open(/home/content/16/3294716/tmp/sess_cljcoi9n211233i935vc4n6dv5, O_RDWR) failed: No such file or directory (2) in Unknown on line 0
Warning: Unknown: Failed to write session data (files). Please verify that the current setting of session.save_path is correct () in Unknown on line 0
Shane