I have a problem with sitemonitor after renaming the admin directory and editing the config file as follows:-
define('DIR_WS_ADMIN', '/renamed_admin_directory/');
define('DIR_FS_ADMIN', '/your/path/to/directory/renamed_admin_directory/');
Now the Configuration Control panel does not read the data from sitemonitor_configure that was previously stored there. Or from the original file after reloading all sitemonitor files
Additionally when I push the 4th button in sitemonitor is gives and error message
!!! Could not open the Configure file !!!
I assume that somehow the sitemonitor files are not taking the address of the admin directory from the above two places in the renamed_admin/includes/configure.php file
can anyone suggest