Installation error: Network Solutions VPS

Permalink
Until now, I've successfully (and easily) installed C5 on a number of shared hosting accounts for clients. However, my current client has a Network Solutions Virtual Private Server (VPS), and the installation isn't working properly. Details follow:

- The site is located here:http://www.verdantlaw.org/

- I'm receiving a full page of error messages (see attached), that all seem to be variations on this:

Strict Standards: Non-static method Loader::database() should not be called statically in /var/www/vhosts/verdantlaw.org/httpdocs/concrete/dispatcher.php on line 15


Is there something special I should do when installing C5 on a VPS, or is this a problem anyone else has encountered?

Thanks in advance for any help!

Vince

1 Attachment

glossybox
 
ryan replied on at Permalink Best Answer Reply
ryan
Look into your debug level in your php.ini, yours appears to be set to strict which will output all kinds of warnings.

In the install controller concrete attempts to set the debug levels:
error_reporting(E_ALL ^ E_NOTICE);


http://us2.php.net/manual/en/errorfunc.configuration.php#ini.error-...
glossybox replied on at Permalink Reply
glossybox
Ah, interesting - many thanks Ryan, I'll check out the php.ini settings. I appreciate the nudge in the right direction!