Results 1 to 10 of 1501

Hybrid View

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

    Default Re: Testimonial Manager 1.3.7

    Quote Originally Posted by chris parker View Post
    ATT: CLYDE.

    I think I've fixed it now.

    In includes>>>extra_datafiles>>>testimonials_manager.php

    the following appears at line 13 :

    define('FILENAME_TESTIMONIALS_MANAGER', 'testimonials_manager.php');
    ?>

    which I have edited to state:

    define('FILENAME_TESTIMONIALS_MANAGER', 'testimonials_manager');
    ?>

    and it seems to have done the trick.

    I just hope it doesn't bugger up anything else! :)
    That's very strange, The version of testimonials manager in the downloads section contains the correct define statement in includes/extra_datafiles

    In any case I'm glad you got it working.

  2. #2
    Join Date
    Dec 2007
    Posts
    61
    Plugin Contributions
    0

    Default Re: Testimonial Manager 1.3.7

    Quote Originally Posted by clydejones View Post
    That's very strange, The version of testimonials manager in the downloads section contains the correct define statement in includes/extra_datafiles

    In any case I'm glad you got it working.
    Hi Clyde,
    I've just downloaded a new copy, and the problem remains the same. Perhaps you might check?

    As you open up the zip file, new_installation>>>>admin>>>>includes>>>>extra_datafiles>>>>testimonials_manager .php

    you will find the code above. Since correcting it the module works on my site.

    And since you helped me upload the CSS file, it even looks nice too.

    Thanks for providing what looks like it might be a really useful mod for my site. (I didn't realise you were the author of the mod until I checked just now).


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

    Default Re: Testimonial Manager 1.3.7

    Quote Originally Posted by chris parker View Post
    Hi Clyde,
    I've just downloaded a new copy, and the problem remains the same. Perhaps you might check?

    As you open up the zip file, new_installation>>>>admin>>>>includes>>>>extra_datafiles>>>>testimonials_manager .php

    you will find the code above. Since correcting it the module works on my site.

    And since you helped me upload the CSS file, it even looks nice too.

    Thanks for providing what looks like it might be a really useful mod for my site. (I didn't realise you were the author of the mod until I checked just now).

    Here's the contents of the file from a new download of the mod from the forum downloads section:

    PHP Code:
    <?php
    /**
     * Testimonials Manager - Filename Defines
     *
     * @package Pages
     * @copyright 2007 Clyde Jones
     * @copyright Portions Copyright 2003-2007 Zen Cart Development Team
     * @license http://www.zen-cart.com/license/2_0.txt GNU Public License V2.0
     * @version $Id: Testimonials_Manager.php v1.4.3.1 7-25-2007 Clyde Jones $
     */

      
    define('FILENAME_TESTIMONIALS_MANAGER''testimonials_manager');
      
    define('FILENAME_TESTIMONIALS_MANAGER_ALL''testimonials_manager_all_testimonials');
      
    define('FILENAME_TESTIMONIALS_ADD''testimonials_add');
      
      
    define('FILENAME_DEFINE_TESTIMONIALS_ADD''define_testimonials_add');

      
    define('TABLE_TESTIMONIALS_MANAGER'DB_PREFIX 'testimonials_manager');
    ?>

  4. #4
    Join Date
    Dec 2007
    Posts
    61
    Plugin Contributions
    0

    Default Re: Testimonial Manager 1.3.7

    Hi Clyde,
    That's not the file I changed. I believe that file is from:

    \new_installation\includes\extra_datafiles\testimonials_manager_filenames.php

    The file I had had to edit is this one:

    \new_installation\admin\includes\extra_datafiles\testimonials_manager.php

    It might just be my server settings though because nobody else seems to have this problem.

    Chris. :)

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

    Default Re: Testimonial Manager 1.3.7

    Quote Originally Posted by chris parker View Post
    Hi Clyde,
    That's not the file I changed. I believe that file is from:

    \new_installation\includes\extra_datafiles\testimonials_manager_filenames.php

    The file I had had to edit is this one:

    \new_installation\admin\includes\extra_datafiles\testimonials_manager.php

    It might just be my server settings though because nobody else seems to have this problem.

    Chris. :)
    that file shouldn't effect the functioning of the mod on the "store" side. It would effect the functioning of things on the admin side though.

  6. #6
    Join Date
    May 2005
    Location
    England
    Posts
    740
    Plugin Contributions
    0

    Default Re: Testimonial Manager 1.3.7

    Hello Clyde,

    Yeah sorry about that, I have regained my senses and found the right thread! ha.
    Basically, I get this error after I run the upgrade to update my existing testimonial manager install. I renamed template folders and made sure my files uploaded. I have experienced similar thing before and I don't know if it is to do with prefix. The SQL passed through perfectly though.

    1054 Unknown column 'language_id' in 'where clause'
    in:
    [select testimonials_id, testimonials_image, testimonials_title, testimonials_html_text, date_added from zen_testimonials_manager where status = 1 and language_id = 1 order by rand(), testimonials_title limit 5]
    Thanks in advance!

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

    Default Re: Testimonial Manager 1.3.7

    Quote Originally Posted by HeathenMagic View Post
    Hello Clyde,

    Yeah sorry about that, I have regained my senses and found the right thread! ha.
    Basically, I get this error after I run the upgrade to update my existing testimonial manager install. I renamed template folders and made sure my files uploaded. I have experienced similar thing before and I don't know if it is to do with prefix. The SQL passed through perfectly though.



    Thanks in advance!
    run this sql statement.

    copy and paste into:

    admin -> tools -> install sql patches and click the send button

    Code:
    ALTER TABLE `testimonials_manager` ADD `language_id` INT( 11 ) NOT NULL DEFAULT '0' AFTER `testimonials_id` ;

 

 

Similar Threads

  1. v150 Testimonial Manager Support Thread (for ZC v1.5.x)
    By countrycharm in forum All Other Contributions/Addons
    Replies: 262
    Last Post: 26 Jun 2025, 10:42 AM
  2. Link Manager 3.0 Support Thread
    By clydejones in forum Addon Sideboxes
    Replies: 1987
    Last Post: 6 Aug 2021, 02:56 PM
  3. Poll Manager Support Thread
    By boudewijn in forum Addon Sideboxes
    Replies: 148
    Last Post: 27 Jan 2016, 09:53 AM
  4. Empty Cart Manager [support thread]
    By Steven300 in forum All Other Contributions/Addons
    Replies: 49
    Last Post: 26 May 2010, 10:26 AM
  5. [Support Thread] Simple Video Manager
    By yellow1912 in forum All Other Contributions/Addons
    Replies: 6
    Last Post: 1 Nov 2008, 02:44 PM

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