Hi, i tried to install SuiteCRM-7.11.8 on my MAC (MacOS Catalina) in localhost using Web Server XAMPP with the latest version which is support PHP 7.3.10.
I have copied SuiteCRM-7.11.8 folder to my htdocs folder and renamed to “SuiteCRM” to make it simpler.
The problem started when i started the apache, mysql, and i tried to run the application on my localhost:8080/SuiteCRM.
When it redirected to http://localhost:8080/SuiteCRM/install.php i got some error message (you can see error message in the attachment) and i search for the solution for a whole day.
I found this thread with similiar error messages Error with PHP permissions - 📦 Install & Upgrade Help - SuiteCRM
and he said the issues are with user group and owner from local config, but still, it doesn’t give any detail information how to solved this error.
I have tried this command in my terminal at SuiteCRM folder inside htdocs: (source from Downloading & Installing :: SuiteCRM Documentation)
all of the command is running except the sudo chown -R www-data:www-data .
but the response from terminal is: chown: www-data: illegal group name
When i run
ps aux | egrep ‘(apache|httpd)’
the result is: calvinsugianto 11846 0.0 0.0 4258876 248 s000 R+ 11:25PM 0:00.00 egrep (apache|httpd)
So i tried to sudo chown -R calvinsugianto:calvinsugianto .
but still give same result:
chown: calvinsugianto: illegal group name
I just need to use it in my localhost for a while anyway, but i lost direction to figure out this issue.
Can anyone give solution for this?