I've done just about everything I could permission wise. I noticed that when I brought up "properties" on the php scripts Windows had a "block" on the files. I removed all the blocks.
I have set "read/write" on everything. I've tried to create all the sub-directories but I keep getting the following:
This is before it starts dropping and creating the tables:
Installation is proceeding... the output will appear below once it is complete. Please wait.
Warning: mkdir() [function.mkdir]: Permission denied in c:\Inetpub\wwwroot\SugarCRM\include\utils\file_uti ls.php on line 22
Warning: fopen(cache/dynamic_fields/modules.php) [function.fopen]: failed to open stream: No such file or directory in c:\Inetpub\wwwroot\SugarCRM\modules\DynamicFields\ DynamicField.php on line 677
Warning: fwrite(): supplied argument is not a valid stream resource in c:\Inetpub\wwwroot\SugarCRM\modules\DynamicFields\ DynamicField.php on line 678
Warning: fclose(): supplied argument is not a valid stream resource in c:\Inetpub\wwwroot\SugarCRM\modules\DynamicFields\ DynamicField.php on line 679
Dropping table relationships if exists...done
** Then after the tables I get about 500+ pages of:
Warning: fopen(cache/modules/Relationships/relationships.cache.php) [function.fopen]: failed to open stream: Permission denied in c:\Inetpub\wwwroot\SugarCRM\modules\Relationships\ Relationship.php on line 204
Warning: fwrite(): supplied argument is not a valid stream resource in c:\Inetpub\wwwroot\SugarCRM\modules\Relationships\ Relationship.php on line 205
Warning: fclose(): supplied argument is not a valid stream resource in c:\Inetpub\wwwroot\SugarCRM\modules\Relationships\ Relationship.php on line 206
Warning: Relationship::include(cache/modules/Relationships/relationships.cache.php) [function.include]: failed to open stream: No such file or directory in c:\Inetpub\wwwroot\SugarCRM\modules\Relationships\ Relationship.php on line 188
Warning: Relationship::include() [function.include]: Failed opening 'cache/modules/Relationships/relationships.cache.php' for inclusion (include_path='.;C:\php5\pear') in c:\Inetpub\wwwroot\SugarCRM\modules\Relationships\ Relationship.php on line 188
Notice: Undefined variable: relationships in c:\Inetpub\wwwroot\SugarCRM\modules\Relationships\ Relationship.php on line 189
Warning: array_key_exists() [function.array-key-exists]: The second argument should be either an array or an object in c:\Inetpub\wwwroot\SugarCRM\modules\Relationships\ Relationship.php on line 171
Warning: fopen(cache/modules/Relationships/relationships.cache.php) [function.fopen]: failed to open stream: Permission denied in c:\Inetpub\wwwroot\SugarCRM\modules\Relationships\ Relationship.php on line 204
Warning: fwrite(): supplied argument is not a valid stream resource in c:\Inetpub\wwwroot\SugarCRM\modules\Relationships\ Relationship.php on line 205
Warning: fclose(): supplied argument is not a valid stream resource in c:\Inetpub\wwwroot\SugarCRM\modules\Relationships\ Relationship.php on line 206
**I noticed that the script is mentioning (include_path='.;C:\php5\pear') so out of desparation I created a copy of my PHP directory and named it PHP5.
Any thoughts on what I'm doing wrong?
Thanks for your help,
-Mike


LinkBack URL
About LinkBacks



Reply With Quote

Bookmarks