SUPPRESSING ERROR MESSAGES - Feb 12th, 2022


You can try adding an @ before the $ in variable names

Also, according to Daniel Technical Lead at Interactive Tools:

It's possible to adjust the errors which display by using the error_reporting() function. To turn off only the
deprecated warnings, you can use this:

error_reporting(E_ALL ^ E_DEPRECATED);

Or to suppress all errors/notices/warnings, you can use this:

error_reporting(0);

Note that you will need to include this in your code after the CMSB viewer library has been loaded.



The materials on this web site have been created for use with CMS Builder content management software. CMS Builder software is published and licensed for use by InteractiveTools.com. Please contact Interactive Tools for information on the downloading of the software or the purchasing of licenses.


Terms of Service