I am trying to move a SugarCRM instance from the on-demand environment to one of our internal servers and am running into some issues. Sugar sent us a zip archive of the web application and a snapshot of the DB. We're only setting it up so we can get some contact and other data out of the system and for retention purposes, so we decided to try running it on a recent XAMPP bundle on an old test server. We use XAMPP pretty regularly for setting up quick dev or test environments and it has worked well in the past.
Our config.php has been edited to reflect the new hostname and DB settings, and from what I can tell everything is configured properly. Our software versions are as follows:
SugarCRM 5.5.4
Apache 2.2.11
PHP 5.2.9
MySQL 5.1.49
Windows Server 2003
According to the release notes for 5.5.4 express the versions above are all supported for our version of SugarCRM.:
http://www.sugarcrm.com/crm/support/...tes_5.5.4.html
So, all was looking good until we tried to hit the index page. At this point we were greeted with the error at the bottom of this post. Nothing but the error is displayed on the page.
Any suggestions of what to check? The only change we made to the application archive delivered to us by SugarCRM is to config.php (DB settings and hostname).
Warning: session_start() [function.session-start]: Cannot send session cookie - headers already sent by (output started at C:\xampp\htdocs\ret\config.php:1) in C:\xampp\htdocs\ret\include\MVC\SugarApplication.p hp on line 468
Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at C:\xampp\htdocs\ret\config.php:1) in C:\xampp\htdocs\ret\include\MVC\SugarApplication.p hp on line 468
Warning: Cannot modify header information - headers already sent by (output started at C:\xampp\htdocs\ret\config.php:1) in C:\xampp\htdocs\ret\include\utils.php on line 2446
Warning: Cannot modify header information - headers already sent by (output started at C:\xampp\htdocs\ret\config.php:1) in C:\xampp\htdocs\ret\include\MVC\SugarApplication.p hp on line 113


LinkBack URL
About LinkBacks



Reply With Quote


Bookmarks