View Single Post
  #42  
Old 05-20-2008, 04:19 PM
 
spingary spingary is offline
 

Advanced Member
  
Join Date: Apr 2003
Posts: 51
 

Default Re: X-Cart v4.1.10 released

Quote:
Originally Posted by gary02140
This really isn't happy experience for this upgrade. I followed all the instructions. I have made SSH enabled and used putty to access my store host. After executing the command of " for i in `sed -e 's/,.*$//g' < upgrade/4.1.9-4.1.10/file.lst`; do chmod 666 $i ; done", I started to login as admin from the bakc-end of my store. But I was rejected and got the following error message:

500 Internal Server Error


I wonder if your hosting provider has mod_security running. Whenever I get 500 Internal Errors I suspect mod_security first. Find out if it's running on your Apache server. If it is, see if you can get them to disable it, at least until you upgrade process if completed, then re-enable it.

Sometimes, errors that occur during script execution trips mod_security's alerts and it intercepts it with a 500 Error. Once disabled, you can at least see some meaningful error messages.

Good luck.
__________________
--
Gary Wong
www.SpinGroup.com
XCart 3.x, 4.x

XCart = Born to be modded!
Reply With Quote