-
I run tests and got this error:
Notice: Undefined index: _SERVER in /usr/share/pear/PHPUnit/Util/Filter.php on line 69
Full output dump:
phpunit --bootstrap=modules/unittest/bootstrap.php modules/un…
-
I'm run it on big project on Kohana Framework 3.2. And have this error.
```
vendor/bin/yuml-php classes application/
[RuntimeException]
No Request built …
-
При попытке использовать модуль в Kohana 3.3 получаю массу ошибок: undefined variable $test во вьюхе error, передача multibyte sequence в htmlspecialchars и т.д.
Можно ли обновить модуль под последнюю…
-
[2012-02-22 11:16:18] LoginCept.php.INFO: # FAILED # [] []
[2012-02-22 11:16:18] LoginCept.php.INFO: PASSED [] []
[2012-02-22 11:16:45] LoginCept.php.INFO: am on page "/admin/login" [] []
[2012-02-22 …
-
Several month ago, overriding class(such as URL) is easy.
Creating a class named URL that extend kohana_URL is ok.
How can I override class now? copy entire URL class and put it in my new modules??
-
Hi. I use
$image=Yii::$app->image->load($dir.$model->image->name);
$watermark = Yii::$app->image->load($dir.'wt.png');
$image->watermark($watermark)->save($dir.'___'.$model->image->name);
and get…
-
I have a Kohana backend application which uses Piwik API to show tracking statistics.
Calling the API with PHP creates a directory /tmp/templates_c in my application public folder. This directory sho…
-
For maximum compatibility with an existing Kohana application using the Kohana Auth module, it would be great to have an auth driver for Sentry.
This way only the configuration in `application/config…
-
I've been using "HTML::chars($username);" to clean the strings passed in the form.
``` php
$values = Arr::map('HTML::chars', $values);
DB::insert('database', array_keys($values))
->values($value…
-
On my localhost (Windows), I have this module working fine. On my server (Debian), Kohana can't find my template files. (Both server and local have the same file versions, and server has correct permi…
Lithl updated
10 years ago