MUlt1mate / cron-manager

A PHP cron task manager for MVC-type applications
MIT License
405 stars 70 forks source link

Caught an exception: mult1mate\crontab\TaskManagerException: class not found #21

Open josematheus10 opened 4 years ago

josematheus10 commented 4 years ago

Caught an exception: mult1mate\crontab\TaskManagerException: class *** not found

in Code Igniter:


$this->load->helper('path');
$this->controller_folder =  set_realpath(FCPATH . 'application/models');

in TasksController.php

MUlt1mate commented 4 years ago

How exactly this exception occurred? Did it happen when you tried to open task list or when the system tried to execute one?

josematheus10 commented 4 years ago

When trying to perform a task, I solved the problem as shown in the example. recommend that it be changed as I adjusted, thank you very much!