Plugins
Facebook login issue

Hi!

I had problem with plugin uni login. After I set everything properly, I still got an fatal error: Class 'Hybrid_Exception' not found...

Problem was caused by notice message in sys/CODOF/Util.php file when method start_sesstion (on line 76) tried to start session again. To disable restarting session you can use condition like

if (session_status() == PHP_SESSION_NONE) {
    session_start();
}

or somethin like

if(session_id() == '') {
    session_start();
}

I hope it some someone helps...

Hi! I had problem with plugin uni login. After I set everything properly, I still got an fatal error: Class 'Hybrid_Exception' not found... Problem was caused by notice message in sys/CODOF/Util.php file when method start_sesstion (on line 76) tried to start session again. To disable restarting session you can use condition like ```` if (session_status() == PHP_SESSION_NONE) { session_start(); } ```` or somethin like ```` if(session_id() == '') { session_start(); } ```` I hope it some someone helps...

Jara,

Please check if you have uploaded all of the files correctly. The same thing happened to me (CODOF error).

If all doesn't go well RE-UPLOAD the sys/CODOG/util.php and all of the folders with it via FileZilla -

Do not upload via server because they usually tend to just upload the main files.

Jara, Please check if you have uploaded all of the files correctly. The same thing happened to me (CODOF error). If all doesn't go well RE-UPLOAD the sys/CODOG/util.php and all of the folders with it via FileZilla - Do not upload via server because they usually tend to just upload the main files.

Check out my Forum made by Codoforum! fishcraft.co.nf/Forum Happy user of the codoforum community :) - Nathan

maybe you didn't setup the base url correctly

return
    array(
        "base_url" => "/sys/Ext/hybridauth/Hybrid",

or something similar

maybe you didn't setup the base url correctly ```` return array( "base_url" => "/sys/Ext/hybridauth/Hybrid", ```` or something similar
349
2
3
live preview
enter atleast 10 characters
WARNING: You mentioned %MENTIONS%, but they cannot see this message and will not be notified
Saving...
Saved
With selected deselect posts show selected posts
All posts under this topic will be deleted ?
Pending draft ... Click to resume editing
Discard draft