You are not logged in.
Hi (first post, registered cause I can't seem to solve the problem),
I've been trying to install the blog software Habari and seem to be stuck with the actual install, more specifically the database setup (connecting to it), the error I keep receiving:
Installation Issue
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.
Server Response
Object not found! */--> Object not found! The requested URL was not found on this server. The link on the referring page seems to be wrong or outdated. Please inform the author of that page about the error. If you think this is a server error, please contact the webmaster. Error 404 localhost Sun Apr 24 13:20:59 2011 Apache My Apache server seems to be in fault, I've configured Apache, PHP support and MySQL using the Arch wiki HOW-TO's. Using phpMyAdmin, I know my database is set up properly. So I reckon it's either due to my .htaccess file located in /srv/http/blog/:
### HABARI START
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_URI} !=/favicon.ico
RewriteBase /blog
RewriteRule . index.php [PT]
RewriteRule ^(system/(classes|handlers|locale|schema|$)) index.php [PT]Or my httpd.conf file, which has been configured using the HOW-TO's to the detail. The mod_rewrite module has been enabled, though yet using a test given at http://www.webune.com/forums/how-to-tes … d-t40.html, it gives me an error 404, indicating I don't have mod_rewrite enabled, which is odd as the module is present in the modules list at /etc/httpd and the module is loaded.
Using the "Habari requirement checker" at http://wiki.habariproject.org/en/Installation, it gives me no errors.
As a result I'm lost. Although PHP should have nothing to do I do remember some extensions not being present, for which I added lines manually in /etc/php/php.ini:
extension=mhash.so
extension=pdo.so
extension=session.so
extension=zlib.soHelp is much appreciated. Thanks in advance.
Last edited by avdmeers (2011-06-14 00:58:44)
Offline
Solved, downloading the official 0.7 archive fixed the problem, before that I used the SVN repository to obtain the files. Arch wiki might make a note on this, as it uses the repository.
Offline