Re: Link Manager 3.0 release
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 :)
Re: Link Manager 3.0 release
Quote:
Originally Posted by
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
Re: Link Manager 3.0 release
Thanks :D
Turns out i missed a file lol :frusty:
Re: Link Manager 3.0 release
Quote:
Originally Posted by
Tagyourbaby
Thanks :D
Turns out i missed a file lol :frusty:
Glad you got it sorted
Re: Link Manager 3.0 release
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?
Re: Link Manager 3.0 release
Quote:
Originally Posted by
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
Re: Link Manager 3.0 release
Quote:
Originally Posted by
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?
Re: Link Manager 3.0 Support Thread
Quote:
Originally Posted by
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'.
Code:
INSERT INTO `links_status` VALUES (1, 2, 'Pending');
INSERT INTO `links_status` VALUES (2, 2, 'Approved');
INSERT INTO `links_status` VALUES (3, 2, 'Disabled');
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!
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