Page 1 of 2 12 LastLast
Results 1 to 10 of 1988

Hybrid View

  1. #1
    Join Date
    Dec 2006
    Posts
    16
    Plugin Contributions
    0

    Default Re: Link Manager 3.0 release

    Well it just took a server reset. My site is back up, feel free to poke around http://www.excellentsoaps.com
    Last edited by kernphilip; 28 Dec 2006 at 03:42 AM. Reason: Forgot URL

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

    Default Re: Link Manager 3.0 release

    Still having a problem accessing your site.

  3. #3
    Join Date
    Dec 2006
    Posts
    16
    Plugin Contributions
    0

    Default Re: Link Manager 3.0 release

    Well it looks like it might be time to migrate hosts. in the meantime I think that it is up again. (I can get to it at least)
    Specialty Soaps Online
    sheep's Milk Soap, goat's Milk Soap, Olive Oil Soap, Soap Making Kits and more!
    http://www.excellentsoaps.com

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

    Default Re: Link Manager 3.0 release

    I've been trying every 10 mins for the past hour and still no luck.

  5. #5
    Join Date
    Dec 2006
    Posts
    16
    Plugin Contributions
    0

    Default Re: Link Manager 3.0 release

    ugh. I twas working last night. Kobra mentioned a different hosting solution that I might be better off with. It is definatly time to move.
    Specialty Soaps Online
    sheep's Milk Soap, goat's Milk Soap, Olive Oil Soap, Soap Making Kits and more!
    http://www.excellentsoaps.com

  6. #6
    Join Date
    Mar 2006
    Posts
    919
    Plugin Contributions
    2

    Default Re: Link Manager 3.0 release

    Great work Clyde! :)

    However, I've found a few problems when running under php 5.2.0.

    I was receiving the following error messages when trying to add link categories from the admin.

    Code:
    Warning: array_merge() [function.array-merge]: Argument #1 is not an array in D:\server\xampp\htdocs\beyondeuphoria\748596\link_categories.php on line 110
    
    Warning: reset() [function.reset]: Passed variable is not an array or object in D:\server\xampp\htdocs\beyondeuphoria\748596\includes\classes\object_info.php on line 29
    
    Warning: Variable passed to each() is not an array or object in D:\server\xampp\htdocs\beyondeuphoria\748596\includes\classes\object_info.php on line 30
    A little query to Google lead me to this thread...

    http://drupal.org/node/90345

    So I hacked your code a little (with only a rough idea of what I was doing) and came up with this edit to admin/link_categories.php. I simply replaced the code on line 109 with the following...

    Code:
    // bof php5 fix - aclarke - 281206
    $cInfo_array = array_merge((array)$link_categories->fields, (array)$links_count->fields);
    // eof php5 fix - aclarke - 281206
    I've also noticed two more errors (which I am attempting to fix at the moment).

    1 - If no links categories exist and you view the links page (from your shop/catalog - not admin) the following error message is displayed.

    Code:
    Fatal error: Class 'infoBox' not found in path\to\zencart\includes\templates\custom\templates\tpl_links_default.php on line 61
    2 - When trying to add links from admin this error message was displayed.

    Code:
    Catchable fatal error: Object of class queryFactoryResult could not be converted to string in path\to\zencart\admin\includes\functions\html_output.php on line 333
    Without fixing these errors (mainly number 2) I am unable to add any links!

    Anyway... as previously mentioned I'm working on a fix for these.

    Thanks again for creating a great contribution and I'll post back with my solutions/results asap.

    :)

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

    Default Re: Link Manager 3.0 release

    Alex,

    Thanks for the update.

    I'll incorporate your php5 fix and do an upgrade.

    I'm not sure about the other errors. mainly because if no categories exist then the link sidebox won't appear at all (or it shouldn't) and technically you wouldn't be able to navigate to the links page. You can if you type the url into the browser navigation bar.

    to correct this just change line 61 in tpl_links_default.php to
    PHP Code:
    <?php echo TEXT_NO_CATEGORIES?>
    I'll check the other error and see if I can find a fix.

  8. #8
    Join Date
    Nov 2006
    Location
    Sapin
    Posts
    44
    Plugin Contributions
    0

    Default Re: Link Manager 3.0 release

    Hello:

    Recently i upgrade the link manager but i have a problem.

    I have a shop whit two languages English and Spanish and a see only the box links in the english language no in the spanish, i think copy all files in the two diferent languages and i comprobate then and i think all is right.

    Any Ideas? Your help will be very aprecited.

    http://www.expomueble.es

    Thank you very much

  9. #9
    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 jmeca View Post
    Hello:

    Recently i upgrade the link manager but i have a problem.

    I have a shop whit two languages English and Spanish and a see only the box links in the english language no in the spanish, i think copy all files in the two diferent languages and i comprobate then and i think all is right.

    Any Ideas? Your help will be very aprecited.

    http://www.expomueble.es

    Thank you very much

    This should help:

    Just unzip the file, make sure to change the YOUR_TEMPLATE folders to match the name of your custom template (classic)

    upload the entire includes folder to your server.

    Attachment 4206
    Last edited by clydejones; 31 Dec 2009 at 02:32 AM.

  10. #10
    Join Date
    Nov 2006
    Location
    Sapin
    Posts
    44
    Plugin Contributions
    0

    Default Re: Link Manager 3.0 release

    Hello Clide:

    Thank you very much for you help and your time, i copy all files lñike you say me in the includes directory but sill the problem.

    I can't see the links box in the spanish language, i don't what is the problem.

    Another question. Can I install your module in my shop http://www.expomueble.es whit two languages althoug i traduce the spanish front?

    Thank You very much for you help.

 

 
Page 1 of 2 12 LastLast

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

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