Page 139 of 199 FirstFirst ... 3989129137138139140141149189 ... LastLast
Results 1,381 to 1,390 of 1988
  1. #1381
    Join Date
    Jan 2009
    Location
    Czech Republic
    Posts
    59
    Plugin Contributions
    0

    Default 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 errorObject of class queryFactoryResult could not be converted to string in /hosting/www/gammagames.cz/www/admin/includes/functions/html_output.php on line 333 

  2. #1382
    Join Date
    Jan 2009
    Location
    Czech Republic
    Posts
    59
    Plugin Contributions
    0

    Default Re: Link Manager 3.0 Support Thread

    Quote Originally Posted by neboztik View Post
    I have an issue. I canīt submit new link. I have following problem:
    PHP Code:
    Catchable fatal errorObject 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

  3. #1383
    Join Date
    Nov 2005
    Location
    Colorado Springs, CO USA
    Posts
    7,033
    Plugin Contributions
    31

    Default Re: Link Manager 3.0 Support Thread

    Quote Originally Posted by neboztik View Post
    I have an issue. I canīt submit new link. I have following problem:
    PHP Code:
    Catchable fatal errorObject 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
    Last edited by clydejones; 4 May 2009 at 07:07 PM.

  4. #1384
    Join Date
    Jan 2009
    Location
    Czech Republic
    Posts
    59
    Plugin Contributions
    0

    Default 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

  5. #1385
    Join Date
    Nov 2005
    Location
    Colorado Springs, CO USA
    Posts
    7,033
    Plugin Contributions
    31

    Default Re: Link Manager 3.0 Support Thread

    Quote Originally Posted by neboztik View Post
    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.

  6. #1386
    Join Date
    May 2009
    Posts
    53
    Plugin Contributions
    0

    Default Re: Link Manager 3.0 Support Thread

    Quote Originally Posted by clydejones View Post
    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

  7. #1387
    Join Date
    May 2009
    Posts
    53
    Plugin Contributions
    0

    Default 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

  8. #1388

    Default 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

  9. #1389
    Join Date
    Jul 2007
    Posts
    2,169
    Plugin Contributions
    16

    Default Re: Link Manager 3.0 Support Thread

    Quote Originally Posted by angelstubes View Post
    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.
    Is your site Upgraded to the current version 1.5.4 Yet?
    zencart-upgrades-website-installation

  10. #1390
    Join Date
    Nov 2005
    Location
    Colorado Springs, CO USA
    Posts
    7,033
    Plugin Contributions
    31

    Default Re: Link Manager 3.0 Support Thread

    Quote Originally Posted by angelstubes View Post
    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)

 

 

Similar Threads

  1. Testimonial Manager Support Thread
    By clydejones in forum All Other Contributions/Addons
    Replies: 1500
    Last Post: 4 Feb 2021, 04:12 PM
  2. v154 News Box Manager v2.0.0 [Support Thread]
    By lat9 in forum All Other Contributions/Addons
    Replies: 84
    Last Post: 19 Jan 2021, 04:17 PM
  3. Download File Manager Support Thread
    By balihr in forum All Other Contributions/Addons
    Replies: 24
    Last Post: 17 Aug 2017, 10:32 PM
  4. Poll Manager Support Thread
    By boudewijn in forum Addon Sideboxes
    Replies: 148
    Last Post: 27 Jan 2016, 09:53 AM
  5. Empty Cart Manager [support thread]
    By Steven300 in forum All Other Contributions/Addons
    Replies: 49
    Last Post: 26 May 2010, 10:26 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR