xeirn Posted March 17, 2019 Posted March 17, 2019 (edited) Hey support,I want to upgrade my upload size to 200 mb for bvsmta.cf , shgmta.ml domain, I will upload my wordpress theme. Edited March 17, 2019 by xeirn
wolstech Posted March 18, 2019 Posted March 18, 2019 Lets have Krydos look at this, but honestly, 200MB is ridiculously high...I don't think that's going to be approved. I'd suggest just uploading it via FTP instead.
xeirn Posted March 18, 2019 Author Posted March 18, 2019 I try to change my php memory limit and I added in to htaccess code but not worked in shgmta.ml php_value upload_max_filesize 128Mphp_value post_max_size 128Mphp_value max_execution_time 300php_value max_input_time 300php_value memory_limit 64M But not worked
wolstech Posted March 18, 2019 Posted March 18, 2019 We don't allow users to change any of those settings to prevent abuse of resources. Krydos would have to change these for you. What PHP version needs the memory limit raised to 64M? Why? What PHP version needs the file upload limit raised to 128M? Why can't these files be uploaded via FTP instead? Also, we cap the timeouts at 30 seconds to prevent people from causing high load. It might be possible to have it raised to say, 60 seconds, but I can say for certain we would never raise it to 5 minutes. Honestly, if a script needs more than 30 seconds to produce a result, you should be rewriting or finding another script. If you really need the execution time limits, you would likely need to buy a VPS instead: https://heliohost.org/vps/ With a VPS, you have root access and can set whatever limits you please.
xeirn Posted March 18, 2019 Author Posted March 18, 2019 We don't allow users to change any of those settings to prevent abuse of resources. Krydos would have to change these for you. What PHP version needs the memory limit raised to 64M? Why? What PHP version needs the file upload limit raised to 128M? Why can't these files be uploaded via FTP instead? Also, we cap the timeouts at 30 seconds to prevent people from causing high load. It might be possible to have it raised to say, 60 seconds, but I can say for certain we would never raise it to 5 minutes. Honestly, if a script needs more than 30 seconds to produce a result, you should be rewriting or finding another script. If you really need the execution time limits, you would likely need to buy a VPS instead: https://heliohost.org/vps/ With a VPS, you have root access and can set whatever limits you please.www.shgmta.ml giving http 500 error,I try to change because of this error
wolstech Posted March 18, 2019 Posted March 18, 2019 500 errors are not generally caused by these settings. The most common problem is file permissions needing to be changed. Start by verifying that all of your files are set to 644, and rename your .htaccess file to something else so it's ignored. Code errors can also cause this, but only if errors are turned off.
xeirn Posted March 18, 2019 Author Posted March 18, 2019 500 errors are not generally caused by these settings. The most common problem is file permissions needing to be changed. Start by verifying that all of your files are set to 644, and rename your .htaccess file to something else so it's ignored. Code errors can also cause this, but only if errors are turned off.I tried to fix without change php but still cant access
wolstech Posted March 18, 2019 Posted March 18, 2019 From what I can tell, your WordPress installation is either misconfigured, broken, or too bloated with extensions. The domain and server are working properly as evidenced by the phpinfo file I created: http://shgmta.ml/test.php For what it's worth, we highly recommend not using WP because it's poorly coded and laughably insecure. I'll let Krydos take a look at this and see what he thinks.
Krydos Posted March 20, 2019 Posted March 20, 2019 Try deleting the wordpress and installing it again without any extensions or themes. If it works install your extensions and themes one at a time to make sure each work.
Recommended Posts