OK, I whacked the database and file structure and did a completely clean installation. After I uploaded the files, I followed the instructions for setting file and directory permissions. At the conclusion of the upgrade, I get the following page of errors:
Creating Sugar configuration file (config.php)
Creating Sugar application tables, audit tables and relationship metadata
Warning: chmod() [function.chmod]: Permission denied in /hermes/web09/b1333/moo.mcnell/sas/crm/include/utils/sugar_file_utils.php on line 196
DELETED A BUNCH OF REPEATED ERRORS HERE
Warning: chmod() [function.chmod]: Permission denied in /hermes/web09/b1333/moo.mcnell/sas/crm/include/utils/sugar_file_utils.php on line 196
.
Creating default Sugar data
Creating default users... done
Creating default scheduler jobs... done
The setup of Sugar 5.5.0 is now complete!
Total time: 12.5536599159 seconds.
Approximate memory used: 20145820 bytes.
So I went back in and set all permissions (recursively - doing all subdirectories as well) to 777 using FileZilla version 3.3.1. When I try to access index.php, I get the following error:
"The server encountered an unexpected condition which prevented it from fulfilling the request.
The script had an error or it did not produce any output. If there was an error, you should be able to see it in the error log. "
It seems to be trying to set the time zone (
http://www.singinasong.com/crm/index...on=SetTimezone) when it generates that error.
Just for grins, I went back in and set permissions to 775 for the specific folders listed in the documentation. I get the same error:
"The server encountered an unexpected condition which prevented it from fulfilling the request.
The script had an error or it did not produce any output. If there was an error, you should be able to see it in the error log. "
I don't know what I could be doing wrong here. When I look in the server logs, I don't see anything being generated when the internal error happens.