Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • jairodriguez Friend
    #175758

    Hi,

    The module mod_jafacebooklikebox instelled in Joomla 2.5.3. Does not change the ID. I write the ID 100001341490895 but when clicking on the “save and close”, the change is not successful, go back and put the default number 2147483647, (see picture).

    Thanks for your help.


    1. does-not-change-the-ID
    Manos Moderator
    #447204

    Hi,

    Can you please tell me if there’s a JS conflict shown when you try to save the FB ID ?

    Regards

    jairodriguez Friend
    #447206

    No show JS conflict

    Manos Moderator
    #447207

    Well.. the only way that something like that doesn’t save is a JS conflict or a permission error, i would be happy to help you if you can provide me with a temporary Super admin and FTP access to your site.

    If you want me to help you, you can sent me the necessary information through PM

    Manos Moderator
    #447304

    Hi,

    I have fixed the problem in your website, it was a db issue after your last upgrade. Now the FB module has the proper Facebook ID.
    Please confirm from your side, also i advice you to update the rest of the software that it’s installed on your website.

    Regards

    abuhabib Friend
    #449596

    Hi,

    I have the same problem here. how to fix the db issue?

    HeR0 Friend
    #449704

    Hi,
    Please provide admin account, i will help you solve it 🙂
    <em>@abuhabib 315346 wrote:</em><blockquote>Hi,

    I have the same problem here. how to fix the db issue?</blockquote>

    abuhabib Friend
    #449904

    Hi Hung,
    any luck with mod_jafacebooklikebox, i have PM you the admin account details.
    I will be happy if you can show me how to fix it. so i’ll not ask you again, in case i reinstall joomla or somthing

    Sherlock Friend
    #449933

    Hi abuhabib,

    You can try as following to get rid of the issue
    1) open the file modulesmod_jafacebooklikeboxmod_jafacebooklikebox.xml you would see this xml tag
    <field name=”id” type=”text” default=”123144964369587″ label=”FACEBOOK_ID”
    description=”DESC_FACEBOOK_ID” />
    change it to
    <field name=”jafacebookid” type=”text” default=”123144964369587″ label=”FACEBOOK_ID”
    description=”DESC_FACEBOOK_ID” />

    2) open the file modulesmod_jafacebooklikeboxmod_jafacebooklikebox.php and change this line of code
    [PHP] $aParams[‘id’] = $params->get(‘id’, ‘123144964369587’);[/PHP]
    To this
    [PHP] $aParams[‘id’] = $params->get(‘jafacebookid’, ‘123144964369587’);[/PHP]

    Now you would able to go to the module back-end to save the page-id, try it and let me know if it does not work.

    abuhabib Friend
    #449972

    thanks alot, it is working perfectly.

Viewing 10 posts - 1 through 10 (of 10 total)

This topic contains 10 replies, has 5 voices, and was last updated by  abuhabib 12 years, 6 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum