Hi,
We recently upgraded to sugar pro 6.2.1. Im getting HTTP Error 500 (Internal Server Error) page after creating new leads, accounts, contacts etc from the modules located in standard navigation menu (ok when created using icons located at top of page). I then navigate to dashboard for leads list, for example, and can see newly created lead but cannot view it - sugar dialogue says: "Error retrieving record. This record may be deleted or you may not be authorized to view it."
php test file loads ok https://www.domain.com/test.php
fyi - sugar instance is running under https. i edited .htaccess file located in public_html and added following lines:
RewriteEngine on
RewriteCond %{HTTPS} !=on
RewriteRule .* https://www.domain.com%{REQUEST_URI} [R,L]
I've also tried deleting ssl host and removing above lines from .htaccess, no resolution.
I figured this was a permissions issue, so i changed permissions as per kb documentation:
0775 on directories and sub-directories, 0664 on files for following:
config.php
config_override.php
sugarcrmlog.php
/cache
/custom
/data
/modules
restarted apache, issue remains.
No relevant errors in cpanel logs. I've attached recent raw apache log generated from steps described above.
What other files and directories should I check permissions for?..
Thanks in advance.


LinkBack URL
About LinkBacks



Reply With Quote

Bookmarks