Re: 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:
Quote:
<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.
Re: Link Manager 3.0 Support Thread
Quote:
Originally Posted by
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
Re: Link Manager 3.0 Support Thread
Sorry I meant to say admin -> extras -> links instead of the admin-tools-links :blush:
Re: Link Manager 3.0 Support Thread
Code:
<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.
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.
Quote:
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
Code:
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:
1 Attachment(s)
Re: Link Manager 3.0 Support Thread
Quote:
Originally Posted by
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
Code:
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
Re: Link Manager 3.0 Support Thread
Quote:
Originally Posted by
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.
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?
Re: Link Manager 3.0 Support Thread
Quote:
Originally Posted by
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
Re: Link Manager 3.0 Support Thread
Thank a millon Clyde ... worked a treat...