-->

DEVOPSZONES

  • Recent blogs

    PHP Fatal error: Call to undefined function define_syslog_variables() in /srv/www/htdocs/cacti/plugins/thold/includes/settings.php on line 132

    Error:
    PHP Fatal error: Call to undefined function define_syslog_variables() in /srv/www/htdocs/cacti/plugins/thold/includes/settings.php on line 132

    Solution:
    1. This function has been DEPRECATED as of PHP 5.3.0 and REMOVED as of PHP 5.4.0. Comment the Line.

    PHP comment syntax :

    Single Line Comment : // or #
    Multiple Line Comment : /* .....*/

    No comments