App 500 errors when Model_* doesnt exist when it is used in a View #1
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Commit deon/lnkohana@31b9d9 introduced the ability to have a Model_DEFAULT, however, if a view uses the model (potentially by using Table), the server errors with a 500.
Some output is rendered, but nothing in the apache log or the application log.
Added ~7 label
Work around is to define the Model_ file for the table.
It appears to bomb out when
class_exist('Controller_Search')
, which currently is used in page.php. The problem must be in the autoload routine.mentioned in commit ibm/butterfly@e201527490
Status changed to closed