Teej
Teej

Reputation: 12873

installing habari

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

Answers (3)

JackCullin
JackCullin

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

Teej
Teej

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

Andy C
Andy C

Reputation: 11

My crystal ball is a little hazy.

Please provide the following information:

  • Platform: Linux, Windows, MacOS, OpenSolaris ?
  • Hosting provider ?
  • Database: MySQL, SQLite or Postgres (include version number) ?
  • Web Server: Apache, Lighttp, Nginx ?
  • PHP version and configured extensions - a link to the output of phpinfo() is always very useful.
  • Habari version - latest stable version or trunk ? If the latter, specify the exact SVN version number.

Also consider cross posting to the Habari mailing list where you are likely to get prompt assistance from other Habari users.

Upvotes: 1

Related Questions