ctnadovich / randowizard

Randonneuring.org web application
GNU Affero General Public License v3.0
0 stars 1 forks source link

Attempt to read property "model_parando" on null when generateing brevet card outside (single blank) #12

Closed smkeesle closed 8 months ago

smkeesle commented 8 months ago

When I clicked "brevet card outside (single blank)" from https://randonneuring.org/index.php/route_manager/932007-62 I received the following:

Exception Libraries/Brevetcard.php(390)

Attempt to read property "model_parando" on null Backtrace

/var/www/html/randonneuring.org/ci/app/Controllers/BaseController.php:156 App\Controllers\BaseController::die_message() /var/www/html/randonneuring.org/ci/app/Controllers/Generate.php:76 App\Controllers\BaseController::die_exception() /var/www/html/randonneuring.org/ci/vendor/codeigniter4/framework/system/CodeIgniter.php:934 App\Controllers\Generate::generate() /var/www/html/randonneuring.org/ci/vendor/codeigniter4/framework/system/CodeIgniter.php:499 CodeIgniter\CodeIgniter::runController() /var/www/html/randonneuring.org/ci/vendor/codeigniter4/framework/system/CodeIgniter.php:368 CodeIgniter\CodeIgniter::handleRequest() /var/www/html/randonneuring.org/ci/public/index.php:67 CodeIgniter\CodeIgniter::run()

smkeesle commented 8 months ago

This is a new route I entered. It isn't published yet, so there are no riders.

ctnadovich commented 8 months ago

Fixed