I am installing SugarCRM 4.0.1 on a Windows Server 2003 box with IIS6. Using mySQL v. 5.0.18 and PHP 5.1.2. PHP is installed and running with no problems, it outputs phpinfo();. I followed the IIS install directions to the letter, copied Manifesto into the IIS default dir (C:\Inetpub\wwwroot), copied SugarCRM into a folder entitled SugarCRM4. That folder is set as a application in IIS with read/write permissions that is using the current directory (/SugarCRM4). I open http://localhost/SugarCRM4, and begin the install process. All checks are green. All steps run smoothly until I get to Step 6. I get an error that the installer cannot write to config.php. The page says that installaction will continue, however, the following error is output onto the page.
Creating the table relationships...Error creating table: relationships: Query Failed:create table relationships (id char(36) NOT NULL ,relationship_name varchar(150) NOT NULL ,lhs_module varchar(100) NOT NULL ,lhs_table varchar(64) NOT NULL ,lhs_key varchar(64) NOT NULL ,rhs_module varchar(100) NOT NULL ,rhs_table varchar(64) NOT NULL ,rhs_key varchar(64) NOT NULL ,join_table varchar(64) ,join_key_lhs varchar(64) ,join_key_rhs varchar(64) ,relationship_type varchar(64) ,relationship_role_column varchar(64) ,relationship_role_column_value varchar(50) ,reverse bool DEFAULT '0' ,deleted bool DEFAULT '0' , PRIMARY KEY (id), KEY idx_rel_name (relationship_name))::MySQL error 1005: Can't create table '.\sugarcrm\relationships.frm' (errno: 121)PHP Warning: mkdir() [function.mkdir]: Permission denied in C:\Inetpub\wwwroot\SugarCRM4\include\utils\file_ut ils.php on line 22 PHP Warning: fopen(cache/dynamic_fields/modules.php) [function.fopen]: failed to open stream: No such file or directory in C:\Inetpub\wwwroot\SugarCRM4\modules\DynamicFields \DynamicField.php on line 676 PHP Warning: fwrite(): supplied argument is not a valid stream resource in C:\Inetpub\wwwroot\SugarCRM4\modules\DynamicFields \DynamicField.php on line 677 PHP Warning: fclose(): supplied argument is not a valid stream resource in C:\Inetpub\wwwroot\SugarCRM4\modules\DynamicFields \DynamicField.php on line 678
I am at an impass here. NO idea what to do to fix this.


LinkBack URL
About LinkBacks



Reply With Quote

Bookmarks