By wjbeaver on
I'm getting this error after the database step in the installation:
I have php 5.2.6
Fatal error: Call to undefined function _user_password_dynamic_validation() in /home/httpd/vhosts/xxxxxx.com/subdomains/community02/httpdocs/install.php on line 709
thanks
Comments
This isn't a lot of help:
This isn't a lot of help: but its a known issue: http://drupal.org/node/203187
Magnity
http://webdesign.magnity.co.uk
Drupal 5 themes | Drupal 6 themes
hmmm
I'm not in a subdirectory but I am in a subdomain, community02.xxxxxx.com, will mess with the rewrite rules
OK, I did this
I uncommented RewriteBase /
no change
Think I found the problem
[Sun Aug 03 16:59:06 2008] [error] [client 70.176.108.250] ModSecurity: Access denied with code 501 (phase 2). Match of "rx (?:^(?:application\\\\/x-www-form-urlencoded(?:;(?:\\\\s?charset\\\\s?=\\\\s?[\\\\w\\\\d\\\\-]{1,18})?)??$|multipart/form-data;)|text/xml)" against "REQUEST_HEADERS:Content-Type" required. [id "960010"] [msg "Request content type is not allowed by policy"] [severity "WARNING"] [hostname "community02.xxxxxx.com"] [uri "/install.php"] [unique_id "AgboyELw7n8AAGZoZocAAAAD"]
I've had problems before with mod_security, I think I know where a fix is, will post them if I get it working
Not easy
One easy fix is to turn the mother off in .htaccess
SecFilterEngine Offor allow the install file
I can't get these to work in .htaccess because I have a Plesk setup
I have to create a vhost.conf in the conf directory below web root and use:
or
and then run:
/usr/local/psa/admin/bin/websrvmng -v -aprobably want to restart apache also, I've seen yes and no
If you don't have root access you need your server admin to do this
Where and how to put it?
where do you put the
SecFilterEngine Offin the .htaccess file? and is there any symbols to be put before it?