Did you try to increase upload size of your server? It is something to do with your server setting.
I have 150Gigs on the server, and I’m hardly using 1/100 of it at the moment.
I think it is somenthing with PHP. But I might be wrong.
Yes. That is your server capacity. But we have set the maximum allowed size for uploaded files.
check this link.
http://stackoverflow.com/questions/2184513/php-change-the-maximum-upload-file-size
You can change those setting using .htaccess file
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
# END WordPress
This is the copy of .htaccess file
Which line should I update.
Many thanks
Try this
php_value post_max_size 30M
php_value upload_max_filesize 30M
Note : Change amount of size you need.
Just add those code inside your htaccess file.
Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator, webmaster@orbithealth.co.nz and inform them of the time the error occurred, and anything you might have done that may have caused the error.
More information about this error may be available in the server error log.
Additionally, a 500 Internal Server Error error was encountered while trying to use an ErrorDocument to handle the request.
This is the code I updated:
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
php_value post_max_size 30M
php_value upload_max_filesize 30M
# END WordPress
when I removed
php_value post_max_size 30M
php_value upload_max_filesize 30M
The site poped out easily
Because you don’t have permission to change server settings.
I think you have contact your host provider or check your host admin page (Eg. cpanel) to change PHP values
Spoke to the host provider (crazydomains) and they said there is nothing to do with them.
They said I have to adjust PHP myself which is a problem as I dont know how to do that
Send me your host details. I will try to help you.
[ Deleted ]
I fixed it uo with “Change Memory Limit”
Works well, dont need to go through php or so
problem solved
Andrew Nevins
(@anevins)
WCLDN 2018 Contributor | Volunteer support
@rmasfer, please try to keep support on these forums.
@dalibornik, hopefully you didn’t give away any login credentials.
@andrew Nevins I only wanted him. I have nothing to do with his login credentials
@andrew Nevins I only wanted to help him. I have nothing to do with his login credentials