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

Link Manager 3.0 Support Thread

Views: 486,715

Results 1,681 to 1,700 of 1,988
6 Jun 2010, 3:56 PM
#1681
keystoneairsoft avatar

keystoneairsoft

New Zenner

Join Date:
Jun 2010
Posts:
41
Plugin Contributions:
0

Link Manager 3.0 Support Thread

Ok I am not sure if this is an issue or even where to look. I did check out all the links.php files in the admin section and no go. But what I found when I clicked on the Links link in the Admin-Tools-Links I got the 500 Error so I right clicked on the page that the 500 error was showing and viewed source and this is what was in the "Head" section of the page:

<head> <link rel="stylesheet" type="text/css" href="ErrorPageTemplate.css" >
    <meta http-equiv="Content-Type" content="text/html; **charset=UTF-8**">

    <title>HTTP 500 Internal Server Error</title>

    <script src="errorPageStrings.js" language="javascript" type="text/javascript">
    </script>
    <script src="httpErrorPagesScripts.js" language="javascript" type="text/javascript">
    </script>
</head>

Now all my other pages are showing the charset as charset=iso-8859-1.

So I don't know where to look or change to the proper charset on this.

Any Ideas?

Thanks much for your help.

6 Jun 2010, 4:36 PM
#1682
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

KeystoneAirsoft:

Ok I am not sure if this is an issue or even where to look. I did check out all the links.php files in the admin section and no go. But what I found when I clicked on the Links link in the Admin-Tools-Links I got the 500 Error so I right clicked on the page that the 500 error was showing and viewed source and this is what was in the "Head" section of the page:

Now all my other pages are showing the charset as charset=iso-8859-1.

So I don't know where to look or change to the proper charset on this.

Any Ideas?

Thanks much for your help.

Admin-Tools-Links ????????????

You should be looking in just two places in your admin panel:

admin -> configuration -> links manager
admin -> extras -> links

6 Jun 2010, 4:59 PM
#1683
keystoneairsoft avatar

keystoneairsoft

New Zenner

Join Date:
Jun 2010
Posts:
41
Plugin Contributions:
0

Re: Link Manager 3.0 Support Thread

Sorry I meant to say admin -> extras -> links instead of the admin-tools-links :blush:

6 Jun 2010, 5:04 PM
#1684
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

<head>
<link rel="stylesheet" type="text/css" href="ErrorPageTemplate.css" >

<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">

<title>HTTP 500 Internal Server Error</title>

<script src="errorPageStrings.js" language="javascript" type="text/javascript">
</script>
<script src="httpErrorPagesScripts.js" language="javascript" type="text/javascript">
</script>
</head> 

This page has nothing to do with your Zen Cart installation.

It is the error page generated by your server.

As before "Internal Server Error" this seems to be an issue with your server.

10 Jun 2010, 9:27 PM
#1685
keystoneairsoft avatar

keystoneairsoft

New Zenner

Join Date:
Jun 2010
Posts:
41
Plugin Contributions:
0

Re: Link Manager 3.0 Support Thread

THanks for your reply Clyde,

Now I have heard back from my support techs which are starting to be a bunch of :censored:, but this is their comment.

As replied in our previous reply, this is not caused due to any incorrect permission or ownership of the file. We have checked the permission and ownership of the file and all is set well. From the logs, we are getting syntax error which is caused due to some coding error.

====
[Thu Jun 10 16:46:10 2010] [error] [client 65.99.235.248] PHP Parse error: syntax error, unexpected T_ELSE in /home/mydomain/public_html/admin/links.php on line 171

Correct it with the help of developer.

This is from line 170 - 173

 zen_redirect(zen_href_link(FILENAME_LINKS, zen_get_all_get_params(array('lID', 'action')) . 'lID=' . $links_id));
        } else if ($error == true) {
          $lInfo = new objectInfo($_POST);
          $processed = true;

Line 171 is actually } else if ($error == true) {

So I am at a complete loss now, lol.

Sorry for being a pain about this :blush:

10 Jun 2010, 10:10 PM
#1686
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

KeystoneAirsoft:

THanks for your reply Clyde,

Now I have heard back from my support techs which are starting to be a bunch of :censored:, but this is their comment.

This is from line 170 - 173

zen_redirect(zen_href_link(FILENAME_LINKS, zen_get_all_get_params(array('lID', 'action')) . 'lID=' . $links_id));
} else if ($error == true) {
$lInfo = new objectInfo($_POST);
$processed = true;

> 
> Line 171 is actually } else if ($error == true) {
> 
> So I am at a complete loss now, lol.
> 
> Sorry for being a pain about this :blush:

Try this and see if it helps.

Just unzip the package and upload the entire admin folder to your server.

Attachment #7656
10 Jun 2010, 10:49 PM
#1687
keystoneairsoft avatar

keystoneairsoft

New Zenner

Join Date:
Jun 2010
Posts:
41
Plugin Contributions:
0

Re: Link Manager 3.0 Support Thread

clydejones:

Try this and see if it helps.

Just unzip the package and upload the entire admin folder to your server.

Attachment #7656

AHHH that worked.

Thanks very much Clyde :clap:, very much appreciated. Not sure what ya did but it worked.

14 Jun 2010, 3:46 PM
#1688
jdalton avatar

jdalton

New Zenner

Join Date:
Feb 2010
Posts:
24
Plugin Contributions:
0

Re: Link Manager 3.0 Support Thread

Hi

I have just installed link manager 3.0. everything looks fine except when I go to the admin >extra >links I just get a blank page?? I have double checked all installed files are as they should be, any ideas please?

14 Jun 2010, 4:10 PM
#1689
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

jdalton:

Hi

I have just installed link manager 3.0. everything looks fine except when I go to the admin >extra >links I just get a blank page?? I have double checked all installed files are as they should be, any ideas please?

try the fix posted here www.zen-cart.com/forum/showpost.php?p=896349&postcount=1686

14 Jun 2010, 4:57 PM
#1690
jdalton avatar

jdalton

New Zenner

Join Date:
Feb 2010
Posts:
24
Plugin Contributions:
0

Re: Link Manager 3.0 Support Thread

Thank a millon Clyde ... worked a treat...

17 Jun 2010, 5:51 PM
#1691
richmanfl avatar

richmanfl

New Zenner

Join Date:
Oct 2007
Posts:
15
Plugin Contributions:
0

Re: Link Manager 3.0 Support Thread

I just installed Links Manager 3.3b for a site running on ZenCart 1.3.7 and in the "Submit A Link" on the sidebox, the page calls up the form for submitting a link, but there is no field for the image URL in the form.

Where is the field supposed to be? I have not found it yet, and even used FireBug to parse the page with no success.

17 Jun 2010, 6:04 PM
#1692
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

richmanfl:

I just installed Links Manager 3.3b for a site running on ZenCart 1.3.7 and in the "Submit A Link" on the sidebox, the page calls up the form for submitting a link, but there is no field for the image URL in the form.

Where is the field supposed to be? I have not found it yet, and even used FireBug to parse the page with no success.

check the settings in admin -> configuration -> links manager -> Show Banner Image Field

17 Jun 2010, 6:22 PM
#1693
richmanfl avatar

richmanfl

New Zenner

Join Date:
Oct 2007
Posts:
15
Plugin Contributions:
0

Re: Link Manager 3.0 Support Thread

I checked under Configuration and Links Manager, it does not have a field for images.

Links Manager

Title Value Action
Links Box - Display View All Links true
Links Box - Display Submit Link true
Display Description As Link false
Enable Click Count true
Submit Link - Require Reciprocal Page true
Display Link Title 1
Display Link Description 2
Display Link Click Count 3
Link Title Minimum Length 2
Link URL Minimum Length 10
Link Description Minimum Length 10
Link Contact Name Minimum Length 2
Links Check Phrase yoursitename
Links List - Scroll Box Size/Style 6
Length of Link Categories Name 20
Select Links Sort Order 1
Number of Link Categories Per Row - Default is 3 3
Image - Link Category Height 80
Image - Link Category Width 80
Image - Link Image Width 150
Image - Link Image Height 30
Only registered customers may submit a Link

17 Jun 2010, 6:33 PM
#1694
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

richmanfl:

I checked under Configuration and Links Manager, it does not have a field for images.

Links Manager

Title Value Action
Links Box - Display View All Links true
Links Box - Display Submit Link true
Display Description As Link false
Enable Click Count true
Submit Link - Require Reciprocal Page true
Display Link Title 1
Display Link Description 2
Display Link Click Count 3
Link Title Minimum Length 2
Link URL Minimum Length 10
Link Description Minimum Length 10
Link Contact Name Minimum Length 2
Links Check Phrase yoursitename
Links List - Scroll Box Size/Style 6
Length of Link Categories Name 20
Select Links Sort Order 1
Number of Link Categories Per Row - Default is 3 3
Image - Link Category Height 80
Image - Link Category Width 80
Image - Link Image Width 150
Image - Link Image Height 30
Only registered customers may submit a Link

try running the following sql statement

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

(admin -> tools -> install sql patches)

For best results, copy-and-paste the code into the query field and press 'Send'.

SET @t4=0;
SELECT (@t4:=configuration_group_id) as t4
FROM configuration_group
WHERE configuration_group_title= 'Links Manager';
DELETE FROM configuration WHERE configuration_group_id = @t4;
DELETE FROM configuration_group WHERE configuration_group_id = @t4;
DELETE FROM configuration WHERE configuration_key = 'DEFINE_LINKS_STATUS';

INSERT INTO configuration_group VALUES (NULL, 'Links Manager', 'Links Display Settings', '1', '1');
UPDATE configuration_group SET sort_order = last_insert_id() WHERE configuration_group_id = last_insert_id();

SET @t4=0;
SELECT (@t4:=configuration_group_id) as t4
FROM configuration_group
WHERE configuration_group_title= 'Links Manager';



INSERT INTO `configuration` VALUES (NULL, 'Links Box - Display View All Links', 'BOX_DISPLAY_VIEW_ALL_LINKS', 'true', 'Display View All Links on Links Sidebox', @t4, 2, NULL, now(), NULL, 'zen_cfg_select_option(array(''true'', ''false''), ');
INSERT INTO `configuration` VALUES (NULL, 'Links Box - Display Submit Link', 'BOX_DISPLAY_SUBMIT_LINK', 'true', 'Display Submit Link on Sidebox', @t4, 3, NULL, now(), NULL, 'zen_cfg_select_option(array(''true'', ''false''), ');
INSERT INTO `configuration` VALUES (NULL, 'Display Description As Link', 'DISPLAY_LINK_DESCRIPTION_AS_LINK', 'false', 'Display the links description as a link', @t4, 4, NULL, now(), NULL, 'zen_cfg_select_option(array(''true'', ''false''), ');
INSERT INTO `configuration` VALUES (NULL, 'Enable Click Count', 'ENABLE_LINKS_COUNT', 'false', 'Enable links click count.', @t4, 5, NULL, now(), NULL, 'zen_cfg_select_option(array(''true'', ''false''), ');
INSERT INTO `configuration` VALUES (NULL, 'Submit Link - Require Reciprocal Page', 'SUBMIT_LINK_REQUIRE_RECIPROCAL', 'true', 'Require Reciprocal Page on Links Submit', @t4, 6, NULL, now(), NULL, 'zen_cfg_select_option(array(''true'', ''false''), ');
INSERT INTO `configuration` VALUES (NULL, 'Display Link Banner Image', 'LINK_LIST_IMAGE', '1', 'Do you want to display the Link Banner Image?', @t4, 7, NULL, now(), NULL, NULL);
INSERT INTO `configuration` VALUES (NULL, 'Display Link Description', 'LINK_LIST_DESCRIPTION', '2', 'Do you want to display the Link Description?', @t4, 8, NULL, now(), NULL, NULL);
INSERT INTO `configuration` VALUES (NULL, 'Display Link Click Count', 'LINK_LIST_COUNT', '0', 'Do you want to display the Link Click Count?', @t4, 9, NULL, now(), NULL, NULL);
INSERT INTO `configuration` VALUES (NULL, 'Link Title Minimum Length', 'ENTRY_LINKS_TITLE_MIN_LENGTH', '2', 'Minimum length of link title.', @t4, 10, NULL, now(), NULL, NULL);
INSERT INTO `configuration` VALUES (NULL, 'Link Title Maximum Length', 'ENTRY_LINKS_TITLE_MAX_LENGTH', '50', 'Maximum length of link title.', @t4, 11, NULL, now(), NULL, NULL);
INSERT INTO `configuration` VALUES (NULL, 'Link URL Minimum Length', 'ENTRY_LINKS_URL_MIN_LENGTH', '10', 'Minimum length of link URL.', @t4, 12, NULL, now(), NULL, NULL);
INSERT INTO `configuration` VALUES (NULL, 'Link Description Minimum Length', 'ENTRY_LINKS_DESCRIPTION_MIN_LENGTH', '10', 'Minimum length of link description.', @t4, 13, NULL, now(), NULL, NULL);
INSERT INTO `configuration` VALUES (NULL, 'Link Description Maximum Length', 'ENTRY_LINKS_DESCRIPTION_MAX_LENGTH', '250', 'Maximum length of link description.', @t4, 14, NULL, now(), NULL, NULL);
INSERT INTO `configuration` VALUES (NULL, 'Link Contact Name Minimum Length', 'ENTRY_LINKS_CONTACT_NAME_MIN_LENGTH', '2', 'Minimum length of link contact name.', @t4, 15, NULL, now(), NULL, NULL);
INSERT INTO `configuration` VALUES (NULL, 'Number Of Links to display on Links Page', 'MAX_DISPLAY_LINKS', '5', 'Set the number of Links to display on the Links page.', @t4, 16, NULL, now(), NULL, NULL);
INSERT INTO `configuration` VALUES (NULL, 'Links Check Phrase', 'LINKS_CHECK_PHRASE', 'yoursitename', 'Phrase to look for, when you perform a link check.', @t4, 17, NULL, now(), NULL, NULL);
INSERT INTO `configuration` VALUES (NULL, 'Links List - Scroll Box Size/Style', 'MAX_LINKS_LIST', '3', 'Number of link category names to be displayed in the scroll box window. Setting this to 1 or 0 will display a dropdown list', @t4, 18, NULL, now(), NULL, NULL);
INSERT INTO `configuration` VALUES (NULL, 'Length of Link Categories Name', 'MAX_DISPLAY_LINK_NAME_LEN', '17', 'Used in links box; maximum length of link category name to display. Longer names will be truncated.', @t4, 19, NULL, now(), NULL, NULL);
INSERT INTO `configuration` VALUES (NULL, 'Select Links Sort Order', 'DEFINE_SORT_ORDER', '1', 'Define the sort order of the links<br />1= Sort by Title<br />2= Sort by Date (Newest to Oldest)<br />3= Sort by number of clicks (highest to lowest)', @t4, 20, NULL, now(), NULL, 'zen_cfg_select_option(array(''1'', ''2'', ''3''),');
INSERT INTO `configuration` VALUES (NULL, 'Number of Link Categories Per Row - Default is 3', 'MAX_LINK_CATEGORIES_ROW', '3', 'Used to display Link Categories per row.<br />Default is 3', @t4, 21, NULL, now(), NULL, NULL);
INSERT INTO `configuration` VALUES (NULL, 'Link Category Image Directory', 'LINK_CATEGORY_IMAGE_DIRECTORY', 'link_category/', 'Set the Directory for the Category Image', @t4, 22, NULL, now(), NULL, NULL);
INSERT INTO `configuration` VALUES (NULL, 'Image - Link Category Height', 'LINK_CATEGORY_IMAGE_HEIGHT', '80', 'The pixel width of Link Category images', @t4, 23, NULL, now(), NULL, NULL);
INSERT INTO `configuration` VALUES (NULL, 'Image - Link Category Width', 'LINK_CATEGORY_IMAGE_WIDTH', '80', 'The pixel width of Link Category images', @t4, 24, NULL, now(), NULL, NULL);
INSERT INTO `configuration` VALUES (NULL, 'Show Banner Image Field', 'SHOW_LINKS_BANNER_IMAGE', 'true', 'Show Banner Image Field', @t4, 25, NULL, now(), NULL, 'zen_cfg_select_option(array(''true'', ''false''),');
INSERT INTO `configuration` VALUES (NULL, 'Link Banner Image Directory', 'LINK_IMAGE_DIRECTORY', 'links_image/', 'Set the Directory for the Link Image', @t4, 26, NULL, now(), NULL, NULL);
INSERT INTO `configuration` VALUES (NULL, 'Image - Link Banner Image Width', 'LINK_IMAGE_WIDTH', '150', 'The pixel width of Link images', @t4, 27, NULL, now(), NULL, NULL);
INSERT INTO `configuration` VALUES (NULL, 'Image - Link Banner Image Height', 'LINK_IMAGE_HEIGHT', '30', 'The pixel height of Link images', @t4, 28, NULL, now(), NULL, NULL);
INSERT INTO `configuration` VALUES (NULL, 'Default Link Banner Image', 'DEFAULT_LINK_IMAGE', 'links_default.jpg', 'Set the Default Link Image', @t4, 29, NULL, now(), NULL, NULL);
INSERT INTO `configuration` VALUES (NULL,'Only registered customers may submit a Link', 'REGISTERED_LINK', 'false', 'Only registered customers may submit a Link', @t4, 30, NULL, now(), NULL, 'zen_cfg_select_option(array(''true'', ''false''),');
INSERT INTO `configuration` VALUES (NULL, 'Links - Show Store Name and Address', 'LINKS_STORE_NAME_ADDRESS', 'true', 'Include Store Name and Address', @t4, 31, NULL, now(), NULL, 'zen_cfg_select_option(array(''true'', ''false''),');
INSERT INTO `configuration` VALUES (NULL, 'Define Links Status', 'DEFINE_LINKS_STATUS', '1', 'Enable the Defined Link/Text?<br />0= Link ON, Define Text OFF<br />1= Link ON, Define Text ON<br />2= Link OFF, Define Text ON<br />3= Link OFF, Define Text OFF', @t4, 32, NULL, now(), NULL, 'zen_cfg_select_option(array(''0'', ''1'', ''2'', ''3''),');
INSERT INTO `configuration` VALUES (NULL, 'Links Manager Version', 'LM_VERSION', '3.5.3', 'Links Manager version', @t4, 33, NULL, now(), NULL, NULL);
17 Jun 2010, 7:36 PM
#1696
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

richmanfl:

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/cart/index.php?main_page=links_submit

My first impression is that you have an older version of links manager installed.

make sure you have downloaded the most recent version.

17 Jun 2010, 8:38 PM
#1697
merel avatar

merel

New Zenner

Join Date:
Jan 2005
Posts:
5
Plugin Contributions:
0

Re: Link Manager 3.0 Support Thread

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.

17 Jun 2010, 8:51 PM
#1698
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

Merel:

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

17 Jun 2010, 9:16 PM
#1699
merel avatar

merel

New Zenner

Join Date:
Jan 2005
Posts:
5
Plugin Contributions:
0

Re: Link Manager 3.0 Support Thread

Thanks that worked!

17 Jun 2010, 9:41 PM
#1700
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

Merel:

Thanks that worked!

Always advisible to search the support thread first.