Reputation: 12873
I am getting an error on installing habari:
The installer couldn't verify your settings, possibly because your server is not correctly configured. See the manual for information on how to correct this problem, or continue without database verification
Any idea on what the problem could be? I am quite sure that the database information I am putting is correct.
Upvotes: 0
Views: 296
Reputation: 11
You might want to write manually the HTACCESS. here:
RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteBase / RewriteRule . index.php [PT]
Upvotes: 0
Reputation: 12873
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteBase /
RewriteRule . index.php [PT]
Habari doesn't write the htaccess. I manually added this and everything was fine.
Upvotes: 0
Reputation: 11
My crystal ball is a little hazy.
Please provide the following information:
Also consider cross posting to the Habari mailing list where you are likely to get prompt assistance from other Habari users.
Upvotes: 1