I'm getting below error...I'm not sure what this means as I have included helper file in the view file...
Missing Helper File
Error: The helper file track/views/helpers/request_handler.php can not be found or does not exist.
Error: Create the class below in file: track/views/helpers/request_handler.php
<?php
class RequestHandlerHelper extends AppHelper {
}
?>
If you can let me know what this means that would be appreciated!
Thank you. Jae
config/bootstrap.php
, can you share? I was thinking you might have configured the "additional paths" wrongly, or whatever. The path start with "track" seems like either you have your bootstrap modified, or cake is trying to look for an helper in a plugin, hmm. - Lionel Chan