Setup Help
3 posts by 2 authors in: Forums > CMS Builder
Last Post: May 18, 2010 (RSS)
By s2smedia - May 17, 2010
I have setup a ton of sites using CMS builder, but for some reason this one is giving me issues. Here are the errors Im getting:
On top of initial setup page:
ME in XXXXXXX\cms\lib\init.php on line 181 Warning: session_start(): Cannot send session cookie - headers already sent by (output started at XXXXXXX\cms\lib\init.php:181) in XXXXXXX\cms\lib\init.php on line 74 Warning: session_start(): Cannot send session cache limiter - headers already sent (output started at XXXXXXX\cms\lib\init.php:181) in XXXXXXX\cms\lib\init.php on line 74 Warning: Cannot modify header information - headers already sent by (output started at XXXXXXX\cms\lib\init.php:181) in XXXXXXX\cms\lib\menus\header.php on line 2
After I hit Finish:
Notice: Undefined index: SCRIPT_FILENAME in XXXXXXX\cms\lib\init.php on line 181 Warning: session_start(): Cannot send session cookie - headers already sent by (output started at XXXXXXX\cms\lib\init.php:181) in XXXXXXX\cms\lib\init.php on line 74 Warning: session_start(): Cannot send session cache limiter - headers already sent (output started at XXXXXXX\cms\lib\init.php:181) in XXXXXXXXXXX\cms\lib\admin_functions.php on line 81 MySQL Error: Table 'woodsto_admin.cms__accesslist' doesn't exist
On top of initial setup page:
ME in XXXXXXX\cms\lib\init.php on line 181 Warning: session_start(): Cannot send session cookie - headers already sent by (output started at XXXXXXX\cms\lib\init.php:181) in XXXXXXX\cms\lib\init.php on line 74 Warning: session_start(): Cannot send session cache limiter - headers already sent (output started at XXXXXXX\cms\lib\init.php:181) in XXXXXXX\cms\lib\init.php on line 74 Warning: Cannot modify header information - headers already sent by (output started at XXXXXXX\cms\lib\init.php:181) in XXXXXXX\cms\lib\menus\header.php on line 2
After I hit Finish:
Notice: Undefined index: SCRIPT_FILENAME in XXXXXXX\cms\lib\init.php on line 181 Warning: session_start(): Cannot send session cookie - headers already sent by (output started at XXXXXXX\cms\lib\init.php:181) in XXXXXXX\cms\lib\init.php on line 74 Warning: session_start(): Cannot send session cache limiter - headers already sent (output started at XXXXXXX\cms\lib\init.php:181) in XXXXXXXXXXX\cms\lib\admin_functions.php on line 81 MySQL Error: Table 'woodsto_admin.cms__accesslist' doesn't exist
Re: [s2smedia] Setup Help
By Jason - May 18, 2010
Hi,
Are you only running into this issue on a new install? Is this with a new server you haven't used before?
If you want to email me your CMS and FTP information to jason@interactivetools.com, I can take a look at this issue for you. Remember, don't post this information to the forum.
Hope this helps.
Are you only running into this issue on a new install? Is this with a new server you haven't used before?
If you want to email me your CMS and FTP information to jason@interactivetools.com, I can take a look at this issue for you. Remember, don't post this information to the forum.
Hope this helps.
---------------------------------------------------
Jason Sauchuk - Project Manager
interactivetools.com
Hire me! Save time by getting our experts to help with your project.
http://www.interactivetools.com/consulting/
Jason Sauchuk - Project Manager
interactivetools.com
Hire me! Save time by getting our experts to help with your project.
http://www.interactivetools.com/consulting/
Re: [s2smedia] Setup Help
By Jason - May 18, 2010
Hi,
The server your running on is using Windows NT IIS, which doesn't support the php variable $_SERVER['SCRIPT_FILENAME'].
I've gone into your init.php file and hard coded a value for this. It was this error that was causing all the others.
Let me know if you run into any more trouble.
Thanks.
The server your running on is using Windows NT IIS, which doesn't support the php variable $_SERVER['SCRIPT_FILENAME'].
I've gone into your init.php file and hard coded a value for this. It was this error that was causing all the others.
Let me know if you run into any more trouble.
Thanks.
---------------------------------------------------
Jason Sauchuk - Project Manager
interactivetools.com
Hire me! Save time by getting our experts to help with your project.
http://www.interactivetools.com/consulting/
Jason Sauchuk - Project Manager
interactivetools.com
Hire me! Save time by getting our experts to help with your project.
http://www.interactivetools.com/consulting/