Page 23 of 199 FirstFirst ... 1321222324253373123 ... LastLast
Results 221 to 230 of 1988
  1. #221
    Join Date
    Nov 2005
    Location
    Colorado Springs, CO USA
    Posts
    7,033
    Plugin Contributions
    31

    Default Re: Link Manager 3.0 release

    Using the categories does not allow "direct linking" (which is what I believe you are referring to)

    I'll try to address this issue in a future release.

  2. #222
    Join Date
    Feb 2007
    Posts
    224
    Plugin Contributions
    0

    Default Re: Link Manager 3.0 release

    Clyde, was that an answer to my previous post or someone else?
    if it is for me, is there a work around until the next release? Thanks.

  3. #223
    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 TamyA View Post
    Clyde, was that an answer to my previous post or someone else?
    if it is for me, is there a work around until the next release? Thanks.
    Sorry, Without a complete re-write there isn't a workaround at this time.

  4. #224

    database error Re: Link Manager 3.1 release

    I installed the 3.1 release today, seems to work fine, except when I try to send email to my link owners.

    I get the following error:

    Warning: Invalid argument supplied for foreach() in /home/cjcrafts/public_html/includes/functions/functions_email.php on line 387

    Warning: Cannot modify header information - headers already sent by (output started at /home/cjcrafts/public_html/includes/functions/functions_email.php:387) in /home/cjcrafts/public_html/admin/includes/functions/general.php on line 34


    Any help or insight you all can provide would be greatly appreciated.


    Steve,
    http://www.cjcrafts.com

  5. #225
    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 cjcrafts View Post
    I installed the 3.1 release today, seems to work fine, except when I try to send email to my link owners.

    I get the following error:

    Warning: Invalid argument supplied for foreach() in /home/cjcrafts/public_html/includes/functions/functions_email.php on line 387

    Warning: Cannot modify header information - headers already sent by (output started at /home/cjcrafts/public_html/includes/functions/functions_email.php:387) in /home/cjcrafts/public_html/admin/includes/functions/general.php on line 34


    Any help or insight you all can provide would be greatly appreciated.


    Steve,
    http://www.cjcrafts.com
    Try the fixes in this thread:

    www.zen-cart.com/forum/showthread.php?t=60147&highlight=Warning%3A+Invalid+argument+supplied+foreach%28 %29+line+387

  6. #226
    Join Date
    May 2005
    Location
    Brussels belgium
    Posts
    203
    Plugin Contributions
    0

    help question Re: Link Manager 3.0 release

    Hi,

    I've make a fresh install of this module and I received this error message when I update a
    link

    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.

    also I can't update the status for the link in admin (no options- bank)

    Could you help me?

    Have a nice day

    chris
    Zen cart or nothing !!

  7. #227

    database error Re: Link Manager 3.0 release


    Thanks Clyde,

    That got it up and running again, however I have a spin off problem now..

    When I send a email message to a link partner

    It sends the email header stuff
    It sends the subject line

    but, where the message text should be in the email, it only displays:

    $EMAIL_MESSAGE_HTML




    The regular admin send email feature is working fine, just for FYI.

  8. #228
    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
    Hi,

    I've make a fresh install of this module and I received this error message when I update a
    link

    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.

    also I can't update the status for the link in admin (no options- bank)

    Could you help me?

    Have a nice day

    chris
    which of the three links screens are you referring to.

    Links
    Links Categories
    Links Contact

  9. #229
    Join Date
    May 2005
    Location
    Brussels belgium
    Posts
    203
    Plugin Contributions
    0

    Default Re: Link Manager 3.0 release

    In admin only links page

    ...
    Zen cart or nothing !!

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

    Default Re: Link Manager 3.0 release

    open admin/links.contact.php

    find the following line of code:

    Code:
    $message = zen_db_prepare_input($HTTP_POST_VARS['message']);
    below this line add the following

    Code:
    $html_msg['EMAIL_MESSAGE_HTML'] = $message;

    Find the following code:

    Code:
    zen_mail($mail_query->fields['links_contact_name'], $mail_query->fields['links_contact_email'], $subject, $message, STORE_OWNER, STORE_OWNER_EMAIL_ADDRESS);
    Change it to read as follows:
    Code:
    zen_mail($mail_query->fields['links_contact_name'], $mail_query->fields['links_contact_email'], $subject, $message, STORE_OWNER, STORE_OWNER_EMAIL_ADDRESS, $html_msg);
    Save the file and upload to your server

 

 

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