Jump to content

Error 500 after 1 click update


Vit JURASEK

Recommended Posts

I make a "1 click update". During a update procedure I get Internal Error and after that I get permanent Error 500 on admin site.

 

I found problem - in our hosting (Wedos - the biggest shared webhosting in czech republic) is permanently disabled Multiviews.

 

In admin folder in the htaccess are this lines:

 

<IfModule mod_negotiation.c>
    Options -MultiViews
</IfModule>
 
Because this MultiViews feature is disabled, an error occurs during the update after script copy the new version of htaccess file. This prevents the update process. In this cas, the condition "IfModule mod_negotiation.c" is inappropriately built, because mod_negotiation.c is installed, but only Multiviews not enabled and cause Error 500.
 
After the physical removal of this rows, the system will work. However, the update process is inapplicable. The only way is to manually edit the installation ZIP file.
 
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...