Zen Cart Logo
Forums / Addon Sideboxes / Link Manager 3.0 Support Thread

Link Manager 3.0 Support Thread

Views: 486,751

Results 1,101 to 1,120 of 1,988
15 Aug 2008, 1:30 PM
#1101
clydejones avatar

clydejones

Deceased

Join Date:
Nov 2005
Location:
Colorado Springs, CO USA
Posts:
7,017
Plugin Contributions:
12

Link Manager 3.0 Support Thread

Decostyle:

Hello Clyde!

Thank you!!! It worked!! :clap: I do not know much about PHP but when I looked at the difference of the two files, it seems that the only thing changed was an added carraige to line 30:

// EOF Captcha
if (isset($_GET['action']) && ($_GET['action'] == 'send')) {

Is this something that affects PHP coding? Just curious.

Sure, if the syntax isn't correct then strange things happen.

15 Aug 2008, 3:14 PM
#1102
gairneybank avatar

gairneybank

New Zenner

Join Date:
Mar 2006
Posts:
16
Plugin Contributions:
0

Re: Link Manager 3.0 Support Thread

clydejones:

make sure images/links_image has a cmod of 777 (this will make the directory writable.

Hi Clyde,

Made sure images/links_image has a cmod of 777

Have done that. Whislt it rids the problem of the error message it does not resolve the issue that it does not allow the image to load into either the adnin, or calalogue.

I will wrestle with this again, and recheck if there may be a missing file somewhere.

Thanks for your efforts.

Gairneybank.

15 Aug 2008, 3:25 PM
#1103
gairneybank avatar

gairneybank

New Zenner

Join Date:
Mar 2006
Posts:
16
Plugin Contributions:
0

Re: Link Manager 3.0 Support Thread

gairneybank:

Hi Clyde,

Made sure images/links_image has a cmod of 777

Have done that. Whislt it rids the problem of the error message it does not resolve the issue that it does not allow the image to load into either the adnin, or calalogue.

I will wrestle with this again, and recheck if there may be a missing file somewhere.

Thanks for your efforts.

Gairneybank.

PS Found the problem.. forgot to update the patch..

Thank again, sorry to have wasted your time.

15 Aug 2008, 3:36 PM
#1104
clydejones avatar

clydejones

Deceased

Join Date:
Nov 2005
Location:
Colorado Springs, CO USA
Posts:
7,017
Plugin Contributions:
12

Re: Link Manager 3.0 Support Thread

gairneybank:

PS Found the problem.. forgot to update the patch..

Thank again, sorry to have wasted your time.

glad you got it sorted

15 Aug 2008, 10:16 PM
#1105
dableys avatar

dableys

New Zenner

Join Date:
Apr 2008
Location:
Westmeath, Ireland
Posts:
30
Plugin Contributions:
0

Re: Link Manager 3.0 Support Thread

Hi There

I have installed links_manager v3.4.1 but when i try to add links through my admin i get the following error

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 's & Movies' and language_id = '1'' at line 1
in:
[select link_categories_id from zen_link_categories_description where link_categories_name = 'DVD's & Movies' and language_id = '1']
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.

When i try to add links from my site http://darbleyfish.com/index.php?main_page=links_submit the submit buttton does not perform the action required. Can you tell me what to do to fix this issue please.

Your help will be greatly appreciated

Darbleys

15 Aug 2008, 11:46 PM
#1106
clydejones avatar

clydejones

Deceased

Join Date:
Nov 2005
Location:
Colorado Springs, CO USA
Posts:
7,017
Plugin Contributions:
12

Re: Link Manager 3.0 Support Thread

dableys:

Hi There

I have installed links_manager v3.4.1 but when i try to add links through my admin i get the following error

When i try to add links from my site http://darbleyfish.com/index.php?main_page=links_submit the submit buttton does not perform the action required. Can you tell me what to do to fix this issue please.

Your help will be greatly appreciated

Darbleys

More than likely it has to do with the category name.

DVD's & Movies

The highlighted portion is terminiating the sql statement before it completes. That is why you get the error and why the submit button doesn't function as it should.

Try editing the category name as follows:
DVD's & Movies
OR
DVDs and Movies

16 Aug 2008, 1:26 AM
#1107
dableys avatar

dableys

New Zenner

Join Date:
Apr 2008
Location:
Westmeath, Ireland
Posts:
30
Plugin Contributions:
0

Re: Link Manager 3.0 Support Thread

Problem solved, you're so smart. Thanks for the help must get you a coffee. I have to see if it will work on the sites link submission page yet, but it does work in admin.

I have other posts that haven't gotten an answer to yet, maybe you could help with those also??

would really appreciate your knowledge....

Darbleys

16 Aug 2008, 1:42 AM
#1108
dableys avatar

dableys

New Zenner

Join Date:
Apr 2008
Location:
Westmeath, Ireland
Posts:
30
Plugin Contributions:
0

Re: Link Manager 3.0 Support Thread

Yep, works on site submission page also. Thanks a bunch... :clap:

16 Aug 2008, 1:43 AM
#1109
clydejones avatar

clydejones

Deceased

Join Date:
Nov 2005
Location:
Colorado Springs, CO USA
Posts:
7,017
Plugin Contributions:
12

Re: Link Manager 3.0 Support Thread

dableys:

Problem solved, you're so smart. Thanks for the help must get you a coffee. I have to see if it will work on the sites link submission page yet, but it does work in admin.

I have other posts that haven't gotten an answer to yet, maybe you could help with those also??

would really appreciate your knowledge....

Darbleys

dableys:

Yep, works on site submission page also. Thanks a bunch... :clap:

Glad its working

16 Aug 2008, 11:25 AM
#1110
romy avatar

romy

New Zenner

Join Date:
May 2007
Location:
york, pa
Posts:
98
Plugin Contributions:
0

Re: Link Manager 3.0 Support Thread

I installed the mod..everything looked good..for some reason my home page is blank..when I right click to see source ...no text..what went wrong
site:::pirateguild.biz (I guess a main file is missing but what file is that)
Doing this site for a customer. Some Help would ROCK. Thanks all

16 Aug 2008, 11:26 AM
#1111
romy avatar

romy

New Zenner

Join Date:
May 2007
Location:
york, pa
Posts:
98
Plugin Contributions:
0

Re: Link Manager 3.0 Support Thread

Pirateguild.biz

16 Aug 2008, 11:35 AM
#1112
clydejones avatar

clydejones

Deceased

Join Date:
Nov 2005
Location:
Colorado Springs, CO USA
Posts:
7,017
Plugin Contributions:
12

Re: Link Manager 3.0 Support Thread

romy:

I installed the mod..everything looked good..for some reason my home page is blank..when I right click to see source ...no text..what went wrong
site:::pirateguild.biz (I guess a main file is missing but what file is that)
Doing this site for a customer. Some Help would ROCK. Thanks all

first, lets uninstall the mod completely completely.

16 Aug 2008, 1:23 PM
#1113
romy avatar

romy

New Zenner

Join Date:
May 2007
Location:
york, pa
Posts:
98
Plugin Contributions:
0

Re: Link Manager 3.0 Support Thread

Finished..uninstalled mod

16 Aug 2008, 1:38 PM
#1114
romy avatar

romy

New Zenner

Join Date:
May 2007
Location:
york, pa
Posts:
98
Plugin Contributions:
0

Re: Link Manager 3.0 Support Thread

Just installed my my site elephat.net same problem but when you click Submit Link it goes to a blant screen..Everything is installed correct.
Help....help

16 Aug 2008, 2:35 PM
#1115
clydejones avatar

clydejones

Deceased

Join Date:
Nov 2005
Location:
Colorado Springs, CO USA
Posts:
7,017
Plugin Contributions:
12

Re: Link Manager 3.0 Support Thread

romy:

Finished..uninstalled mod

If I understand you've uninstalled Links Manager from this site: Pirateguild.biz

And the problem with the blank page now?

16 Aug 2008, 9:08 PM
#1116
romy avatar

romy

New Zenner

Join Date:
May 2007
Location:
york, pa
Posts:
98
Plugin Contributions:
0

Re: Link Manager 3.0 Support Thread

yes. When I right click to see source no info. Does this mean a major pg is missing.

16 Aug 2008, 9:37 PM
#1117
romy avatar

romy

New Zenner

Join Date:
May 2007
Location:
york, pa
Posts:
98
Plugin Contributions:
0

Re: Link Manager 3.0 Support Thread

When I do to my admin and click Online catalog
http://pirateguild.biz/index.php?main_page=
it stops at this...It should go right to my home pg.
What file does zen read for the ome pg. Could that be it. Just a guess

16 Aug 2008, 11:11 PM
#1118
clydejones avatar

clydejones

Deceased

Join Date:
Nov 2005
Location:
Colorado Springs, CO USA
Posts:
7,017
Plugin Contributions:
12

Re: Link Manager 3.0 Support Thread

romy:

When I do to my admin and click Online catalog
http://pirateguild.biz/index.php?main_page=
it stops at this...It should go right to my home pg.
What file does zen read for the ome pg. Could that be it. Just a guess

Have you modified any files?

includes/templates/YOUR_TEMPLATE/common/tpl_header.php for instance?

Check this article in the Tutorials/FAQ section

16 Aug 2008, 11:32 PM
#1119
romy avatar

romy

New Zenner

Join Date:
May 2007
Location:
york, pa
Posts:
98
Plugin Contributions:
0

Re: Link Manager 3.0 Support Thread

Just added some images to header. That was about 3 weeks ago. This has me in a hot rage...I just do not get this.

16 Aug 2008, 11:48 PM
#1120
clydejones avatar

clydejones

Deceased

Join Date:
Nov 2005
Location:
Colorado Springs, CO USA
Posts:
7,017
Plugin Contributions:
12

Re: Link Manager 3.0 Support Thread

romy:

Just added some images to header. That was about 3 weeks ago. This has me in a hot rage...I just do not get this.

for testing puropses,

Try switching back to the "classic" template and see what happens.