Hey guys,
I am trying to install SuiteCRM Community Edition. I unzipped all the files.
In the documentroot folder there is manually created phpinfo file, which renders fine, however the “factory” install.php renders blank. The index.php file redirects to install.php.
Tried in both Firefox and Chromium. Prior to SuiteCRM I had vtiger on that host which ran fine.
I checked out some other topics here about this issue but I don’t think it’s the permissions issue as I already did and re-did that. How can I debug/solve this? Any ideas?
When doing (and redoing) the permissions it’s a common mistake to get the ownerships wrong. Start by finding out which user your web server runs under.
Thanks. I’ll assume you used www-data in the chown -R command you used, and that listing ls -al shows that the files are owned by that user, and that they have the appropriate permissions.
moving on to the next suspect - missing PHP modules.
Please tell me your OS version and your PHP version.
As an example, I use this on Ubuntu for PHP 7.3 when installing:
See if you have all the necessary modules, and if they are enabled in your php.ini. Then restart web server.
It’s also good to check your php.ini to see where the web server is logging PHP errors (files is usually called php_errors.log, but you need to enable it). This should tell you precisely which required modules might be missing.
This is what I found:
07-Jan-2020 17:03:47 UTC] PHP Fatal error: Allowed memory size of 2097152 bytes exhausted (tried to allocate 65536 bytes) in /var/www/suitecrm/install.php on line 85
[07-Jan-2020 17:03:47 UTC] PHP Fatal error: Allowed memory size of 2097152 bytes exhausted (tried to allocate 73728 bytes) in /var/www/suitecrm/include/utils.php on line 3314
[07-Jan-2020 17:06:39 UTC] PHP Fatal error: Allowed memory size of 2097152 bytes exhausted (tried to allocate 65536 bytes) in /var/www/suitecrm/install.php on line 85
[07-Jan-2020 17:06:39 UTC] PHP Fatal error: Allowed memory size of 2097152 bytes exhausted (tried to allocate 73728 bytes) in /var/www/suitecrm/include/utils.php on line 3314