Page 167 of 199 FirstFirst ... 67117157165166167168169177 ... LastLast
Results 1,661 to 1,670 of 1988
  1. #1661
    Join Date
    May 2008
    Posts
    97
    Plugin Contributions
    0

    Default Re: Link Manager 3.0 Support Thread

    Quote Originally Posted by clydejones View Post
    Try uploading the security patch from this thread and see if that corrects the problem.
    Already had the patch installed but just in case downloaded again and reinstalled. No change.


    Tassos

  2. #1662
    Join Date
    Dec 2005
    Location
    Australia
    Posts
    772
    Plugin Contributions
    0

    red flag Re: Link Manager 3.0 Support Thread

    Quote Originally Posted by clydejones View Post
    The links are stored in the database. That being the case, you shouldn't have to reinstall links manager at all just upgrade to the most recent version.
    Hi

    The problem is I am not sure which previous version of links manager I am currently using. Is there a way to find out? or does it not matter? Thank you.
    Using zencart v.1.3.9e
    Website: http://www.dealbyethan.com
    Email: admin AT dealbyethan DOT com

  3. #1663
    Join Date
    Nov 2005
    Location
    Colorado Springs, CO USA
    Posts
    7,033
    Plugin Contributions
    31

    Default Re: Link Manager 3.0 Support Thread

    Quote Originally Posted by dealbyethan.com View Post
    Hi

    The problem is I am not sure which previous version of links manager I am currently using. Is there a way to find out? or does it not matter? Thank you.
    Shouldn't make any difference.

    You're using ZC 1.3.9c

    Upgrade to the newest version of Links Manager (v3.5.3a).

  4. #1664
    Join Date
    Dec 2005
    Location
    Australia
    Posts
    772
    Plugin Contributions
    0

    red flag Re: Link Manager 3.0 Support Thread

    Just tried running the update_links_manager.sql but got the following error. Please advise. Thanks.

    1054 Unknown column 'links_status.links_status_id' in 'where clause'
    in:
    [DELETE FROM zen_links_status WHERE links_status.links_status_id = 3;]
    If you were entering information, press the BACK button in your browser and re-check the information you had entered to be sure you left no blank fields.
    Using zencart v.1.3.9e
    Website: http://www.dealbyethan.com
    Email: admin AT dealbyethan DOT com

  5. #1665
    Join Date
    Nov 2005
    Location
    Colorado Springs, CO USA
    Posts
    7,033
    Plugin Contributions
    31

    Default Re: Link Manager 3.0 Support Thread

    Quote Originally Posted by dealbyethan.com View Post
    Just tried running the update_links_manager.sql but got the following error. Please advise. Thanks.

    1054 Unknown column 'links_status.links_status_id' in 'where clause'
    in:
    [DELETE FROM zen_links_status WHERE links_status.links_status_id = 3;]
    If you were entering information, press the BACK button in your browser and re-check the information you had entered to be sure you left no blank fields.
    I'm assuming that your additional language ID's are as follows:

    2
    3
    4
    5
    6

    if so then run the following sql statement and see if that corrects the problem.

    copy and paste the following in admin -> tools -> install sql patches (and click the send button)

    INSERT INTO `links_status` VALUES (1, 2, 'Pending');
    INSERT INTO `links_status` VALUES (2, 2, 'Approved');
    INSERT INTO `links_status` VALUES (1, 3, 'Pending');
    INSERT INTO `links_status` VALUES (2, 3, 'Approved');
    INSERT INTO `links_status` VALUES (1, 4, 'Pending');
    INSERT INTO `links_status` VALUES (2, 4, 'Approved');
    INSERT INTO `links_status` VALUES (1, 5, 'Pending');
    INSERT INTO `links_status` VALUES (2, 5, 'Approved');
    INSERT INTO `links_status` VALUES (1, 6, 'Pending');
    INSERT INTO `links_status` VALUES (2, 6, 'Approved');

  6. #1666
    Join Date
    Dec 2005
    Location
    Australia
    Posts
    772
    Plugin Contributions
    0

    red flag Re: Link Manager 3.0 Support Thread

    Hi,

    I don't think I have additional language ID's... English is the only language installed. Is it safe to run that script? If yes, do I also need to run update_links_manager.sql again?
    Using zencart v.1.3.9e
    Website: http://www.dealbyethan.com
    Email: admin AT dealbyethan DOT com

  7. #1667
    Join Date
    May 2008
    Posts
    97
    Plugin Contributions
    0

    Default Re: Link Manager 3.0 Support Thread

    Quote Originally Posted by clydejones View Post
    I'm assuming that your additional language ID's are as follows:

    2
    3
    4
    5
    6

    if so then run the following sql statement and see if that corrects the problem.

    copy and paste the following in admin -> tools -> install sql patches (and click the send button)

    INSERT INTO `links_status` VALUES (1, 2, 'Pending');
    INSERT INTO `links_status` VALUES (2, 2, 'Approved');
    INSERT INTO `links_status` VALUES (1, 3, 'Pending');
    INSERT INTO `links_status` VALUES (2, 3, 'Approved');
    INSERT INTO `links_status` VALUES (1, 4, 'Pending');
    INSERT INTO `links_status` VALUES (2, 4, 'Approved');
    INSERT INTO `links_status` VALUES (1, 5, 'Pending');
    INSERT INTO `links_status` VALUES (2, 5, 'Approved');
    INSERT INTO `links_status` VALUES (1, 6, 'Pending');
    INSERT INTO `links_status` VALUES (2, 6, 'Approved');
    You are a legend, thanks a million

    It worked perfectly. maybe in the next update you could add a read me file with the code in it for people like me

    Tassos

  8. #1668
    Join Date
    Nov 2005
    Location
    Colorado Springs, CO USA
    Posts
    7,033
    Plugin Contributions
    31

    Default Re: Link Manager 3.0 Support Thread

    Quote Originally Posted by dealbyethan.com View Post
    Hi,

    I don't think I have additional language ID's... English is the only language installed. Is it safe to run that script? If yes, do I also need to run update_links_manager.sql again?
    If you have 6 languages then you must have added them in admin -> localization -> languages

    Since you seem to have successfully run the sql statement I'm guessing everything is OK.

    and Yes, I'll add a note in the readme file about adding the additional languages for the links status table.

  9. #1669
    Join Date
    Dec 2005
    Location
    Australia
    Posts
    772
    Plugin Contributions
    0

    red flag Re: Link Manager 3.0 Support Thread

    Quote Originally Posted by clydejones View Post
    If you have 6 languages then you must have added them in admin -> localization -> languages

    Since you seem to have successfully run the sql statement I'm guessing everything is OK.

    and Yes, I'll add a note in the readme file about adding the additional languages for the links status table.
    Hi clydejones,

    I think you meant to quote what hrinfo said instead of what I said? I have a different problem. How should I fix it?

    Tried running the update_links_manager.sql but got the following error.

    1054 Unknown column 'links_status.links_status_id' in 'where clause'
    in:
    [DELETE FROM zen_links_status WHERE links_status.links_status_id = 3;]
    If you were entering information, press the BACK button in your browser and re-check the information you had entered to be sure you left no blank fields.
    Using zencart v.1.3.9e
    Website: http://www.dealbyethan.com
    Email: admin AT dealbyethan DOT com

  10. #1670
    Join Date
    May 2008
    Posts
    97
    Plugin Contributions
    0

    Default Re: Link Manager 3.0 Support Thread

    Quote Originally Posted by clydejones View Post
    If you have 6 languages then you must have added them in admin -> localization -> languages

    Since you seem to have successfully run the sql statement I'm guessing everything is OK.

    and Yes, I'll add a note in the read me file about adding the additional languages for the links status table.
    hi Clyde,

    Jut for everyone else, you are correct in that I have added the languages admin -> localization -> languages.

    And yes, the SQL statement that you provided solved the problem. I did tried and tested on a windows and a linux server and worked in both machines.

    The drop down menu in Edit comes up and I can either choose Pending on Approve and everything works as it should :-)

    Thanks again

    Tassos

 

 

Similar Threads

  1. Testimonial Manager Support Thread
    By clydejones in forum All Other Contributions/Addons
    Replies: 1500
    Last Post: 4 Feb 2021, 04:12 PM
  2. v154 News Box Manager v2.0.0 [Support Thread]
    By lat9 in forum All Other Contributions/Addons
    Replies: 84
    Last Post: 19 Jan 2021, 04:17 PM
  3. Download File Manager Support Thread
    By balihr in forum All Other Contributions/Addons
    Replies: 24
    Last Post: 17 Aug 2017, 10:32 PM
  4. Poll Manager Support Thread
    By boudewijn in forum Addon Sideboxes
    Replies: 148
    Last Post: 27 Jan 2016, 09:53 AM
  5. Empty Cart Manager [support thread]
    By Steven300 in forum All Other Contributions/Addons
    Replies: 49
    Last Post: 26 May 2010, 10:26 AM

Bookmarks

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
Zen-Cart, Internet Selling Services, Klamath Falls, OR