Hi

Am new on Drupal please help as I receive this error "There is a security update available for your version of Drupal. To ensure the security of your server, you should update immediately! See the available updates page for more information and to install your missing updates."

After downloading the update, when installing the update the following occurs "The file drupal-7.30.zip could not be saved, because it exceeds 2 MB, the maximum allowed size for uploads."

Please help on how to solve this problem, am currently on Drupal 7.22.

Comments

surendra77c’s picture

Add the code to your .htaccess file in your Drupal root directory.

php_value upload_max_filesize 10M
php_value post_max_size 10M

Jesuit’s picture

/public_html/.htaccess

/public_html/Drupal new/.htaccess

/public_html/sites/default/files/.htaccess

I have the above htaccess files on my server.

this are the only two that I found (In order as above)
php_value mbstring.http_input pass
php_value mbstring.http_output pass

Am using a web-based server (cpanel and filezilla)

:-( Feel like a end-user right now....

darol100’s picture

You need to change this setting on your PHP.ini. Try to contact your web-host for the following changes at the php.ini :

upload_max_filesize 10M
post_max_size 10M

All depends on what type of hosting provider and services you have.

If you have any other question please let me know.

- Darryl Norris
Be Connected: Website | Twitter | LinkendIn | GitHub