Quote Originally Posted by clydejones View Post
open includes/extra_datafiles/testimonials_manager_filenames.php

Make sure the define statements match the ones listed below.

define('FILENAME_TESTIMONIALS_MANAGER', 'testimonials_manager');
define('FILENAME_TESTIMONIALS_MANAGER_ALL', 'display_all_testimonials');
define('FILENAME_TESTIMONIALS_ADD', 'testimonials_add');

define('FILENAME_DEFINE_TESTIMONIALS_ADD', 'define_testimonials_add');

define('TABLE_TESTIMONIALS_MANAGER', DB_PREFIX . 'testimonials_manager');
The problem is that the "Read More" link is this:
http://www.paperbliss.ca/index.php?m...onials_manager.php&testimonials_id=3

And it should be this:
http://www.paperbliss.ca/index.php?m...timonials_id=3

For some reason, ".php" is getting added to the end of "testimonials_manager".

Any ideas on how to fix this?

Thanks!