Results 1 to 10 of 50

Hybrid View

  1. #1
    Join Date
    Jun 2009
    Location
    Thessaloniki, Greece
    Posts
    41
    Plugin Contributions
    1

    Default Re: facebook all [support thread]

    Quote Originally Posted by flernebunu View Post
    Hi,

    I've installed this module , downloading it from zen cart modules area, but the Modules->Facebook All is missing.
    Seems like there are some files missing. I cannot access sourceaddons site. Let me know if there are additional files to be changed.

    Seems there is a problem with the site http://sourceaddons.com/. I just checked and it was down. So let's wait and see. Hope everything is ok :)
    My Online Store thanks to Zen Cart
    If everything else fails.... read the f@#$%ing manual :)
    And always remember before any change!!! Backup to be able to go back!

  2. #2
    Join Date
    Mar 2013
    Posts
    32
    Plugin Contributions
    0

    Default Re: facebook all [support thread]

    Quote Originally Posted by infogate View Post
    Seems there is a problem with the site http://sourceaddons.com/. I just checked and it was down. So let's wait and see. Hope everything is ok :)

    Have you encountered the same problem? Any information on how to solve it? I'm trying to figure out what is missing but can't pin point so far...

  3. #3
    Join Date
    Mar 2013
    Posts
    32
    Plugin Contributions
    0

    Default Re: facebook all [support thread]

    I figured it out. 3 files not updated from admin:
    1. zencart\your admin\modules.php
    case 'fballlogin':
    $module_type = 'fballlogin';
    $module_directory = DIR_FS_CATALOG_MODULES . 'fballlogin/';
    $module_key = 'MODULE_FBALL_LOGIN_INSTALLED';
    define('HEADING_TITLE', HEADING_TITLE_MODULES_FBALLLOGIN);
    break;

    add the appropriate case before payment

    2. zencart\your admin\includes\languages\english\modules.php
    define('HEADING_TITLE_MODULES_FBALLLOGIN', 'Facebook');

    3. zencart\your admin\includes\languages\english.php
    define('BOX_MODULES_FBALL_LOGIN', 'Facebook ALL');

    After these changes the new Module appears Modules->Facebook ALL

  4. #4
    Join Date
    Oct 2012
    Posts
    15
    Plugin Contributions
    2

    Default Re: facebook all [support thread]

    you have missing running install query run the below query for showing module in list.
    INSERT INTO `admin_pages` (`page_key`, `language_key`, `main_page`, `page_params`, `menu_key`, `display_on_menu`, `sort_order`) VALUES ('fballlogin', 'BOX_MODULES_FBALL_LOGIN', 'FILENAME_MODULES', 'set=fballlogin', 'modules', 'Y', '4');
    hope this will solve your issue
    thanks

  5. #5
    Join Date
    Mar 2013
    Posts
    32
    Plugin Contributions
    0

    Default Re: facebook all [support thread]

    I patched the sql and verified it was there ....but did not show the Modules-> Facebook All new module until doing the above changes in my previous message

 

 

Similar Threads

  1. v152 Support Thread: Report All Errors (Even Warnings)
    By lat9 in forum Addon Admin Tools
    Replies: 34
    Last Post: 1 Feb 2020, 05:42 PM
  2. v154 All Products Virtual -- No Shipping [Support Thread]
    By lat9 in forum All Other Contributions/Addons
    Replies: 16
    Last Post: 22 Jul 2019, 12:04 PM
  3. All Business template Support Thread
    By picaflor-azul in forum Addon Templates
    Replies: 994
    Last Post: 23 Apr 2019, 04:44 PM
  4. Facebook sidebox -Support Thread
    By neboztik in forum Addon Sideboxes
    Replies: 31
    Last Post: 22 Jan 2013, 03:34 AM
  5. Add descriptions to all your sub categories Support Thread
    By mani in forum All Other Contributions/Addons
    Replies: 2
    Last Post: 18 Dec 2008, 09:31 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg