1. ruud
  2. Bug Report
  3. Tuesday, August 16 2016, 02:52 PM
Hi, first off: congratulations on version 2.0! Looks great!

Just back from holidays so thought I give it a go :)

First test resulted in a blank page :S

use case: Register an account with your twitter account
1. in the login screen press the twitter button
... twitter dialogue pops up asking for permission
2. agree
3. Joomla site asks email of new user (needed to complete registration)
4. input email adres
... White page....

with error level set to development I get the following error.
[code]Notice: Undefined variable: jsnConfig in /var/www/html/och_test/plugins/jsn/socialconnect/socialconnect.php on line 1030

Fatal error: Call to a member function get() on a non-object in /var/www/html/och_test/plugins/jsn/socialconnect/socialconnect.php on line 1030{/code]
Accepted Answer
admin Accepted Answer
Admin
Hi,
at line 1030 try to replace $jsnConfig with $config, we will fix in next release. Thanks for report it
  1. more than a month ago
  2. Bug Report
  3. # Permalink
ruud Accepted Answer
Hi, in line 724, 760 the same $jsnConfig->get('socialconnect_confirmemail' is used.
So just to confirm that what you propose is a 'complete' fix, these should NOT be replaced. Correct?
  1. more than a month ago
  2. Bug Report
  3. # 1
admin Accepted Answer
Admin
Hi,
yes this should be a complete fix, in some function we load config from 2 components (Joomla Users and Easy Profile), so we call vars as userConfig and jsnConfig
  1. more than a month ago
  2. Bug Report
  3. # 2
ruud Accepted Answer
Content Protected
  1. more than a month ago
  2. Bug Report
  3. # 3
  • Page :
  • 1


There are no replies made for this post yet.
However, you are not allowed to reply to this post.