Page 1 of 1

Problem log

Posted: Fri Jul 15, 2016 2:18 am
by kurtm
I was trying to find a problem with a new plugin that I installed. It kept crashing on me so I enabled error logging with the _HXdebug.txt file. It did give me a log entry for my plugin but it also flagged the following non-fatal error:
  • Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; Filebrowser_Controller has a deprecated constructor in /var/www/vhosts/mysite.com/httpdocs/plugins/filebrowser/classes/Filebrowser_Controller.php on line 31
    Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; Filebrowser_View has a deprecated constructor in /var/www/vhosts/mysite.com/httpdocs/plugins/filebrowser/classes/Filebrowser_View.php on line 28
    Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; XH_Pages has a deprecated constructor in /var/www/vhosts/mysite.com/httpdocs/cmsimple/classes/Pages.php on line 28
    Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; Pagemanager_Controller has a deprecated constructor in /var/www/vhosts/mysite.com/httpdocs/plugins/pagemanager/classes/Controller.php on line 26
I havn't changed any of the code that came with the CMSimple_XH install package.
Can I do anything to resolve these debug messages?
Thanks,
Kurt

Re: Problem log

Posted: Fri Jul 15, 2016 9:46 am
by Tata