Zen Cart Logo
Forums / All Other Contributions/Addons / Testimonial Manager Support Thread

Testimonial Manager Support Thread

Views: 278,026

Results 361 to 380 of 1,502
16 Oct 2007, 12:26 PM
#361
clydejones avatar

clydejones

Deceased

Join Date:
Nov 2005
Location:
Colorado Springs, CO USA
Posts:
7,017
Plugin Contributions:
12

Testimonial Manager Support Thread

Butterfliege:

Sorry, the site is on my local system, so I can't give you a url.
Do you have any ideas?

It might be a database problem (use phpmyadmin and repair/optimize the database)

ZC version?

php version?

Try re-uploading a clean version of the following file to admin (sqlpatch.php)

16 Oct 2007, 7:23 PM
#362
butterfliege avatar

butterfliege

New Zenner

Join Date:
Oct 2007
Posts:
5
Plugin Contributions:
0

Re: Testimonial Manager Support Thread

ok, the database is checked/optimized/repaired, ans no error was found.

I re-uploaded the sqlpatch.php. And it still doesn't work.

ZC version 1.3.7-german

PHP version 5.2.1

16 Oct 2007, 7:27 PM
#363
kimsonvu avatar

kimsonvu

Zen Follower

Join Date:
Aug 2006
Location:
HCMC
Posts:
263
Plugin Contributions:
0

Re: Testimonial Manager Support Thread

clydejones:

It might be a database problem (use phpmyadmin and repair/optimize the database)

ZC version?

php version?

Try re-uploading a clean version of the following file to admin (sqlpatch.php)

Does this module have newest version? :smile:

Thanks you!

16 Oct 2007, 9:26 PM
#364
clydejones avatar

clydejones

Deceased

Join Date:
Nov 2005
Location:
Colorado Springs, CO USA
Posts:
7,017
Plugin Contributions:
12

Re: Testimonial Manager Support Thread

Butterfliege:

ok, the database is checked/optimized/repaired, ans no error was found.

I re-uploaded the sqlpatch.php. And it still doesn't work.

ZC version 1.3.7-german

PHP version 5.2.1

Without being able to see or access the site, I'm not sure what the problem might be.

17 Oct 2007, 11:12 AM
#365
butterfliege avatar

butterfliege

New Zenner

Join Date:
Oct 2007
Posts:
5
Plugin Contributions:
0

Re: Testimonial Manager Support Thread

I seems to be a problem with the german version of ZC. I have installed the english version on another pc, and there I could install the testimonial manager without any problems.
In the english version there is no language_id in the database, but in the german version you can find it. So it is no wonder that i always get an error report.

With some help of my husband the sql patch now runs without problems. But i have to use the english language in the german version of zc to see the menue of testimonial manager.

I hope you understand what I mean.

17 Oct 2007, 5:06 PM
#366
clydejones avatar

clydejones

Deceased

Join Date:
Nov 2005
Location:
Colorado Springs, CO USA
Posts:
7,017
Plugin Contributions:
12

Re: Testimonial Manager Support Thread

Butterfliege:

I seems to be a problem with the german version of ZC. I have installed the english version on another pc, and there I could install the testimonial manager without any problems.
In the english version there is no language_id in the database, but in the german version you can find it. So it is no wonder that i always get an error report.

With some help of my husband the sql patch now runs without problems. But i have to use the english language in the german version of zc to see the menue of testimonial manager.

I hope you understand what I mean.

Try the fix in this post that should give you multiple language support for Testimonial Manager

28 Oct 2007, 9:42 PM
#367
handcrafteduk avatar

handcrafteduk

Zen Follower

Join Date:
Jul 2006
Posts:
240
Plugin Contributions:
0

Re: Testimonial Manager Support Thread

Hi,

I'm having a small problem with the testimonial manager and was hoping someone could please help?

I am using the testimonial_image_update.zip that was posted on this forum. Now, when I go to https://www.handcrafteduk.com/testimonials_add.html the 'submit my feedback' link doesn't seem to work.

Can someone take a look and please let me know what's wrong?

Many thanks,

Gary :smile:

28 Oct 2007, 11:37 PM
#368
clydejones avatar

clydejones

Deceased

Join Date:
Nov 2005
Location:
Colorado Springs, CO USA
Posts:
7,017
Plugin Contributions:
12

Re: Testimonial Manager Support Thread

HandcraftedUK:

Hi,

I'm having a small problem with the testimonial manager and was hoping someone could please help?

I am using the testimonial_image_update.zip that was posted on this forum. Now, when I go to https://www.handcrafteduk.com/testimonials_add.html the 'submit my feedback' link doesn't seem to work.

Can someone take a look and please let me know what's wrong?

Many thanks,

Gary :smile:

Just did a test submission and didn't have any problems.

28 Oct 2007, 11:40 PM
#369
handcrafteduk avatar

handcrafteduk

Zen Follower

Join Date:
Jul 2006
Posts:
240
Plugin Contributions:
0

Re: Testimonial Manager Support Thread

Thanks Clyde. I was playing around with the site tonight and managed to sort it out. I had somehow managed to mess up the templates!

Thanks anyway.

Gary :smile:

30 Oct 2007, 6:24 AM
#371
clydejones avatar

clydejones

Deceased

Join Date:
Nov 2005
Location:
Colorado Springs, CO USA
Posts:
7,017
Plugin Contributions:
12

Re: Testimonial Manager Support Thread

kimsonvu:

Hi,

Can you tell me where to change the wide size ?

http://www.handicraft-vn.com/shop/testimonials_manager_all_testimonials.html

KIMSON

Thanks you .

I'm not sure why the following code is included in (some) your testimonials, but if you eliminate/delete it that should correct the problem.

 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>Untitled Document</title>
<style type="text/css">
<!--
.style1 {color: #FF0000}
-->
</style>
</head>

<body>

....

</body>

</html>

likewise I found this code snipit in the several places in the sidebox listing for testimonial manager

<html...
30 Oct 2007, 7:02 AM
#372
kimsonvu avatar

kimsonvu

Zen Follower

Join Date:
Aug 2006
Location:
HCMC
Posts:
263
Plugin Contributions:
0

Re: Testimonial Manager Support Thread

clydejones:

I'm not sure why the following code is included in (some) your testimonials, but if you eliminate/delete it that should correct the problem.

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> <title>Untitled Document</title> <style type="text/css"> <!-- .style1 {color: #FF0000} --> </style> </head> <body>

....

</body> </html> ``` > > likewise I found this code snipit in the several places in the sidebox listing for testimonial manager > > ``` <html... ```

I do not understand this! What file i need to change?

KIMSON

Thanks you.

30 Oct 2007, 8:16 AM
#373
clydejones avatar

clydejones

Deceased

Join Date:
Nov 2005
Location:
Colorado Springs, CO USA
Posts:
7,017
Plugin Contributions:
12

Re: Testimonial Manager Support Thread

kimsonvu:

I do not understand this! What file i need to change?

KIMSON

Thanks you.

How were the testimonials entered? From the admin panel? Looks like you cut and pasted some of them.

Testimonials are stored in the database.

You'll have to go into the admin -> tools -> testimonial manager and edit each testimonial and remove those sections of code.

30 Oct 2007, 8:46 AM
#374
kimsonvu avatar

kimsonvu

Zen Follower

Join Date:
Aug 2006
Location:
HCMC
Posts:
263
Plugin Contributions:
0

Re: Testimonial Manager Support Thread

Please check image in this post to know my means in width size!

KIMSON

Thanks you.

30 Oct 2007, 9:22 AM
#375
clydejones avatar

clydejones

Deceased

Join Date:
Nov 2005
Location:
Colorado Springs, CO USA
Posts:
7,017
Plugin Contributions:
12

Re: Testimonial Manager Support Thread

kimsonvu:

Please check image in this post to know my means in width size!

KIMSON

Thanks you.

I checked your site, so I know what you mean by the width size.

And as I said, you need to correct the errors I pointed out before anything else can be done.

30 Oct 2007, 1:56 PM
#376
surf7_net avatar

surf7_net

New Zenner

Join Date:
Aug 2007
Posts:
35
Plugin Contributions:
0

Re: Testimonial Manager Support Thread

Dear developer of this excellent mod,

Just wanna inform you that the included installation sql patch will delete configuration_key with configuration_group_id = 0

The effected keys are

PRODUCTS_OPTIONS_TYPE_SELECT
UPLOAD_PREFIX
TEXT_PREFIX

Deletion of above keys will effect the proper functionality of Zen Cart.

30 Oct 2007, 4:14 PM
#377
clydejones avatar

clydejones

Deceased

Join Date:
Nov 2005
Location:
Colorado Springs, CO USA
Posts:
7,017
Plugin Contributions:
12

Re: Testimonial Manager Support Thread

surf7.net:

Dear developer of this excellent mod,

Just wanna inform you that the included installation sql patch will delete configuration_key with configuration_group_id = 0

The effected keys are

PRODUCTS_OPTIONS_TYPE_SELECT
UPLOAD_PREFIX
TEXT_PREFIX

Deletion of above keys will effect the proper functionality of Zen Cart.

Thank you, I'll make changes to the install sql patch.

For those already using Testimonial Manager, the following will correct this issue.

copy and paste the code into admin -> tools -> install sql patches and click the send button.

INSERT INTO `configuration` VALUES (NULL, 'Product option type Select', 'PRODUCTS_OPTIONS_TYPE_SELECT', '0', 'The number representing the Select type of product option.', 0, NULL, '2006-09-04 09:22:39', '2006-09-04 09:22:39', NULL, NULL);
INSERT INTO `configuration` VALUES (NULL, 'Upload prefix', 'UPLOAD_PREFIX', 'upload_', 'Prefix used to differentiate between upload options and other options', 0, NULL, '2006-09-04 09:22:39', '2006-09-04 09:22:39', NULL, NULL);
INSERT INTO `configuration` VALUES (NULL, 'Text prefix', 'TEXT_PREFIX', 'txt_', 'Prefix used to differentiate between text option values and other option values', 0, NULL, '2006-09-04 09:22:39', '2006-09-04 09:22:39', NULL, NULL);
2 Nov 2007, 7:14 PM
#378
kiddo avatar

kiddo

Totally Zenned

Join Date:
Jul 2006
Location:
SF Bay Area
Posts:
837
Plugin Contributions:
1

Re: Testimonial Manager Support Thread

The newest release no longer has the YOUR_TEMPLATE dir to rename. Only classic. Is the proper install procedure to rename 'classic' to your custom template dir?

Thank you.

3 Nov 2007, 2:06 AM
#379
clydejones avatar

clydejones

Deceased

Join Date:
Nov 2005
Location:
Colorado Springs, CO USA
Posts:
7,017
Plugin Contributions:
12

Re: Testimonial Manager Support Thread

kiddo:

The newest release no longer has the YOUR_TEMPLATE dir to rename. Only classic. Is the proper install procedure to rename 'classic' to your custom template dir?

Thank you.

Sorry 'bout that error.

The answer is yes change "classic" to match the name of your template folder.

I'll correct this and add an update to the download section.

Thanks

3 Nov 2007, 2:42 AM
#380
kiddo avatar

kiddo

Totally Zenned

Join Date:
Jul 2006
Location:
SF Bay Area
Posts:
837
Plugin Contributions:
1

Re: Testimonial Manager Support Thread

Thanks Clydejones! I suspected that, but wasn't sure. And thanks much for a great contrib! I love it!