Quote Originally Posted by chris parker View Post
ATT: CLYDE.

I think I've fixed it now.

In includes>>>extra_datafiles>>>testimonials_manager.php

the following appears at line 13 :

define('FILENAME_TESTIMONIALS_MANAGER', 'testimonials_manager.php');
?>

which I have edited to state:

define('FILENAME_TESTIMONIALS_MANAGER', 'testimonials_manager');
?>

and it seems to have done the trick.

I just hope it doesn't bugger up anything else! :)
That's very strange, The version of testimonials manager in the downloads section contains the correct define statement in includes/extra_datafiles

In any case I'm glad you got it working.