Hi,

I'm having a few issues trying to install Habari on my slice. I've
tried installing the latest release.
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 ')'

 if ( $this->files && is_array( $this->files ) {
                                        reset( $this->files );
                                        while ( list( $name,
$fileinfo ) = each( $this->files ) ) {
                                                $filename = basename
( $fileinfo['filename'] );
                                                if ( !empty( $fileinfo
['override_filename'] ) ) {
                                                        $filename =
$fileinfo['override_filename'];
                                                }
                                                $part = "Content-
Disposition: form-data; name=\"{$name}\"; filename=\"{$
                                                $part .= "Content-
Type: {$fileinfo['content_type']}\r\n\r\n";
                                                $part .=
file_get_contents( $fileinfo['filename'] ) . "\r\n";
                                                $parts[] = $part;
                                        }
                                }

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. But after clicking install, I'm directed to the new blog
page.. but I can't login or go to admin, the pages/directories don't
seem to have been created. Help!

thanks!
Jason



--~--~---------~--~----~------------~-------~--~----~
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/habari-users
-~----------~----~----~----~------~----~------~--~---

Reply via email to