Page 68 of 199 FirstFirst ... 1858666768697078118168 ... LastLast
Results 671 to 680 of 1988
  1. #671
    Join Date
    Feb 2005
    Posts
    14
    Plugin Contributions
    0

    Default Re: Link Manager 3.0 release

    I've burned through every single page in the thread and I've only seen this mentioned 2 other times - I'm getting the 1064 errors. I've done the SQL patch, I've done the tinyint patch, no luck.

    So, if anyone wants to take a crack, here's the URL - http://www.alarmmall.com/zen137/inde...ain_page=links

    And here's the message (which, of course, you can see above):

    Code:
    1064 You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '' at line 1
    in:
    [select count(l.links_id) as total from zen_links_description ld, zen_links l, zen_links_to_link_categories l2lc where l.links_status = '2' and l.links_id = l2lc.links_id and ld.links_id = l2lc.links_id and ld.language_id = '1' and l2lc.link_categories_id = '1'order by ]
    I did just recently update to 1.3.7 as we did a PHP update on the server that completely rendered our old shop useless. However, all the files are, for the most part, stock files. Very few changes other than the links manager and a few others. Everything in the Admin works great. I actually had several links transferred from the old shop listed in the box, however since they are not working, I took them down and stocked the link.

    Any suggestions would be great. Short on time for now, but if you need any more info, let me know.

    Thanks for the help.

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

    Default Re: Link Manager 3.0 release

    Quote Originally Posted by safewatch View Post
    I've burned through every single page in the thread and I've only seen this mentioned 2 other times - I'm getting the 1064 errors. I've done the SQL patch, I've done the tinyint patch, no luck.

    So, if anyone wants to take a crack, here's the URL - http://www.alarmmall.com/zen137/inde...ain_page=links

    And here's the message (which, of course, you can see above):

    Code:
    1064 You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '' at line 1
    in:
    [select count(l.links_id) as total from zen_links_description ld, zen_links l, zen_links_to_link_categories l2lc where l.links_status = '2' and l.links_id = l2lc.links_id and ld.links_id = l2lc.links_id and ld.language_id = '1' and l2lc.link_categories_id = '1'order by ]
    I did just recently update to 1.3.7 as we did a PHP update on the server that completely rendered our old shop useless. However, all the files are, for the most part, stock files. Very few changes other than the links manager and a few others. Everything in the Admin works great. I actually had several links transferred from the old shop listed in the box, however since they are not working, I took them down and stocked the link.

    Any suggestions would be great. Short on time for now, but if you need any more info, let me know.

    Thanks for the help.
    Try this: just unzip the file, rename the YOUR_TEMPLATE folder to match the name of your custom folder and then upload the entire includes folder to your server.

    Attachment 3013
    Last edited by clydejones; 31 Dec 2009 at 02:31 AM.

  3. #673
    Join Date
    Feb 2005
    Posts
    14
    Plugin Contributions
    0

    Default Re: Link Manager 3.0 release

    Same message, same results. Looks like there's a space missing here:
    Code:
    l2lc.link_categories_id = '1'order by
    Between the '1' and order by. Should read this:
    Code:
    l2lc.link_categories_id = '1' order by
    Correct?

    Edit:
    Well, I was right, but that didn't completely fix it. Still getting an error on line 1.

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

    Default Re: Link Manager 3.0 release

    Quote Originally Posted by safewatch View Post
    Same message, same results. Looks like there's a space missing here:
    Code:
    l2lc.link_categories_id = '1'order by
    Between the '1' and order by. Should read this:
    Code:
    l2lc.link_categories_id = '1' order by
    Correct?
    You can try that and see if it helps.

    I'm running this (as I gave you) on 4 different sites without problem.

  5. #675
    Join Date
    Feb 2005
    Posts
    14
    Plugin Contributions
    0

    Default Re: Link Manager 3.0 release

    Ok, so if you look at the new message, it seems that I'm missing the $sortorder variable in the query. I put in "ld.links_title" directly instead of $sortorder and everything works fine. But I see just above the query where the $sortorder is defined, so I don't know why it wouldn't work? Maybe I'll just leave it hard-coded for now.

    Code:
    1064 You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'limit 0, 20' at line 1
    in:
    [select l.links_image_url, ld.links_title, ld.links_description, ld.links_title, l.links_id from zen_links_description ld, zen_links l, zen_links_to_link_categories l2lc where l.links_status = '2' and l.links_id = l2lc.links_id and ld.links_id = l2lc.links_id and ld.language_id = '1' and l2lc.link_categories_id = '1' order by limit 0, 20]

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

    Default Re: Link Manager 3.0 release

    Quote Originally Posted by safewatch View Post
    Ok, so if you look at the new message, it seems that I'm missing the $sortorder variable in the query. I put in "ld.links_title" directly instead of $sortorder and everything works fine. But I see just above the query where the $sortorder is defined, so I don't know why it wouldn't work? Maybe I'll just leave it hard-coded for now.

    Code:
    1064 You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'limit 0, 20' at line 1
    in:
    [select l.links_image_url, ld.links_title, ld.links_description, ld.links_title, l.links_id from zen_links_description ld, zen_links l, zen_links_to_link_categories l2lc where l.links_status = '2' and l.links_id = l2lc.links_id and ld.links_id = l2lc.links_id and ld.language_id = '1' and l2lc.link_categories_id = '1' order by limit 0, 20]
    Did you set the sort order in admin -> configuration -> links manager ???

  7. #677
    Join Date
    Feb 2005
    Posts
    14
    Plugin Contributions
    0

    Default Re: Link Manager 3.0 release

    Ok, so I've got that hard-coded and it's working fine, I'm happy with it anyway.

    So, my next problem is that I backed up the 7 tables to another database temporarily from phpmyadmin, I just copied everything back and now none of the links are showing up.

    I've checked the status - fine. I've checked the Admin, everything is showing there. I've got about 40 links - some approved, some pending, some disabled. None of them are showing in the links page.

    Ideas?

  8. #678

    Default Re: Link Manager 3.0 release

    How do I get the text hyper link to show above the description on my site:

    http://www.cooltechcentral.com/index...=links&lPath=8

    similar to your test site:

    http://mysticmountainnaturals.com/te...=links&lPath=6
    Rich People scream, Wealthy people whisper

    www.cooltechcentral.com

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

    Default Re: Link Manager 3.0 release

    Quote Originally Posted by ctcentralinfo View Post
    How do I get the text hyper link to show above the description on my site:

    http://www.cooltechcentral.com/index...=links&lPath=8

    similar to your test site:

    http://mysticmountainnaturals.com/te...=links&lPath=6
    Which version of Links manager are you using.

  10. #680

    Default Re: Link Manager 3.0 release

    I am not sure it has been about a year since I upgraded your version.
    Rich People scream, Wealthy people whisper

    www.cooltechcentral.com

 

 

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