Could not verify .htaccess is working

#1
Attempting to upgrade a SugarCRM installation, however each time the upgrade script is run the following information is sent out:

Wed, 11 Feb 2015 01:37:31 +1030 [Upgrader] - ERROR: Could not verify .htaccess is working:
Wed, 11 Feb 2015 01:37:31 +1030 [Upgrader] - Finished script CheckAllowOverride
Wed, 11 Feb 2015 01:37:31 +1030 [Upgrader] - ERROR: Pre-upgrade stage failed!

Any suggestions?
 

mistwang

LiteSpeed Staff
#2
It could be permission issue for accessing .htaccess from PHP.
Are you using PHP suEXEC? If you are using 4.2.21, please do a force reinstall see if it helps or not.

/usr/local/lsws/admin/misc/lsup.sh -f -v 4.2.21
 
#3
I'm running lsphp with suhosin off. .htaccess is accessible for other operations, I just can't get AllowOverride acknowledged.
Litespeed 6.7, PHP 5.4.
 
Top