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

Link Manager 3.0 Support Thread

Views: 486,750

Results 1,381 to 1,400 of 1,988
4 May 2009, 5:28 PM
#1381
neboztik avatar

neboztik

New Zenner

Join Date:
Jan 2009
Location:
Czech Republic
Posts:
59
Plugin Contributions:
0

Link Manager 3.0 Support Thread

I have an issue. I can´t submit new link. I have following problem:

Catchable fatal error: Object of class queryFactoryResult could not be converted to string in /hosting/www/gammagames.cz/www/admin/includes/functions/html_output.php on line 333
4 May 2009, 5:55 PM
#1382
neboztik avatar

neboztik

New Zenner

Join Date:
Jan 2009
Location:
Czech Republic
Posts:
59
Plugin Contributions:
0

Re: Link Manager 3.0 Support Thread

neboztik:

I have an issue. I can´t submit new link. I have following problem:

Catchable fatal error: Object of class queryFactoryResult could not be converted to string in /hosting/www/gammagames.cz/www/admin/includes/functions/html_output.php on line 333

sry, I found it a couple pages before / pls delete this two posts
4 May 2009, 6:03 PM
#1383
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

neboztik:

I have an issue. I can´t submit new link. I have following problem:

Catchable fatal error: Object of class queryFactoryResult could not be converted to string in /hosting/www/gammagames.cz/www/admin/includes/functions/html_output.php on line 333


check this post for fixes to this problem

[www.zen-cart.com/forum/showpost.php?p=487360&postcount=10](http://www.zen-cart.com/forum/showpost.php?p=487360&postcount=10)

There are also several posts in this support thread about this issue. (always search before posting)

[www.zen-cart.com/forum/showpost.php?p=681908&postcount=1283](http://www.zen-cart.com/forum/showpost.php?p=681908&postcount=1283)
4 May 2009, 6:44 PM
#1384
neboztik avatar

neboztik

New Zenner

Join Date:
Jan 2009
Location:
Czech Republic
Posts:
59
Plugin Contributions:
0

Re: Link Manager 3.0 Support Thread

Thx for quick reply I was bit confused by alert message.

I really appreciate if I can display icons from some category somewhere on my page. It would be great to display exchanged banners in footer. I don´t like to put there hard html code. Have somebody solved this problem? I´ve tried to do it by my own but I am very weak at PHP

4 May 2009, 9:04 PM
#1385
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

neboztik:

Thx for quick reply I was bit confused by alert message.

I really appreciate if I can display icons from some category somewhere on my page. It would be great to display exchanged banners in footer. I don´t like to put there hard html code. Have somebody solved this problem? I´ve tried to do it by my own but I am very weak at PHP

If someone uploads a banner image when they submit a link it will display on the page where that links appears.

If you'd like those banners to appear at the bottom of your pages as you have indicated above, then you could always use admin ->tools -> banner manager to create them.

5 May 2009, 10:30 PM
#1386
angelstubes avatar

angelstubes

New Zenner

Join Date:
May 2009
Posts:
53
Plugin Contributions:
0

Re: Link Manager 3.0 Support Thread

clydejones:

admin -> configuration -> links manager -> Links Check Phrase

What is your setting for this option?
could you please tell me what this is suppose to be set at please
mine is just yoursitename
thanks in advance
Angel

5 May 2009, 11:04 PM
#1387
angelstubes avatar

angelstubes

New Zenner

Join Date:
May 2009
Posts:
53
Plugin Contributions:
0

Re: Link Manager 3.0 Support Thread

hello
I get this error in links in admin
Fatal error: Cannot use object of type queryFactoryResult as array in /home/freetube/public_html/admin/links.php on line 554
how do I fix this please

this is what is on the line


   $categories_query = "select lcd.link_categories_name as links_category from " . TABLE_LINKS_TO_LINK_CATEGORIES . " l2lc left join " . TABLE_LINK_CATEGORIES_DESCRIPTION . " lcd on lcd.link_categories_id = l2lc.link_categories_id where l2lc.links_id = '" . (int)$links['links_id'] . "' and lcd.language_id = '" . $_SESSION['languages_id'] . "'";
    $category = $db->Execute($categories_query);

thanks in advance
Angel

5 May 2009, 11:09 PM
#1388
qualityitems avatar

qualityitems

New Zenner

Join Date:
Apr 2009
Posts:
11
Plugin Contributions:
0

Re: Link Manager 3.0 Support Thread

Clyde:

First of all...link manager is great! Thank you for the hard work on the mod and your support.

Zen Version: 1.3.8a
php: 5.2.5
MySQL: 5.0.67
Link Manager Version: 3-5-0

Question: I searched the forum for this and had no luck. Hopefully, I just missed it and you can point me to the proper posts.

When I add a category or link, the image does not display. In the admin --> extras --> links (or link categories) and checked the properties of the images. Here is what is shows:

http://www.qualityitemsofmontana.com/qiofm//qiofm/images/link_category/real_estate.jpg

Obviously, it is putting in the http://www.qualityitemsofmontana.com/qiofm/
put it shouldn't.

How do I make this work?

Thank you!!!

Chris

6 May 2009, 1:28 AM
#1389
countrycharm avatar

countrycharm

Totally Zenned

Join Date:
Jul 2007
Posts:
2,179
Plugin Contributions:
2

Re: Link Manager 3.0 Support Thread

angelstubes:

hello
I get this error in links in admin
Fatal error: Cannot use object of type queryFactoryResult as array in /home/freetube/public_html/admin/links.php on line 554
how do I fix this please

this is what is on the line


   $categories_query = "select lcd.link_categories_name as links_category from " . TABLE_LINKS_TO_LINK_CATEGORIES . " l2lc left join " . TABLE_LINK_CATEGORIES_DESCRIPTION . " lcd on lcd.link_categories_id = l2lc.link_categories_id where l2lc.links_id = '" . (int)$links['links_id'] . "' and lcd.language_id = '" . $_SESSION['languages_id'] . "'";
    $category = $db->Execute($categories_query);

thanks in advance
Angel

Download the fix here
It will be best to apply both of them.

6 May 2009, 2:30 AM
#1390
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

angelstubes:

could you please tell me what this is suppose to be set at please
mine is just yoursitename
thanks in advance
Angel

You can use the url for your site (https://www.yoursitename.com)

or you can use just (Your Site Name)

6 May 2009, 2:43 AM
#1391
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

QualityItems:

Clyde:

First of all...link manager is great! Thank you for the hard work on the mod and your support.

Zen Version: 1.3.8a
php: 5.2.5
MySQL: 5.0.67
Link Manager Version: 3-5-0

Question: I searched the forum for this and had no luck. Hopefully, I just missed it and you can point me to the proper posts.

When I add a category or link, the image does not display. In the admin --> extras --> links (or link categories) and checked the properties of the images. Here is what is shows:

http://www.qualityitemsofmontana.com/qiofm//qiofm/images/link_category/real_estate.jpg

Obviously, it is putting in the http://www.qualityitemsofmontana.com/qiofm/
put it shouldn't.

How do I make this work?

Thank you!!!

Chris

If you are entering a banner image from admin -> extras -> links
you only need to use the following in the image url input box (links_image/goodshepard_logo.gif)
In order for this to work, you will need to have the banner image located on your server in images/links_image/

from admin -> extras -> links categories

You have two choices

  1. similar to the above you only need to use (link_category/clothing.png) Again, the image need to be located on you server in images/link_category/

  2. You can use the browse button to select an image from your PC and then click the save button.

6 May 2009, 3:30 AM
#1392
qualityitems avatar

qualityitems

New Zenner

Join Date:
Apr 2009
Posts:
11
Plugin Contributions:
0

Re: Link Manager 3.0 Support Thread

clydejones:

If you are entering a banner image from admin -> extras -> links
you only need to use the following in the image url input box (links_image/goodshepard_logo.gif)
In order for this to work, you will need to have the banner image located on your server in images/links_image/

from admin -> extras -> links categories

You have two choices

  1. similar to the above you only need to use (link_category/clothing.png) Again, the image need to be located on you server in images/link_category/

  2. You can use the browse button to select an image from your PC and then click the save button.

Thanks for the suggestions...but it isn't working.

My site is located in the "qiofm" subfolder. So, at https://www.qualityitemsofmontana.com/qiofm. I have the link category images in the qiofm/images/link_category folder. The image is not showing in the admin -> extras -> link categories. So, when I right click on the "image" to see the properties, it is showing the path "www.qualityitemsofmontana.com/qiofm//qiofm/images".

Why would there be two "qiofm" and two "//" instead of one? Obviously this doesn't work, but I don't know how to fix it.

The good news, is every time there is a challenge we learn more about how to fix the next one and someone else may learn too!

Thanks!

Chris

6 May 2009, 5:19 AM
#1393
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

QualityItems:

Thanks for the suggestions...but it isn't working.

My site is located in the "qiofm" subfolder. So, at https://www.qualityitemsofmontana.com/qiofm. I have the link category images in the qiofm/images/link_category folder. The image is not showing in the admin -> extras -> link categories. So, when I right click on the "image" to see the properties, it is showing the path "www.qualityitemsofmontana.com/qiofm//qiofm/images".

Why would there be two "qiofm" and two "//" instead of one? Obviously this doesn't work, but I don't know how to fix it.

The good news, is every time there is a challenge we learn more about how to fix the next one and someone else may learn too!

Thanks!

Chris

I just submitted two test links, they should contain the default image.

check admin -> extras -> links

click the edit button for both of these links and check the content(s) of the image URL field. it should show as links_image/links_default.jpg

Also when I check the category image on your links page it pointed to the correct directory qiofm/images/link_categories

6 May 2009, 1:00 PM
#1394
qualityitems avatar

qualityitems

New Zenner

Join Date:
Apr 2009
Posts:
11
Plugin Contributions:
0

Re: Link Manager 3.0 Support Thread

clydejones:

I just submitted two test links, they should contain the default image.

check admin -> extras -> links

click the edit button for both of these links and check the content(s) of the image URL field. it should show as links_image/links_default.jpg

Also when I check the category image on your links page it pointed to the correct directory qiofm/images/link_categories

I received both emails indicating that you submitted links.

In admin -> extras -> links under edit, it shows as images/links_image/links_default.jpg for your submitted image in the URL field.

However, in admin -> extras -> links, it shows both of the links you submitted, but your image does not show. When I "right click" on the image and check the properties of the image, it shows "https://www.qualityitemsofmontana.com/qiofm//qiofm/images." It has that double "qiofm" and "//."

Hmmm....

Thanks for your help!

6 May 2009, 4:40 PM
#1395
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

QualityItems:

I received both emails indicating that you submitted links.

In admin -> extras -> links under edit, it shows as images/links_image/links_default.jpg for your submitted image in the URL field.

However, in admin -> extras -> links, it shows both of the links you submitted, but your image does not show. When I "right click" on the image and check the properties of the image, it shows "https://www.qualityitemsofmontana.com/qiofm//qiofm/images." It has that double "qiofm" and "//."

Hmmm....

Thanks for your help!

check your PM

9 May 2009, 4:23 AM
#1396
ribbonsbaskets0 avatar

ribbonsbaskets0

New Zenner

Join Date:
Nov 2008
Location:
Seattle, WA
Posts:
52
Plugin Contributions:
0

Re: Link Manager 3.0 Support Thread

Im hoping someone can help me with this problem. I've searched all over the internet and the forums but didnt find an answer. The name of my website is https://www.ribbonsbaskets.com using zencart 1.3.8 We just installed the links manager about a week ago and love it. The only problem is the links are all messed up. The description and the title are links. If I change the option in the admin to make the descrptions not links it makes the title not links as well. Take a look by clicking on the link page at the bottom. Any help would be appreciated!!:frusty:

9 May 2009, 5:05 AM
#1397
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

ribbonsbaskets0:

Im hoping someone can help me with this problem. I've searched all over the internet and the forums but didnt find an answer. The name of my website is https://www.ribbonsbaskets.com using zencart 1.3.8 We just installed the links manager about a week ago and love it. The only problem is the links are all messed up. The description and the title are links. If I change the option in the admin to make the descrptions not links it makes the title not links as well. Take a look by clicking on the link page at the bottom. Any help would be appreciated!!:frusty:

There is a fix for this problem located here

Just download the zip file

unzip the file and download the entire includes folder to your server.

9 May 2009, 5:25 PM
#1398
ribbonsbaskets0 avatar

ribbonsbaskets0

New Zenner

Join Date:
Nov 2008
Location:
Seattle, WA
Posts:
52
Plugin Contributions:
0

Re: Link Manager 3.0 Support Thread

Thank you so much your a life saver!! :clap: One more question I might be able to figure out but can probably figure out is why some links are so squished to the left.

9 May 2009, 6:27 PM
#1399
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

ribbonsbaskets0:

Thank you so much your a life saver!! :clap: One more question I might be able to figure out but can probably figure out is why some links are so squished to the left.

There might be a couple of reasons for this; the most common is that the text was copied and pasted into the description area and there were line breaks at the end of each line as you are seeing them.

You can try and fix this either by re-entering/editing them through admin -> extras -> links

OR

You can try to edit them directly in the database table via phpmyadmin.

9 May 2009, 6:47 PM
#1400
ribbonsbaskets0 avatar

ribbonsbaskets0

New Zenner

Join Date:
Nov 2008
Location:
Seattle, WA
Posts:
52
Plugin Contributions:
0

Re: Link Manager 3.0 Support Thread

That was it thanks!