Hi all,
I'm trying to setup a 1.8.2 Zabbix server on Ubuntu Server 10.04.
I've got as far as the installation webGUI so far, but it's failing on
PHP Timezone.
I've edited the .ini to make it
Which appears to be correct?
I've already checked the following page to make sure it's the correct spacing/capitalization;
and I've looked at this thread;
Where they mentioned changing setup.inc.php
However they are using 1.6, and it seems the
Is not in my setup.inc.php file, however I found a requirements.php file where empty($tmezone), was, but it already had a comma in like they suggested...
Any ideas?...
I've spent days on this so far... haha...
I'm trying to setup a 1.8.2 Zabbix server on Ubuntu Server 10.04.
I've got as far as the installation webGUI so far, but it's failing on
PHP Timezone.
I've edited the .ini to make it
Code:
;date.timezone = Europe/London
I've already checked the following page to make sure it's the correct spacing/capitalization;
and I've looked at this thread;
Where they mentioned changing setup.inc.php
However they are using 1.6, and it seems the
Code:
empty($tmezone),
Any ideas?...
I've spent days on this so far... haha...

Comment