white screen ?? - during plugin loading?

Discussions and requests related to new CMSimple features, plugins, templates etc. and how to develop.
Please don't ask for support at this forums!
Post Reply
manu
Posts: 1086
Joined: Wed Jun 04, 2008 12:05 pm
Location: St. Gallen - Schweiz
Contact:

white screen ?? - during plugin loading?

Post by manu » Sat Dec 08, 2018 8:43 am

I assume a php error in my plugin script.
I get a white screen - no matter what I do. _XHdebug is set, no php error msg, nothing.
The error possibly occurs while plugin loading. Since we have such a nice error handling, I don't understand why I don't get any error msg here.

cmb
Posts: 14225
Joined: Tue Jun 21, 2011 11:04 am
Location: Bingen, RLP, DE
Contact:

Re: white screen ?? - during plugin loading?

Post by cmb » Sat Dec 08, 2018 10:06 am

manu wrote:
Sat Dec 08, 2018 8:43 am
I assume a php error in my plugin script.
I get a white screen - no matter what I do. _XHdebug is set, no php error msg, nothing.
The error possibly occurs while plugin loading. Since we have such a nice error handling, I don't understand why I don't get any error msg here.
Well, our error handling has loopholes, and PHP particularly with OPcache enabled may have as well. If you don't have a debugger at hand, you can remove this line, and set error_reporting appropriately. display_errors can be enabled, or you disable it, and have a look at PHP's error log.
Christoph M. Becker – Plugins for CMSimple_XH

Post Reply