Environment: Windows XP Pro

Upgrading from SugarCRM 4.5.1, IIS 5.x, PHP 4.3, mySql 4.x to same SugarCRM version, but against Apache, PHP 5.2.3, mySql 5.x.

Installed the FastStack to get PHP 5.x, Apache, and mySql 5.x.

Used SQLYog to get a database structure and data export from existing mySql 4.x DB. Ran this export script in the mySql 5.x environment to create new DB same as mySql 4.x DB.

Copied SugarCRM web from my inetpub/wwwroot (IIS)to \htdocs directory(Apache). Can run the SugarCRM application just fine, except for two things:

1. At the top of each screen in SugarCRM is a list of the PHP variables and their values. I know there is an environment setting to turn the echo off, but I don't remember how to do this.

2. Any document that was saved is still there, but when I download it from SugarCRM, it puts in what appears to be similar variable info like I get in point 1 above (so maybe I only have 1 issue), which screws up the formatting of the document.

I want to do this so I can then run an upgrade in the PHP and MySql 5.x environment from SugarCRM 4.5.1 to 5.5.0.

Any help with the two issues I have would be greatly appreciated.