Re: Link Manager 3.0 Support Thread
I have an issue. I canīt submit new link. I have following problem:
PHP Code:
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
Re: Link Manager 3.0 Support Thread
Quote:
Originally Posted by
neboztik
I have an issue. I canīt submit new link. I have following problem:
PHP Code:
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
Re: Link Manager 3.0 Support Thread
Quote:
Originally Posted by
neboztik
I have an issue. I canīt submit new link. I have following problem:
PHP Code:
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
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
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
Re: Link Manager 3.0 Support Thread
Quote:
Originally Posted by
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.
Re: Link Manager 3.0 Support Thread
Quote:
Originally Posted by
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
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
Image and Category Directories
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...eal_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
Re: Link Manager 3.0 Support Thread
Quote:
Originally Posted by
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.
Re: Link Manager 3.0 Support Thread
Quote:
Originally Posted by
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 (www.yoursitename.com)
or you can use just (Your Site Name)