Fatal Exception Error
-
I discovered a bug where instantiating the php
Exceptionclass generates a fatal ‘not found’ error. It seems like it’s trying to instantiateGF_Luminate\\Exceptioninstead of\Exception.Adding
use \Exception as Exceptionwithin the GF_Luminate namespace to the inc/class-gf-luminate-constituent.php file resolved the issue, but I was hoping that this fix or an alternative solution could be worked into the plugin so we don’t have to continue to modify the plugin files directly.Thanks!
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
The topic ‘Fatal Exception Error’ is closed to new replies.