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