Shadowdare
MVPShadowdare MVP
I'll be away on vacation next week and will be back by the end of the month.
Reactions
-
Re: Installer giving 502 error
Did you restart the Apache service so that the new php.ini changes get applied? Find the error logs and see if you can figure out what the actual error is. (View Post)1 -
Re: Installer giving 502 error
If you have access to the web server's php.ini file, you can find the max_execution_time setting in the file and change it to something like this: max_execution_time = 300 (View Post)2 -
Re: Installer giving 502 error
Welcome to the community! Do you know if your website is running on Apache or another web server program? Do you have access to the error logs of your website? (View Post)1 -
Re: Installer giving 502 error
The error logs will be very helpful as the causes of 502 errors are usually reported in them. If you are on a shared hosting plan, try looking in the root of your website for any files that could be … (View Post)1 -
Re: Enable Real-Time Upload Bar.
To confirm that the setting is set, please create a file called test.php, add this code to it, and upload it to the root of your website. test.php <?phpecho 'apc.enabled = ' . ini_get('apc.enabled… (View Post)1
