-
Uncaught TypeError: Argument 1 passed to Kohana_Kohana_Exception::handler() must be an instance of Exception, instance of Error given in /data/wwwroot/default/hustoj/system/classes/Kohana/Kohana/Exce…
-
Messages that occur before a redirect are never displayed and messages that occur on pages after a redirect are displayed twice.
so if we have
//controller 1
fire::log("redirecting");
Request::instan…
-
Is the 3.2/develop branch usable ? :)
rafi updated
12 years ago
-
Does it work with Kohana 3.3 and support ORM Relationships?
-
This system as it stands now does not work 100% in Kohana 3.2. ANY and ALL functions that receive parameters must be upgraded to include $p1 = $this->request->param(); otherwise any passed…
-
Example: $config = Kohana::$config->load('database')->$name;
Ohanaze still use Kohana? I thought that this will be separate project, no Kohana dependency (like the website says, dependency free). So …
-
[Kohana](https://kohanaframework.org/) is a depracted PHP framework (2016 Jul 25) that we use.
We should determine if we need to update to their "latest" (many years old), or find something more-ap…
-
kohana-for-worfpress.php:
function kohana_the_content_filter($content)
add at the start:
$myerrorLevel = error_reporting();
add at the end:
error_reporting($myerrorLevel);
restore_error_handler();
…
-
I installed pnp4nagios 0.6.26 on Rocky Linux 8.10. PHP 8.1.30, I adjusted the install.php, and it seems to have passed the [pnp4nagios environment test,](https://meee.com.tw/liTGm79)
but after re…
-
Hi,
Is there any documentation for using this in Kohana 3. I have followed what's on the Wiki but it doesn't work.
I also had to update the Kohana::config lines to use Kohana::$config->load() instea…