Page 7 of 27 FirstFirst ... 5678917 ... LastLast
Results 61 to 70 of 262
  1. #61
    Join Date
    Jan 2007
    Location
    Los Angeles, California, United States
    Posts
    10,021
    Plugin Contributions
    32

    Default Re: Testimonial Manager Support Thread (for ZC v1.5.x)

    Quote Originally Posted by amandavz View Post
    Please see "red" area up top. When I change that (and leave the quotes in tact) the entire site goes to a blank white page. If I reload the original file, the site is restored. There is something about this file that is not letting my customize the text. I hope this clarifies the issue I'm having a bit better. Thanks for your help.
    and when "the entire site goes to a blank white page" there would have been an error log which would tell you what the issue is.. What did the error log say???
    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.

  2. #62
    Join Date
    Mar 2009
    Location
    Crockett, Texas
    Posts
    139
    Plugin Contributions
    0

    Default Re: Testimonial Manager Support Thread (for ZC v1.5.x)

    Here is the error I am getting:

    [28-Oct-2013 09:08:21 America/Denver] PHP Parse error: syntax error, unexpected ''<p>Your testimonial will be a' (T_ENCAPSED_AND_WHITESPACE) in /home3/studirj5/public_html/shop/includes/languages/english/extra_definitions/pure_blue_free/testimonials_manager_defines.php on line 30

    I'm not sure what that all means.

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

    Default Re: Testimonial Manager Support Thread (for ZC v1.5.x)

    Quote Originally Posted by amandavz View Post
    Okay...I am trying to change the testimonials_manager_defines.php in the extra definitions folder. This is what it looks like:

    <?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 $
    */

    define('BOX_HEADING_TESTIMONIALS_MANAGER', 'Testimonials');
    define('TESTIMONIALS_MANAGER_DISPLAY_ALL_TESTIMONIALS', 'View All Testimonials');
    define('TESTIMONIALS_BY', 'Testimonial By: '); --> I am trying to change this to read: Project Submitted By
    define('TESTIMONIALS_MANAGER_ADD_TESTIMONIALS', 'Add A Testimonial');

    //Button Defines
    define('BUTTON_IMAGE_TESTIMONIALS', 'button_testimonials.gif');
    define('BUTTON_TESTIMONIALS_ADD_ALT', 'Add My Testimonial');
    define('BUTTON_IMAGE_SUBMIT_TESTIMONIALS', 'button_submit_testimonials.gif');
    define('BUTTON_TESTIMONIALS_SUBMIT_ALT', 'Submit My Testimonial');
    define('BUTTON_IMAGE_VIEW_TESTIMONIALS', 'button_view_testimonials.gif');
    define('BUTTON_VIEW_TESTIMONIALS_ALT', 'View All Testimonials');

    define('CITY_STATE_SEPARATOR', ',&nbsp;');
    define('NAME_SEPARATOR', '&nbsp;&mdash;&nbsp;');
    define('TESTIMONIALS_MANAGER_READ_MORE', 'Read More ->');

    define('TESTIMONIALS_SUBMIT_THANKS', '<h3>Thank you for submitting a testimonial!</h3>');
    define('TESTIMONIALS_SUBMIT_MESSAGE', '<p>Your testimonial will be actived as soon as our store manager reviews it.## If you have any questions regarding your testimonial, please contact us.</p><br /><h4>Thanks Again, we look forward to serving you in the future.</h4>');
    //EOF

    Please see "red" area up top. When I change that (and leave the quotes in tact) the entire site goes to a blank white page. If I reload the original file, the site is restored. There is something about this file that is not letting my customize the text. I hope this clarifies the issue I'm having a bit better. Thanks for your help.
    For one thing your not running the current version of Testimonial Manager. Looks like you are still running v1.5.2 4 and the current version is v1.5.4. Regardless of that the change you want to make will work with no problems at all. There something else wrong causing your issue. You can see that the file you were showed that you were was having a issue is clearly working here. I have my Testimonial Manager set up to show reviews instead.
    Is your site Upgraded to the current version 1.5.4 Yet?
    zencart-upgrades-website-installation

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

    Default Re: Testimonial Manager Support Thread (for ZC v1.5.x)

    Quote Originally Posted by countrycharm View Post
    For one thing your not running the current version of Testimonial Manager. Looks like you are still running v1.5.2 4 and the current version is v1.5.4. Regardless of that the change you want to make will work with no problems at all. There something else wrong causing your issue. You can see that the file you were showed that you were was having a issue is clearly working here. I have my Testimonial Manager set up to show reviews instead.
    I agree.. I made the same change using the latest version of Testimonials Manager and had no issues either. Here's my code:
    Code:
    <?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.4
     */
    
    define('BOX_HEADING_TESTIMONIALS_MANAGER', 'Testimonials');
    define('TESTIMONIALS_MANAGER_DISPLAY_ALL_TESTIMONIALS', 'View All Testimonials');
    define('TESTIMONIALS_BY', 'Project Submitted By: ');
    define('TESTIMONIALS_MANAGER_ADD_TESTIMONIALS', 'Add A Testimonial');
    
    //Button Defines
    define('BUTTON_IMAGE_TESTIMONIALS', 'button_testimonials.gif');
    define('BUTTON_TESTIMONIALS_ADD_ALT', 'Add My Testimonial');
    define('BUTTON_IMAGE_SUBMIT_TESTIMONIALS', 'button_submit_testimonials.gif');
    define('BUTTON_TESTIMONIALS_SUBMIT_ALT', 'Submit My Testimonial');
    define('BUTTON_IMAGE_VIEW_TESTIMONIALS', 'button_view_testimonials.gif');
    define('BUTTON_VIEW_TESTIMONIALS_ALT', 'View All Testimonials');
    
    define('CITY_STATE_SEPARATOR', ',&nbsp;');
    define('NAME_SEPARATOR', '&nbsp;&mdash;&nbsp;');
    define('TESTIMONIALS_MANAGER_READ_MORE', 'Read More ->');
    
    define('TESTIMONIALS_SUBMIT_THANKS', '<h3>Thank you for submitting a testimonial!</h3>');
    define('TESTIMONIALS_SUBMIT_MESSAGE', '<p>Your testimonial will be actived as soon as our store manager reviews it.  If you have any questions regarding your testimonial, please contact us.</p><br /><h4>Thanks Again, we look forward to serving you in the future.</h4>');
    //EOF
    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.

  5. #65
    Join Date
    Jul 2012
    Posts
    16,798
    Plugin Contributions
    17

    Default Re: Testimonial Manager Support Thread (for ZC v1.5.x)

    Quote Originally Posted by amandavz View Post
    Here is the error I am getting:

    [28-Oct-2013 09:08:21 America/Denver] PHP Parse error: syntax error, unexpected ''<p>Your testimonial will be a' (T_ENCAPSED_AND_WHITESPACE) in /home3/studirj5/public_html/shop/includes/languages/english/extra_definitions/pure_blue_free/testimonials_manager_defines.php on line 30

    I'm not sure what that all means.
    Quote Originally Posted by DivaVocals View Post
    I agree.. I made the same change using the latest version of Testimonials Manager and had no issues either.
    Code:
    define('TESTIMONIALS_SUBMIT_MESSAGE', '<p>Your testimonial will be actived as soon as our store manager reviews it.  If you have any questions regarding your testimonial, please contact us.</p><br /><h4>Thanks Again, we look forward to serving you in the future.</h4>');
    To answer the unasked question about the error message you received, if you compare the code above with what you posted, you will notice that the two pound signs are missing. Also, the error message indicated that line 30 of that file had a problem. I'm not sure why it manifests only after making a change, but itseems to me that the two previous poster's suggestion of upgrading to the current version (although, and I have not downloaded the recent version before stating this, it could be possible that the file version # in the file itself has not been updated to reflect the current version, but there was definitely a difference in line 30 of the code). Updating the version # is up to the code author, and depending on the philosophy, may only be updated when a change is made to that file, there are some that would update all files to reflect the most recent version, and then there are those that won't change it at all.

    Hopefully though, you now have a better understanding about how to find, troubleshoot, and report the problem maker.
    ZC Installation/Maintenance Support <- Site
    Contribution for contributions welcome...

  6. #66
    Join Date
    Mar 2009
    Location
    Crockett, Texas
    Posts
    139
    Plugin Contributions
    0

    Default Re: Testimonial Manager Support Thread (for ZC v1.5.x)

    Okay...thanks for everyone's help. I will install the newer version and if I run into any snags...I'll be back!!! LOL...Thanks :)

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

    Default Re: Testimonial Manager Support Thread (for ZC v1.5.x)

    Quote Originally Posted by amandavz View Post
    Okay...thanks for everyone's help. I will install the newer version and if I run into any snags...I'll be back!!! LOL...Thanks :)
    The newest version is only for v1.5.x.. If you are running v1.3.9, the latest version will not work..
    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.

  8. #68
    Join Date
    Mar 2009
    Location
    Crockett, Texas
    Posts
    139
    Plugin Contributions
    0

    Default Re: Testimonial Manager Support Thread (for ZC v1.5.x)

    Hi Again everyone...well here's what I discovered. I am installing a new cart for someone using the Testimonial Manager once again as a project gallery and ran into the same problem. BUT...I figured out that if you modify the file and then upload it it allows me to do what I want.

    To refresh...I was trying to change the Testimonial By: area to read Project Submitted By: and when I would change the testimonials_manager_defines.php in the includes/languages/english/extra_definitions/mycustomtemplate the entire store would disappear to a white screen.

    I just changed the file and re-uploaded it and it's working fine and doing what I want. Thanks everyone for all your help.

    BTW - The new install was done with the latest version of TM and still gave me the same problem.

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

    Default Re: Testimonial Manager Support Thread (for ZC v1.5.x)

    Quote Originally Posted by amandavz View Post
    Hi Again everyone...well here's what I discovered. I am installing a new cart for someone using the Testimonial Manager once again as a project gallery and ran into the same problem. BUT...I figured out that if you modify the file and then upload it it allows me to do what I want.

    To refresh...I was trying to change the Testimonial By: area to read Project Submitted By: and when I would change the testimonials_manager_defines.php in the includes/languages/english/extra_definitions/mycustomtemplate the entire store would disappear to a white screen.

    I just changed the file and re-uploaded it and it's working fine and doing what I want. Thanks everyone for all your help.

    BTW - The new install was done with the latest version of TM and still gave me the same problem.
    So let me get this straight.. You modified the file locally then FTPd it to your site and it worked.. Before that you were trying to modify the file directly from what??? your hosts file manager??? your FTP tool?? Some WYSIWYG Editor you are using??? WHAT??

    In any case it sounds like the issue (as I suspected) was NEVER this module, but something you were doing which caused the issue.. the question is what..
    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. #70
    Join Date
    Jul 2007
    Posts
    2,169
    Plugin Contributions
    16

    Default Re: Testimonial Manager Support Thread (for ZC v1.5.x)

    Quote Originally Posted by DivaVocals View Post
    So let me get this straight.. You modified the file locally then FTPd it to your site and it worked.. Before that you were trying to modify the file directly from what??? your hosts file manager??? your FTP tool?? Some WYSIWYG Editor you are using??? WHAT??

    In any case it sounds like the issue (as I suspected) was NEVER this module, but something you were doing which caused the issue.. the question is what..
    I thought I was going insane for a minute trying to figure out why it wasn't working on there site. Yes your conclusion sounds about right.
    Is your site Upgraded to the current version 1.5.4 Yet?
    zencart-upgrades-website-installation

 

 
Page 7 of 27 FirstFirst ... 5678917 ... LastLast

Similar Threads

  1. Link Manager 3.0 Support Thread
    By clydejones in forum Addon Sideboxes
    Replies: 1987
    Last Post: 6 Aug 2021, 02:56 PM
  2. Testimonial Manager Support Thread
    By clydejones in forum All Other Contributions/Addons
    Replies: 1500
    Last Post: 4 Feb 2021, 04:12 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

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