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