Yes. I used Compose and well I am on the installation page now.
Permission Setting Problem While Installation
The files need to be owned by the user who runs xampp.
luceos How I do that? In windows7
I installed it... Thanks
MuhsinMohamedPc
No Problem.
Maximum execution time of 30 seconds exceeded in ... I got a error like this
Open php.ini using xampp control panel -> config-> php.ini
Find max_execution_time
and increase the value after it.
300 would be appropriate.
and also find memory_limit
and change it to 254M
MuhsinMohamedPc This usually indicates other errors (something running on a infinite loop for example). Check your error logs if possible. I'd start with php and webserver error logs ?
These are usually located within /var/log. Look for an apache or nginx subdirectory in there.
You can also try this command:
php --info | grep error
webeindustry
But I think it will increase the loading time.
I am installing it on centos and I got the same error. I have set the whole directory with chmod 777. but it is still not working. any ideas?
if I want to change the directory owner, to which user should I change?
franklingu create a new topic for your issue.