Re: Link Manager 3.0 release
Quote:
Originally Posted by
vitalwares
Sill did not work I am afraid.
Still noticed that you haven't added the following to your stylesheet.css
#linksboxContent {
text-align:center;
padding: 0.5em 0.3em 1em 0.3em;
}
Try this
Attachment 3629
open admin -> configuration -> links manager
and
Links List - Scroll Box Size/Style (set to 0 or 1)
Re: Link Manager 3.0 release
Quote:
Originally Posted by
tcarney.
Hi, first I want to say thanks for the wonderful module.
I've been looking through this forum for a while now and only saw this problem posted once, without a clear solution.
I'm fairly new to Zencart so please bear with me. Everthing seems to be working great, except that I'm getting the following errors when checking a reciprocal link:
Warning: file(): URL file-access is disabled in the server configuration in /home/content/t/c/a/tcarney/html/admin/links.php on line 644
Warning: file(http://www.sensualmystique.com/retai...y3/links.php): failed to open stream: no suitable wrapper could be found in /home/content/t/c/a/tcarney/html/admin/links.php on line 644
I see in a previous post that this is a server problem and was fixed by modifying the PHP.INI file. I am hosted by GoDaddy on a Linux server, so I have no ini files to modify.
Any help or suggestions are greatly appreciated.
Thank you
You'll need to contact you host for help on this issue.
Re: Link Manager 3.0 release
Quote:
Originally Posted by
clydejones
Still noticed that you haven't added the following to your stylesheet.css
#linksboxContent {
text-align:center;
padding: 0.5em 0.3em 1em 0.3em;
}
Try this
Attachment 3629
open admin -> configuration -> links manager
and
Links List - Scroll Box Size/Style (set to 0 or 1)
Yes sir that did it, the mistake i had made was that I had added
#linksboxContent {
text-align:center;
padding: 0.5em 0.3em 1em 0.3em;
}
to links.css instead of Stylesheet.css
Thank you so much, please do send a link to your site and whoever else is reading this is also welcome to do so.
Re: Link Manager 3.0 release
Thanks for the quick response! Any idea which line is 644? Just curious...
Re: Link Manager 3.0 release
Quote:
Originally Posted by
tcarney.
Thanks for the quick response! Any idea which line is 644? Just curious...
Its probably a call to fopen()
Re: Link Manager 3.0 release
It's working great! Thanks again.
I guess, I assumed that (we all know what happens when we do that) .ini files only existed in a windows world and not on Linux.
For future newbees, here's what I had to do:
1. Go to the root directory of my GoDaddy host server and find PHP.INI.
2. Modify the line that says:
allow_url_fopen = off
To
allow_url_fopen = on
Re: Link Manager 3.0 release
Quote:
Originally Posted by
vitalwares
Yes sir that did it, the mistake i had made was that I had added
#linksboxContent {
text-align:center;
padding: 0.5em 0.3em 1em 0.3em;
}
to links.css instead of Stylesheet.css
Thank you so much, please do send a link to your site and whoever else is reading this is also welcome to do so.
Quote:
Originally Posted by
tcarney.
It's working great! Thanks again.
I guess, I assumed that (we all know what happens when we do that) .ini files only existed in a windows world and not on Linux.
For future newbees, here's what I had to do:
1. Go to the root directory of my GoDaddy host server and find PHP.INI.
2. Modify the line that says:
allow_url_fopen = off
To
allow_url_fopen = on
Glad you got things working
Re: Link Manager 3.0 release
Can anyone help me with this?
I am getting this error on the user side when they go into links.
Parse error: syntax error, unexpected $end in /home/noah/public_html/includes/languages/english/html_includes/zencart_zen/define_links.php on line 90
on www.allforyourwedding.com
Re: Link Manager 3.0 release
Quote:
Originally Posted by
milobloom
Can anyone help me with this?
I am getting this error on the user side when they go into links.
Parse error: syntax error, unexpected $end in /home/noah/public_html/includes/languages/english/html_includes/zencart_zen/define_links.php on line 90
on
www.allforyourwedding.com
can you zip up a copy of your define_links.php file and post it please.
Re: Link Manager 3.0 release