Class google Model cannot redeclare fatal error
-
I had fatal error redecalre Class Google Model when trying to login with google. Searched from support area seems no one had similar problem. Im not great php coder but i think i fixed problem . I think bug is with APSL PLUGIN DIR. so I changed accesspress-social-login-lite.php on line 42
Changed this line
if( !defined( ‘APSL_PLUGIN_DIR’ ) ) {
define( ‘APSL_PLUGIN_DIR’, plugin_dir_path( __FILE__ ) );
}
Toif( !defined( ‘APSL_PLUGIN_DIR’ ) ) {
define( ‘APSL_PLUGIN_DIR’, plugins_url() );
}and its working now ?? can you investigate this problem and add on next update?
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘Class google Model cannot redeclare fatal error’ is closed to new replies.