Fix error split deprecated in modx(CMS)


/ Published in: PHP
Save to your folder(s)



Copy this code and paste it in your HTML
  1. error_reporting(E_ALL & ~E_NOTICE & ~E_DEPRECATED); // for config
  2.  
  3. if (error_reporting() == 0 || $nr == 0 || (error_reporting() & $nr) != $nr || ($nr == 8 && $this->stopOnNotice == false)) // for document.parser.class.php

URL: http://modxcms.com/forums/index.php?action=printpage;topic=37293.0

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.