• Resolved blueionbobby

    (@blueionbobby)


    I discovered a bug where instantiating the php Exception class generates a fatal ‘not found’ error. It seems like it’s trying to instantiate GF_Luminate\\Exception instead of \Exception.

    Adding use \Exception as Exception within 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.