Results 1 to 10 of 1501

Hybrid View

  1. #1
    Join Date
    Dec 2011
    Posts
    92
    Plugin Contributions
    0

    Default Re: Testimonial Manager Support Thread

    Quote Originally Posted by countrycharm View Post
    Your problem is with the /includes/functions/testimonials.php. Check and make sure the file uploaded correctly and it is the right file-size. I know that is the only file which could be causing you the trouble unless like Diva said you have another add on casing it.
    Hi CountryCharm,

    Thanks for your response. I have re-checked the file and it has uploaded correctly. These are the contents of the file:

    <?php
    /**
    * Testimonials Manager
    *
    * @package Template System
    * @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.5.2 4-16-2010 Clyde Jones $
    */

    function zen_db_insert_id() {
    return mysql_insert_id();
    }
    //EOF

    As mentioned in my post above, the only other file within my store that has the same function as testimonials.php is admin/includes/functions/database.php

    Have no idea why it's not working for me unfortunately, so I guess I am just going to have to do without this add on.

    Thank you for your help though

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

    Default Re: Testimonial Manager Support Thread

    Quote Originally Posted by OLCS View Post
    Hi CountryCharm,

    Thanks for your response. I have re-checked the file and it has uploaded correctly. These are the contents of the file:

    <?php
    /**
    * Testimonials Manager
    *
    * @package Template System
    * @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.5.2 4-16-2010 Clyde Jones $
    */

    function zen_db_insert_id() {
    return mysql_insert_id();
    }
    //EOF

    As mentioned in my post above, the only other file within my store that has the same function as testimonials.php is admin/includes/functions/database.php

    Have no idea why it's not working for me unfortunately, so I guess I am just going to have to do without this add on.

    Thank you for your help though
    I don't have a clue why it is not working for you. If everything uploaded correctly and is in there rightful place making sure you have renamed the YOUR_TEMPLATE folder to your custom folder name and the admin folder name to yours it should work with no problem. Sorry you couldn't get it to work for you.
    Is your site Upgraded to the current version 1.5.4 Yet?
    zencart-upgrades-website-installation

  3. #3
    Join Date
    Sep 2012
    Posts
    9
    Plugin Contributions
    0

    Default Re: Testimonial Manager Support Thread

    Hi I am wondering if there is a way to edit the Testimonial Manager to only show on the main page, as it is out of alignment on my other pages.
    Thanks

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

    Default Re: Testimonial Manager Support Thread

    Quote Originally Posted by AmandaS View Post
    Hi I am wondering if there is a way to edit the Testimonial Manager to only show on the main page, as it is out of alignment on my other pages.
    Thanks
    It always a good idea to show a link to your site so we can see the problem you are having.
    Is your site Upgraded to the current version 1.5.4 Yet?
    zencart-upgrades-website-installation

  5. #5
    Join Date
    Sep 2012
    Posts
    9
    Plugin Contributions
    0

    Default Re: Testimonial Manager Support Thread


  6. #6
    Join Date
    Jan 2007
    Location
    Los Angeles, California, United States
    Posts
    10,021
    Plugin Contributions
    32

    Default Re: Testimonial Manager Support Thread

    Quote Originally Posted by AmandaS View Post
    Hi I am wondering if there is a way to edit the Testimonial Manager to only show on the main page, as it is out of alignment on my other pages.
    Thanks
    Quote Originally Posted by AmandaS View Post
    Okay.. so what EXACTLY is your "alignment"issue??? Please don't take this wrong, but you've provided very little information, and we cannot know what it is you are having issues with without DETAILS.. So far looking at your page I have NO IDEA what the issue is you are reporting..
    My Site - Zen Cart & WordPress integration specialist
    I don't answer support questions via PM. Post add-on support questions in the support thread. The question & the answer will benefit others with similar issues.

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

    Default Re: Testimonial Manager Support Thread

    Quote Originally Posted by AmandaS View Post

    Quote Originally Posted by DivaVocals View Post
    Okay.. so what EXACTLY is your "alignment"issue??? Please don't take this wrong, but you've provided very little information, and we cannot know what it is you are having issues with without DETAILS.. So far looking at your page I have NO IDEA what the issue is you are reporting..
    You have another problem also. If I go to Accesories and go to any other category in Accesories I get a blank page in my browser. If I go to Hair Repair, or Hair Accessories Categories I get a blank page. You need to find and fix these problem also. Testimonial Manager is not out of alignment on any other page I can see. You may have left out a file or didn't upload files to there correct directory because when I click Add A Testimonial I get a blank page.
    Is your site Upgraded to the current version 1.5.4 Yet?
    zencart-upgrades-website-installation

  8. #8
    Join Date
    Sep 2012
    Posts
    9
    Plugin Contributions
    0

    Default Re: Testimonial Manager Support Thread

    I am sorry, I am new to posting, and I appreciate the patience, Thank YOU very much! Alignment, what I meant for example was like when you go to hair systems you will see testimonials is at the bottom all the way to the left.
    I am going to re-upload all files to see if I missed one and if that kills BOTH of MY issues.

  9. #9
    Join Date
    Jan 2007
    Location
    Los Angeles, California, United States
    Posts
    10,021
    Plugin Contributions
    32

    Default Re: Testimonial Manager Support Thread

    I have this working on a client site.. I will look to see which file this function shows up in (I kept calling is a class incorrectly..) You cannot declare it twice which is why you are getting the error.. I'll let you know what I find..

    Quote Originally Posted by OLCS View Post
    Hi CountryCharm,

    Thanks for your response. I have re-checked the file and it has uploaded correctly. These are the contents of the file:

    <?php
    /**
    * Testimonials Manager
    *
    * @package Template System
    * @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.5.2 4-16-2010 Clyde Jones $
    */

    function zen_db_insert_id() {
    return mysql_insert_id();
    }
    //EOF

    As mentioned in my post above, the only other file within my store that has the same function as testimonials.php is admin/includes/functions/database.php

    Have no idea why it's not working for me unfortunately, so I guess I am just going to have to do without this add on.

    Thank you for your help though
    My Site - Zen Cart & WordPress integration specialist
    I don't answer support questions via PM. Post add-on support questions in the support thread. The question & the answer will benefit others with similar issues.

  10. #10
    Join Date
    Dec 2011
    Posts
    92
    Plugin Contributions
    0

    Default Re: Testimonial Manager Support Thread

    Thank you to you both for all your help. I really do appreciate it.

 

 

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