Okay, I know one click installs are a thing of the past on Dreamhost, but I would think manual install would still be possible. I have tried different things a bunch of times with the stable and git dev release. I followed this install to the word
http://status.net/wiki/Dreamhost_Setup, except that config.php is just created by the install.php now. I complete the installation, but there are errors thrown.
Page notice
Initializing...
Deprecated: Assigning the return value of new by reference is deprecated in /usr/local/lib/php/Mail.php on line 134
Starting installation...
Checking database...
Deprecated: Assigning the return value of new by reference is deprecated in /usr/local/lib/php/DB.php on line 470
Deprecated: Assigning the return value of new by reference is deprecated in /usr/local/lib/php/DB.php on line 547
Deprecated: Assigning the return value of new by reference is deprecated in /usr/local/lib/php/DB.php on line 1124
Creating database tables...
Adding SMS carrier data to database...
Adding notice source data to database...
Adding foreign service data to database...
Writing config file...
An initial user with the administrator role has been created.
Setting site profile...
StatusNet has been installed at
http://status.postcyb.org/ DONE! You can visit your new StatusNet site (login as '******'). If this is your first StatusNet install, you may want to poke around our Getting Started guide.
Any help would be appreciated. I'm installing it on its own subdomain. I have ssh access. Anyone have/had similar problems/solutions?
Comments
It might be something like
php_value display_errors 0
php_value display_startup_errors 0
See here: http://www.php.net/manual/en/errorfunc.configuration.php and http://www.php.net/manual/en/configuration.file.per-user.php
http://www.php.net/manual/en/language.types.boolean.php explains that non-zero is true (that is, display errors and warnings) and zero is false.