Notice

The forum is in read only mode.

Support Forum

Welcome! Support Forums have been reactivated
Welcome the Technical Support section. Help us in assisting you by providing us with a concise and descriptive elaboration of your issues. Be specific and if possible, provide us with a step-by-step instruction in replicating your problem.

undefined error

8 years 9 months ago
  • Voit's Avatar
    Topic Author
  • Voit
  • Offline
  • Fresh Boarder
  • Posts: 17
  • Thank you received: 0
Licenses:
JomSocial Expired

Dear all,

we changed today our slow server to faster SSD server, now Facebook login do not work again.
undefined error again.

Thanks for help in advance
Kind regards,
Harald

8 years 9 months ago
Licenses:

Hi Voit,

please make sure you put the correct site path at joomla global configuration:
you put /home/.sites/472/site272/web/ at global config
but at php open basedir /home/.sites/511/site5245288/web.

which one correct? and make sure tmp and logs folders are writeable.

Regards

8 years 9 months ago
  • Voit's Avatar
    Topic Author
  • Voit
  • Offline
  • Fresh Boarder
  • Posts: 17
  • Thank you received: 0
Licenses:
JomSocial Expired

Hi Albertus,

who know this "correct site path"? Is this known by hosting provider?
Because i have never changed any site path.

Because of tmp and logs folders - i will look for somebody who can make that.

Thanks and kind regards
Harald

8 years 9 months ago
Licenses:

Hi Voit,

because I cant access your FTP. please try this solution:
edit joomla configuration.php under site root. changing it from

public $log_path = '/home/.sites/472/site272/web/motobike.leitwolf/logs';
public $tmp_path = '/home/.sites/472/site272/web/motobike.leitwolf/tmp';
to
public $log_path = '/home/.sites/511/site5245288/web/motobike.leitwolf/logs';
public $tmp_path = '/home/.sites/511/site5245288/web/motobike.leitwolf/tmp';

FYI: maybe you need to changing configuration.php permission first, from 444 to 644

Regards

The following user(s) said Thank You: Voit
8 years 9 months ago
  • Voit's Avatar
    Topic Author
  • Voit
  • Offline
  • Fresh Boarder
  • Posts: 17
  • Thank you received: 0
Licenses:
JomSocial Expired

Hi Albertus

there was no need to change permission.
Just edit the configuration - now Facebook-Login is working again

Thanks a lot, Albertus!!!

Kind regards
Harald

8 years 9 months ago
  • Voit's Avatar
    Topic Author
  • Voit
  • Offline
  • Fresh Boarder
  • Posts: 17
  • Thank you received: 0
Licenses:
JomSocial Expired

Hi Albertus,

i did see now is a little bug on profile-sites from our users

"Strict Standards: Only variables should be assigned by reference in /home/.sites/511/site5245288/web/motobike.leitwolf/templates/lw_template/tpls/blocks/head.php on line 63"

Can you help me to fix it?

Thanks again & kind regards
Harald

8 years 8 months ago
Licenses:

Hi Voit,

that file not belong to jomsocial but lw_template, please contact that template provider about it.

Regards

8 years 8 months ago
  • Voit's Avatar
    Topic Author
  • Voit
  • Offline
  • Fresh Boarder
  • Posts: 17
  • Thank you received: 0
Licenses:
JomSocial Expired

Hi Albertus.

Done thanks!

But now i updated to actually 4.0.9 now i have same problem again :
Facebook : undefined error

configuration.php is in correct path
public $log_path = '/home/.sites/511/site5245288/web/motobike.leitwolf/logs';
public $tmp_path = '/home/.sites/511/site5245288/web/motobike.leitwolf/tmp';

Thanks for help again

8 years 8 months ago
Licenses:

Hi,

I cant log in to administrator page anymore. invalid username/password.

please make sure the credentials is uptodate.

Regards

8 years 8 months ago
  • Voit's Avatar
    Topic Author
  • Voit
  • Offline
  • Fresh Boarder
  • Posts: 17
  • Thank you received: 0
Licenses:
JomSocial Expired

Hi Albertus,

backend and FTP updated, sorry for inconvenience

Thanks
KR, Harald

PS : this changing i have done : www.jomsocial.com/forum/facebook-connect...t-log-in-user#137831

8 years 8 months ago
Licenses:

Hi Voit,

strange I still cant login to administrator. could you please send me the detail to This email address is being protected from spambots. You need JavaScript enabled to view it.

Regards

8 years 8 months ago
Licenses:

Hi Voit,

I was cant login because this char: "<" at password has been truncated for security reason.
here the fix that I put:
1. set joomla error reporting to default
2. /components/com_community/controllers/connect.php
line 456, change the code from

$my->set('password', JUserHelper::hashPassword($password));
to
$my->bind($userData);

and remove this code
$options = array();
$options['remember'] = true;
//$options['return']   = $data['return'];

// Get the log in credentials.
$credentials = array();
$credentials['username']  = $my->username;
$credentials['password']  = $password;
//$credentials['secretkey'] = $data['secretkey'];
JFactory::getApplication()->login($credentials, $options);

after that line.

the fix only for joomla 2.5, I suggest to to using newest joomla version.

Regards

The following user(s) said Thank You: Voit
Moderators: Piotr Garasiński
Powered by Kunena Forum

Join 180,000 websites creating Amazing communities

JomSocial is the most complete, easy-to-use addon that turns Joomla CMS into a
full -fledged, social networking site

TRY NOW BUY NOW