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

Link Manager 3.0 Support Thread

Views: 486,754

Results 1,141 to 1,160 of 1,988
1 Sep 2008, 10:24 AM
#1141
tagyourbaby avatar

tagyourbaby

New Zenner

Join Date:
Feb 2008
Location:
Auckland, NZ
Posts:
53
Plugin Contributions:
0

Link Manager 3.0 Support Thread

Hi i just installed this and when i go to view the links live i get this error.

Warning: include(includes/modules/link_listing.php) [function.include]: failed to open stream: No such file or directory in /home/tag15621/public_html/store/includes/templates/mystic/templates/tpl_links_default.php on line 111

Warning: include(includes/modules/link_listing.php) [function.include]: failed to open stream: No such file or directory in /home/tag15621/public_html/store/includes/templates/mystic/templates/tpl_links_default.php on line 111

Warning: include() [function.include]: Failed opening 'includes/modules/link_listing.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/tag15621/public_html/store/includes/templates/mystic/templates/tpl_links_default.php on line 111

What do i need to do?

Thanks :)

1 Sep 2008, 3:42 PM
#1142
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

Tagyourbaby:

Hi i just installed this and when i go to view the links live i get this error.

Warning: include(includes/modules/link_listing.php) [function.include]: failed to open stream: No such file or directory in /home/tag15621/public_html/store/includes/templates/mystic/templates/tpl_links_default.php on line 111

Warning: include(includes/modules/link_listing.php) [function.include]: failed to open stream: No such file or directory in /home/tag15621/public_html/store/includes/templates/mystic/templates/tpl_links_default.php on line 111

Warning: include() [function.include]: Failed opening 'includes/modules/link_listing.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/tag15621/public_html/store/includes/templates/mystic/templates/tpl_links_default.php on line 111

What do i need to do?

Thanks :)

Make sure you have re-named ALL the YOUR_TEMPLATE folders to match the name of your custom template (mystic)

includes/languages/english/YOUR_TEMPLATE

includes/languages/english/html_includes/YOUR_TEMPLATE

includes/modules/YOUR_TEMPLATE

includes/modules/sideboxes/YOUR_TEMPLATE

includes/templates/YOUR_TEMPLATE

1 Sep 2008, 10:57 PM
#1143
tagyourbaby avatar

tagyourbaby

New Zenner

Join Date:
Feb 2008
Location:
Auckland, NZ
Posts:
53
Plugin Contributions:
0

Re: Link Manager 3.0 Support Thread

Thanks :D

Turns out i missed a file lol :frusty:

1 Sep 2008, 11:24 PM
#1144
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

Tagyourbaby:

Thanks :D

Turns out i missed a file lol :frusty:

Glad you got it sorted

3 Sep 2008, 8:22 PM
#1145
gomlers avatar

gomlers

Zen Follower

Join Date:
Aug 2008
Posts:
139
Plugin Contributions:
0

Re: Link Manager 3.0 Support Thread

I'm having a small issue here..

In the admin section, where I would approve links, the STATUS field is emtpy - which makes it impossible to approve links?

This applies both to when admin submits links, or you submit a link from the GUI on the actual page..

(I had the error about the line 333 as someone else has pointet out before, but I fixed this by using the html_output provided in a zip file earlier in this thread.)

I'm running v.1.38a
First time install of LM 3.0
Have never had an install of it before..

EDIT: Oh... And I'm running Norwegian language (I just made a copy of "english" maps, and translated the lines to norwegian, and then renamed the map to "norwegian")

Anyone know how to sort this out?

3 Sep 2008, 8:59 PM
#1146
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

Gomlers:

I'm having a small issue here..

In the admin section, where I would approve links, the STATUS field is emtpy - which makes it impossible to approve links?

This applies both to when admin submits links, or you submit a link from the GUI on the actual page..

(I had the error about the line 333 as someone else has pointet out before, but I fixed this by using the html_output provided in a zip file earlier in this thread.)

I'm running v.1.38a
First time install of LM 3.0
Have never had an install of it before..

EDIT: Oh... And I'm running Norwegian language (I just made a copy of "english" maps, and translated the lines to norwegian, and then renamed the map to "norwegian")

Anyone know how to sort this out?

What is the language ID for your Norwegian language?

English is 1 so I'm guessing that Norwegian is 2

4 Sep 2008, 2:51 PM
#1147
gomlers avatar

gomlers

Zen Follower

Join Date:
Aug 2008
Posts:
139
Plugin Contributions:
0

Re: Link Manager 3.0 Support Thread

clydejones:

What is the language ID for your Norwegian language?

English is 1 so I'm guessing that Norwegian is 2

Yep! True, my language ID = 2.

Do you think this will solve it? In which file can I set the language to ID=2?

4 Sep 2008, 3:13 PM
#1148
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

Gomlers:

Yep! True, my language ID = 2.

Do you think this will solve it? In which file can I set the language to ID=2?

run this sql patch using the Zen-Cart Sql Patches tool

(admin -> tools -> install sql patches)

copy-and-paste the code into the query field and press 'Send'.

INSERT INTO `links_status` VALUES (1, 2, 'Pending');
INSERT INTO `links_status` VALUES (2, 2, 'Approved');
INSERT INTO `links_status` VALUES (3, 2, 'Disabled');
4 Sep 2008, 3:18 PM
#1149
gomlers avatar

gomlers

Zen Follower

Join Date:
Aug 2008
Posts:
139
Plugin Contributions:
0

Re: Link Manager 3.0 Support Thread

Wow clyde.. thank you for the fast reply! I'll bet this will work too :)

Great stuff! Thanks again!

26 Sep 2008, 5:49 PM
#1150
jgardner avatar

jgardner

New Zenner

Join Date:
Jul 2008
Posts:
9
Plugin Contributions:
0

Re: Link Manager 3.0 Support Thread

Hi I installed the link manager on this site - http://www.livebravenow.com/store/

I can see it there but when I click a link it takes me to a blank page. I am also trying to find where I change NAVBAR_TITLE 1 and NAVBAR_TITLE_2 at the top of the page.

Thank you for any suggestions anyone might have.

Thanks,
Jennifer

26 Sep 2008, 7:08 PM
#1151
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

jgardner:

Hi I installed the link manager on this site - http://www.livebravenow.com/store/

I can see it there but when I click a link it takes me to a blank page. I am also trying to find where I change NAVBAR_TITLE 1 and NAVBAR_TITLE_2 at the top of the page.

Thank you for any suggestions anyone might have.

Thanks,
Jennifer

First install this utility mod

After installing the utility click on one of the links - check and post the error message here so I can check.

28 Sep 2008, 10:13 PM
#1152
jgardner avatar

jgardner

New Zenner

Join Date:
Jul 2008
Posts:
9
Plugin Contributions:
0

Re: Link Manager 3.0 Support Thread

Here is what it said:

[28-Sep-2008 18:11:20] PHP Fatal error: Cannot redeclare zen_get_link_path() (previously declared in /home/livebrav/public_html/store/includes/languages/english/lbn/links.php:11) in /home/livebrav/public_html/store/includes/functions/links.php on line 20

Does that tell you anything?

Thanks,
Jennifer

28 Sep 2008, 11:27 PM
#1153
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

jgardner:

Here is what it said:

[28-Sep-2008 18:11:20] PHP Fatal error: Cannot redeclare zen_get_link_path() (previously declared in /home/livebrav/public_html/store/includes/languages/english/lbn/links.php:11) in /home/livebrav/public_html/store/includes/functions/links.php on line 20

Does that tell you anything?

Thanks,
Jennifer

Try this:

Unzip the file, change the includes/languages/english/YOUR_TEMPLATE folder to match the name of your custom template (in this case lbn)

Now upload the entire includes folder to your server.

28 Sep 2008, 11:57 PM
#1154
jgardner avatar

jgardner

New Zenner

Join Date:
Jul 2008
Posts:
9
Plugin Contributions:
0

Re: Link Manager 3.0 Support Thread

It worked!!!

Thank you so much - you are a genius. :D

Jennifer

29 Sep 2008, 1:09 AM
#1155
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

jgardner:

It worked!!!

Thank you so much - you are a genius. :D

Jennifer

Glad it got sorted

1 Oct 2008, 2:26 AM
#1156
tagyourbaby avatar

tagyourbaby

New Zenner

Join Date:
Feb 2008
Location:
Auckland, NZ
Posts:
53
Plugin Contributions:
0

Re: Link Manager 3.0 Support Thread

Just wondering if its possible to have a box with random letters people have to copy to verify they are human and not a spam bot? I just had one come up on my site and had to delete it, i approve all links but i dont want this to keep happening.

1 Oct 2008, 2:40 AM
#1157
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

Tagyourbaby:

Just wondering if its possible to have a box with random letters people have to copy to verify they are human and not a spam bot? I just had one come up on my site and had to delete it, i approve all links but i dont want this to keep happening.

download the zip file from this thread

forum/showpost.php?p=587351&postcount=1071

4 Oct 2008, 2:06 PM
#1158
eqdobbs avatar

eqdobbs

New Zenner

Join Date:
Aug 2008
Posts:
5
Plugin Contributions:
0

Re: Link Manager 3.0 Support Thread

I have fixed one issue I had, whereby the admin area new link page did not render the status drop down, but I get the following error when submitting a new link, both in the admin area and in the front end.

Referring URL - http://www.molliemoo.co.uk/admin/links.php?page=0&action=new Status Code - 403

I am not going to use the side box, but will just create a link to the Links Manager in the footer. I cannot see that this would make a difference.

I have confirmed that I have changed all of the YOUR_TEMPLATE folder names and all files are uploaded.

Have installed Version: 3.4.0 and am running 1.3.8 of Zencart

Thanks in advance for any help.

4 Oct 2008, 2:50 PM
#1159
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

eqDoBBs:

I have fixed one issue I had, whereby the admin area new link page did not render the status drop down, but I get the following error when submitting a new link, both in the admin area and in the front end.

Referring URL - http://www.molliemoo.co.uk/admin/links.php?page=0&action=new Status Code - 403

I am not going to use the side box, but will just create a link to the Links Manager in the footer. I cannot see that this would make a difference.

I have confirmed that I have changed all of the YOUR_TEMPLATE folder names and all files are uploaded.

Have installed Version: 3.4.0 and am running 1.3.8 of Zencart

Thanks in advance for any help.

Since I can't access your admin page and you don't have the link set up on your main page I can only recommend that you check that the following files are installed as indicated.

admin/link_categories.php
admin/links.php
admin/links_contact.php
admin/includes/boxes/extra_boxes/links_extras_dhtml.php
admin/includes/extra_datafiles/links_manager.php
admin/includes/functions/extra_functions/links_manager.php
admin/includes/languages/english/links.php
admin/includes/languages/english/link_categories.php
admin/includes/languages/english/links_contact.php
admin/includes/languages/english/extra_definitions/links.php

includes/extra_datafiles/links_manager.php
includes/functions/links.php
includes/languages/english/extra_definitions/YOUR_TEMPLATE/links_manager_defines.php
includes/languages/english/YOUR_TEMPLATE/links.php
includes/languages/english/YOUR_TEMPLATE/links_submit.php
includes/languages/english/YOUR_TEMPLATE/popup_links_help.php
includes/languages/english/html_includes/define_links.php
includes/languages/english/html_includes/define_links_submit.php
includes/languages/english/html_includes/YOUR_TEMPLATE/define_links.php
includes/languages/english/html_includes/YOUR_TEMPLATE/define_links_submit.php
includes/modules/pages/links
includes/modules/pages/links_submit
includes/modules/pages/popup_links_help
includes/modules/YOUR_TEMPLATE/link_listing.php
includes/modules/sideboxes/YOUR_TEMPLATE/links_box.php
includes/templates/YOUR_TEMPLATE/sideboxes/tpl_links_select.php
includes/templates/YOUR_TEMPLATE/templates/tpl_links_default.php
includes/templates/YOUR_TEMPLATE/templates/tpl_links_submit_default.php
includes/templates/YOUR_TEMPLATE/popup_links_help
includes/templates/YOUR_TEMPLATE/css/links.css
includes/templates/YOUR_TEMPLATE/css/links_submit.css