Fatal error: Uncaught exception 'LogicException'

Hello,

can any body help me with this error. i could not find a clear answer in google.

Fatal error: Uncaught exception ‘LogicException’ with message ‘Illegal value passed (no array or string given)’ in /home/xxxxxxxx/public_html/xxxxxxxx.com/autoload.php:72 Stack trace: #0 /home/xxxxxxxx/public_html/xxxxxxxx.com/autoload.php(72): spl_autoload_register(NULL) #1 /home/xxxxxxxx/public_html/xxxxxxxx.com/fb-login.php(3): require_once(‘/home/xxxxxxxx/…’) #2 /home/xxxxxxxx/public_html/xxxxxxxx.com/register.php(14): include(‘/home/xxxxxxxx/…’) #3 {main} thrown in /home/xxxxxxxx/public_html/xxxxxxxx.com/autoload.php on line 72

We would need to see your code…

1 Like

your code throws a LogicException somewhere and you didn’t catch it (using try…catch). hence the error.

1 Like

This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.