Page 26 of 199 FirstFirst ... 1624252627283676126 ... LastLast
Results 251 to 260 of 1988
  1. #251
    Join Date
    May 2005
    Location
    Brussels belgium
    Posts
    203
    Plugin Contributions
    0

    help question Re: Link Manager 3.0 release

    Hello Clyde,

    I've put your sql line I my database I can see the table in phpmysql but I sill don't receive the options in admin and allways this error

    1062 Duplicate entry '1-1' for key 1
    in:
    [update links_to_link_categories set link_categories_id = '1' where links_id = '1']
    If you were entering information, press the BACK button in your browser and re-check the information you had entered to be sure you left no blank fields.

    strange

    Chris
    Zen cart or nothing !!

  2. #252
    Join Date
    Feb 2007
    Location
    Los Angeles
    Posts
    359
    Plugin Contributions
    0

    Default Re: Link Manager 3.0 release

    Hi

    well as you see i kinda not understending what and how to do

    i will try it once , i dont wana take too much of your time

    # run the included update_links_manager.sql using the Zen-Cart Sql Patches tool what the ( hell) is that, and how do i do that? Lol

    i know in my admin their is somthing abut tools/sql but over their it how do i do it ? and what abut "NOTE: Zen Cart database-upgrade scripts should NOT be run from this page.
    Please upload the new zc_install folder and run the upgrade from there instead for better reliability."


    # For best results, cut-and-paste the code into the query field and press 'Send'. which one is the code

    thank you


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

    Default Re: Link Manager 3.0 release

    Quote Originally Posted by motti View Post
    Hi

    well as you see i kinda not understending what and how to do

    i will try it once , i dont wana take too much of your time

    # run the included update_links_manager.sql using the Zen-Cart Sql Patches tool what the ( hell) is that, and how do i do that? Lol

    i know in my admin their is somthing abut tools/sql but over their it how do i do it ? and what abut "NOTE: Zen Cart database-upgrade scripts should NOT be run from this page.
    Please upload the new zc_install folder and run the upgrade from there instead for better reliability."


    # For best results, cut-and-paste the code into the query field and press 'Send'. which one is the code

    thank you
    Are you installing this for the first time?

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

    Default Re: Link Manager 3.0 release

    Quote Originally Posted by titangen View Post
    Hello Clyde,

    I've put your sql line I my database I can see the table in phpmysql but I sill don't receive the options in admin and allways this error

    1062 Duplicate entry '1-1' for key 1
    in:
    [update links_to_link_categories set link_categories_id = '1' where links_id = '1']
    If you were entering information, press the BACK button in your browser and re-check the information you had entered to be sure you left no blank fields.

    strange

    Chris
    How many links do you have?

    You can try running the following SQL script and then Update your links again.
    Code:
    DROP TABLE IF EXISTS `links_to_link_categories`;
    CREATE TABLE `links_to_link_categories` (
      `links_id` int(11) NOT NULL auto_increment,
      `link_categories_id` int(11) NOT NULL default '0',
      PRIMARY KEY  (`links_id`,`link_categories_id`)
    ) ENGINE=MyISAM;

  5. #255
    Join Date
    Feb 2007
    Location
    Los Angeles
    Posts
    359
    Plugin Contributions
    0

    Default Re: Link Manager 3.0 release

    Hi Clyde

    yes i am

    i have the zen 1.37 and my site are www.tiledepot.us/store

    Thank You

  6. #256
    Join Date
    Jun 2006
    Posts
    403
    Plugin Contributions
    0

    red flag Error information after I install links manager 3.1

    Hello, clyde jones:

    I followed the instruction of link manager 3.1 and intall files onto my server. Now I found some error information on my Admin Panel:

    In Admin/Extra/Links, If I click on "new links", in "options", such error message appear:

    Status: Catchable fatal error: Object of class queryFactoryResult could not be converted to string in /home/.nonsense/smithville/loveinrose.com/admin/includes/functions/html_output.php on line 333

    In Admin/Extra/Links, If I click on "check links", Such error messages appear:
    Warning: file() [function.file]: URL file-access is disabled in the server configuration in /home/.nonsense/smithville/loveinrose.com/admin/links.php on line 618

    Warning: file(http://www.xtreme-hosting-inc.com) [function.file]: failed to open stream: no suitable wrapper could be found in /home/.nonsense/smithville/loveinrose.com/admin/links.php on line 618

    Could you please take look and help me to fix the problesm?

    My site is www.loveinrose.com

    Thank you very much!!

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

    Default Re: Link Manager 3.0 release

    Quote Originally Posted by motti View Post
    Hi Clyde

    yes i am

    i have the zen 1.37 and my site are www.tiledepot.us/store

    Thank You
    You need to use the files in the New_installation folder of the contribution.

    First open the install_links_manager.sql file in a text editor.

    copy everything in that file.

    Now open your admin -> tools -> instal SQL patches

    paste the information you just copied into the text area and click the send button.

    Now in the includes folder change all instances of the YOUR_TEMPLATE folder to match the name of your own custom folder.

    You can now FTP the admin, images and includes folders to your server.

    Once you've done this open your admin -> tools -> layout boxes controller and activate the new sidebox.

  8. #258
    Join Date
    Jun 2006
    Posts
    403
    Plugin Contributions
    0

    help question i have an error message on "check link"

    Hello,

    After I install Link Manager 3.1, I fount error messages in "check links" php.

    PHP Code:
    Warningfile() [function.file]: URL file-access is disabled in the server configuration in /home/.nonsense/smithville/loveinrose.com/admin/links.php on line 618

    Warning
    file(http://www.xtreme-hosting-inc.com) [function.file]: failed to open stream: no suitable wrapper could be found in /home/.nonsense/smithville/loveinrose.com/admin/links.php on line 618 
    From previous messages, somebody said it is because "allow_url_fopen" is not set to be ON. Is it right? If so, how to fix it? Thank you!

    Lina

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

    Default Re: Link Manager 3.0 release

    Quote Originally Posted by lina0962 View Post
    Hello,

    After I install Link Manager 3.1, I fount error messages in "check links" php.

    PHP Code:
    Warningfile() [function.file]: URL file-access is disabled in the server configuration in /home/.nonsense/smithville/loveinrose.com/admin/links.php on line 618

    Warning
    file(http://www.xtreme-hosting-inc.com) [function.file]: failed to open stream: no suitable wrapper could be found in /home/.nonsense/smithville/loveinrose.com/admin/links.php on line 618 
    From previous messages, somebody said it is because "allow_url_fopen" is not set to be ON. Is it right? If so, how to fix it? Thank you!

    Lina
    This is a server issue . You'll need to check with your host.

  10. #260
    Join Date
    Jun 2006
    Posts
    403
    Plugin Contributions
    0

    help question problem with Link Manager 3.1

    Hello, Clyde:

    Thanks for your promt answer.

    Now on "Submit links" page, all titles like "Submit your link", "website detail", "Your contact information" are missing.... how to get them back?

    Thank you for your help!
    Last edited by lina0962; 15 Apr 2007 at 05:44 PM.

 

 

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