On 21 Mar 2009, at 04:44, Jae wrote:
The first error is when trying to navigate to /habari , I get the
error: Parse error: syntax error, unexpected '{' in /var/www/habari/
system/classes/remoterequest.php on line 204 . I don't know a whole
lot about php, but it does look like there is a missing ')'
This was fixed in #3355 in trunk.
If I add a ')' in the first line I can get the installation script to start. But I run into problems with the mysql when I enter my database info: 404 Not Found Not Found The requested URL /habari/ajax/ check_mysql_credentials was not found on this server. Apache/2.2.9 (Ubuntu) PHP/5.2.6-2ubuntu4.1 . Indeed there is no ajax directory.. I am able to say don't verify, and I observe that a new user is created in the database after the installation is complete.. so that's not a huge deal.
There isn't supposed to be an ajax directory, habari uses the apache mod_rewrite module to use URLs that don't match to files/folders on the filesystem.
By default apache on ubuntu doesn't have mod_rewrite enabled, you need to run `sudo a2enmod rewrite` and then `/etc/init.d/apache2 force- reload` to enable it and restart apache to pick up the new module.
C --- Caius Durling [email protected] +44 (0) 7960 268 100 http://caius.name/
PGP.sig
Description: This is a digitally signed message part
