paperbliss:
sorry —##i didn't find any error log files. i checked my cache folder (located outside my admin folder), i also went to admin/config/testimonial manager in zencart, but (this may sound stupid but i'm new) there was no error log there...
i'm completely lost, and have no idea what to do.
paperbliss:
i don't knwo if this helps, but clicking on an individual testimonial in the sidebar brings me to this url:
http://www.paperbliss.ca/index.php?main_page=testimonials_manager.php&testimonials_id=3
which gives me the 404.... however clicking on "view all testimonials" brings me to this url:
http://www.paperbliss.ca/index.php?main_page=display_all_testimonials
which works fine...
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');