-
Incident report
-
Resolution: Fixed
-
Minor
-
None
-
2.2.2
-
None
-
FreeBSD 10.0-RELEASE FreeBSD 10.0-RELEASE #0 r260789: Fri Jan 17 01:46:25 UTC 2014 [email protected]:/usr/obj/usr/src/sys/GENERIC i386
php5-5.4.26 PHP Scripting Language
php5-bcmath-5.4.26 The bcmath shared extension for php
php5-ctype-5.4.26 The ctype shared extension for php
php5-dba-5.4.26 The dba shared extension for php
php5-dom-5.4.26 The dom shared extension for php
php5-extensions-1.7 A "meta-port" to install PHP extensions
php5-filter-5.4.26 The filter shared extension for php
php5-gd-5.4.26 The gd shared extension for php
php5-gettext-5.4.26 The gettext shared extension for php
php5-hash-5.4.26 The hash shared extension for php
php5-iconv-5.4.26 The iconv shared extension for php
php5-json-5.4.26 The json shared extension for php
php5-mbstring-5.4.26 The mbstring shared extension for php
php5-mcrypt-5.4.26 The mcrypt shared extension for php
php5-mysql-5.4.26 The mysql shared extension for php
php5-mysqli-5.4.26 The mysqli shared extension for php
php5-pdo-5.4.26 The pdo shared extension for php
php5-pdo_sqlite-5.4.26 The pdo_sqlite shared extension for php
php5-phar-5.4.26 The phar shared extension for php
php5-posix-5.4.26 The posix shared extension for php
php5-readline-5.4.26 The readline shared extension for php
php5-session-5.4.26 The session shared extension for php
php5-simplexml-5.4.26 The simplexml shared extension for php
php5-sockets-5.4.26 The sockets shared extension for php
php5-sqlite3-5.4.26 The sqlite3 shared extension for php
php5-tokenizer-5.4.26 The tokenizer shared extension for php
php5-xml-5.4.26 The xml shared extension for php
php5-xmlreader-5.4.26 The xmlreader shared extension for php
php5-xmlwriter-5.4.26 The xmlwriter shared extension for php
==
apache24-2.4.9 Version 2.4.x of Apache web serverFreeBSD 10.0-RELEASE FreeBSD 10.0-RELEASE #0 r260789: Fri Jan 17 01:46:25 UTC 2014 [email protected] :/usr/obj/usr/src/sys/GENERIC i386 php5-5.4.26 PHP Scripting Language php5-bcmath-5.4.26 The bcmath shared extension for php php5-ctype-5.4.26 The ctype shared extension for php php5-dba-5.4.26 The dba shared extension for php php5-dom-5.4.26 The dom shared extension for php php5-extensions-1.7 A "meta-port" to install PHP extensions php5-filter-5.4.26 The filter shared extension for php php5-gd-5.4.26 The gd shared extension for php php5-gettext-5.4.26 The gettext shared extension for php php5-hash-5.4.26 The hash shared extension for php php5-iconv-5.4.26 The iconv shared extension for php php5-json-5.4.26 The json shared extension for php php5-mbstring-5.4.26 The mbstring shared extension for php php5-mcrypt-5.4.26 The mcrypt shared extension for php php5-mysql-5.4.26 The mysql shared extension for php php5-mysqli-5.4.26 The mysqli shared extension for php php5-pdo-5.4.26 The pdo shared extension for php php5-pdo_sqlite-5.4.26 The pdo_sqlite shared extension for php php5-phar-5.4.26 The phar shared extension for php php5-posix-5.4.26 The posix shared extension for php php5-readline-5.4.26 The readline shared extension for php php5-session-5.4.26 The session shared extension for php php5-simplexml-5.4.26 The simplexml shared extension for php php5-sockets-5.4.26 The sockets shared extension for php php5-sqlite3-5.4.26 The sqlite3 shared extension for php php5-tokenizer-5.4.26 The tokenizer shared extension for php php5-xml-5.4.26 The xml shared extension for php php5-xmlreader-5.4.26 The xmlreader shared extension for php php5-xmlwriter-5.4.26 The xmlwriter shared extension for php == apache24-2.4.9 Version 2.4.x of Apache web server
According to the manual on the link -> https://www.zabbix.com/documentation/2.2/manual/web_interface/theming
I'm having the following problem in the code below.
public function getThemes()
{ return array_merge(parent::getThemes(), array( 'mytheme' => _('My theme') )); }Follow the code of version 2.0 and got no problems. Follows the code.
public static function getThemes()
{ return array_merge(parent::getThemes(), array( 'mytheme' => _('My theme') )); }=====
DIFF >>> public STATIC <<<-
I'm not quite sure if it may have something to do with the version of my PHP.
Thanks