Jump to content

[Solved] I want to upgrade my upload size


xeirn

Recommended Posts

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 128M

php_value post_max_size 128M

php_value max_execution_time 300

php_value max_input_time 300

php_value memory_limit 64M

 

But not worked

Link to comment
Share on other sites

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.

Link to comment
Share on other sites

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

Link to comment
Share on other sites

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.

Link to comment
Share on other sites

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

Link to comment
Share on other sites

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.

 

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • Create New...