I ran the SQL patch, and all values are there in the COnfiguration menu under Link Manager, but there is still no field under the Submit link.
http://sapphiresexoticcreations.com/...e=links_submit
I ran the SQL patch, and all values are there in the COnfiguration menu under Link Manager, but there is still no field under the Submit link.
http://sapphiresexoticcreations.com/...e=links_submit
I just installed links manager version v3-5-3b
I added a link but wanted to approve it in the Admin area but got an error when going to: Extra's / links
This is the error:
Parse error: syntax error, unexpected T_ELSE in /home/p14486/domains/fabrickitchen.com/public_html/shop/admin/links.php on line 171
I looked into the file, but have no idea what to change.
try the fix posted here
www.zen-cart.com/forum/showpost.php?p=896349&postcount=1686
Thanks that worked!
OK, I had orignially installed the 3.3 version of Links Manager, on my 1.37 Zencart.
Still do not have the image field on the Submit Link on the public side of the website sidebox.
I have applied the patches, done the upgrade to the 3.5.3b latest code, and applied the other patch for the error code on line 171 of links.php.
Now when a person goes to the sidebox and clicks on the category, they get this error:
Warning: Division by zero in /home/sapphire/public_html/cart/includes/classes/split_page_results.php on line 76
-4 -3 -2 -1 0
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 '-0, MAX_DISPLAY_LINKS' at line 1
in:
[select l.links_image_url, ld.links_title, ld.links_description, ld.links_title, l.links_clicked, 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 ld.links_title limit -0, MAX_DISPLAY_LINKS]