Topic-icon cannot find

Active Subscriptions:

None
12 years 8 months ago #36838 by purplechris
Replied by purplechris on topic cannot find
No it still gives the error, and then i go back to the page and the details are still there

I did enable it yes and the only error is the one given above and thats will error logging on maximum

also cleared out the db to

{"import_always":"1","db_name":"","db_user":"","db_password":"","db_table":"","db_key_column":"","db_key_value":"joomla_id","db_table_columns":"","field_map":{"xyz":"0"}}

so is blank and still get the error
The topic has been locked.
Support Specialist
12 years 8 months ago #36850 by alzander
Replied by alzander on topic cannot find
Is there any way to access the admin area of this site so we can understand what's going on better?

Thanks,
Alex
The topic has been locked.
Active Subscriptions:

None
12 years 8 months ago #36873 by purplechris
Replied by purplechris on topic cannot find
sure send me an email and i will replay with a cloned site on a test server for you to play with pal.
The topic has been locked.
Support Specialist
12 years 8 months ago #36983 by alzander
Replied by alzander on topic cannot find
Sorry for the delay on this. Please send me a Private Message with the details. Just hit the mail icon under my picture to the left.

Thanks,
Alex
The topic has been locked.
Active Subscriptions:

None
12 years 8 months ago #37152 by purplechris
Replied by purplechris on topic cannot find
any news pal?
The topic has been locked.
Support Specialist
12 years 8 months ago #37194 by alzander
Replied by alzander on topic cannot find
Sorry for the delayed response on this. I just logged into the admin area, but unfortunately, the account credentials you gave me don't have access to the Profiles area. Can you update those credentials and let me know? I'll gladly test again.

Thanks,
Alex
The topic has been locked.
Active Subscriptions:

None
12 years 8 months ago #37212 by purplechris
Replied by purplechris on topic cannot find
sending you now, although there was no issue with them, tested and sent again for you with the procedure.
The topic has been locked.
Support Specialist
12 years 8 months ago #37261 by alzander
Replied by alzander on topic cannot find
Very sorry about that. This was in the JFBConnect forums so I immediately went to the JFBConnect component and forgot you were working with JLinked.

You should be all setup now to configure it how you want. The issue is that if you save while the DB Columns field is blank, it throws an error that can't be recovered from. We'll fix that in the next release, but until then, just don't leave that field blank. I put in some test values which you can replace with whatever the real column names should be.

Finally, there's one edit that should be made to the plugin file to fix a bug found by another tester. Please edit the /plugins/socialprofiles/customdb/customdb.php file, around line 51 you'll see:
$dbKey = $settings->get('db_key_value') == 'joomlaId' ? $this->joomlaId : $this->socialId;
Update the joomlaId value to joomla_id as below:
$dbKey = $settings->get('db_key_value') == 'joomla_id' ? $this->joomlaId : $this->socialId;
Without that change, if you are using the Joomla user ID as a key, it won't properly be set.

Please test again and let us know how that goes!

Thanks,
Alex
The topic has been locked.
Active Subscriptions:

None
12 years 8 months ago #37294 by purplechris
Replied by purplechris on topic cannot find
Hey im starting to put in data now and i think because ive not put anything in the social network fields yet its giving me the error again, take a look

If you can tell me what amend to make to the plugin to fix this as i need to deploy this asap as ive been waiting for it for over a year as you know lol.

Also it would be nice if once ive got it setup in fb and linkedin i could maybe create an installer for the plugin to clone all my settings as they wont change?
The topic has been locked.
Active Subscriptions:

None
12 years 8 months ago #37296 by purplechris
Replied by purplechris on topic cannot find
scratch that, i put in a comma its now working well its setup but not working, any ideas?

also let me know about the backup settings thing.
The topic has been locked.