PHP Classes

Uncaught error

Recommend this page to a friend!

      MyLogin  >  All threads  >  Uncaught error  >  (Un) Subscribe thread alerts  
Subject:Uncaught error
Summary:Receiving an uncaught error when testing
Messages:2
Author:Jason Olson
Date:2017-01-18 05:13:35
 

  1. Uncaught error   Reply   Report abuse  
Picture of Jason Olson Jason Olson - 2017-01-18 05:13:35
I have installed this, along with the requested composer files, and I am receiving the following error:


Fatal error: Uncaught Error: Class 'Monolog\Logger' not found in ***my path to class***/MySocial.class.php:93

I can see that monolog is under the path, as expected:
/vendor/monolog/monolog as installed automatically by compsoer.

Any thoughts?

  2. Re: Uncaught error   Reply   Report abuse  
Picture of Yorch Ponce Yorch Ponce - 2017-03-20 03:20:32 - In reply to message 1 from Jason Olson
My composer.json

"require": {
"php": ">=5.4.0",
"yorch/mylogin" : "dev-master",
"facebook/php-sdk-v4" : "4.0.23",
"ruudk/twitter-oauth" : "dev-master",
"google/apiclient": "1.1.4"
}