# |
Jun 24th 2018, 09:45 |
wYm |
@slackebot4, thkx for your answer but I saw that before and its not what I want, cause that function let you choose the defaut value for your inputs, what I wat is to set the query params in a hidden inputs |
# |
Jun 24th 2018, 09:42 |
edgaras.jan |
wYm: https://book.cakephp.org/3.0/en/views/helpers/form.html#getting-form-values-from-the-query-string |
# |
Jun 24th 2018, 09:40 |
edgaras.jan |
update cakephp to 3.3+ |
# |
Jun 24th 2018, 09:29 |
mub |
how to resolve "Class 'Cake\Http\Server' not found in /opt/lampp/htdocs/project_folder/webroot/index.php on line 37" |
# |
Jun 24th 2018, 09:28 |
mub |
hi, |
# |
Jun 24th 2018, 09:22 |
wYm |
Hi all, how can I create a GET form and preserve previous query params ? |
# |
Jun 24th 2018, 08:04 |
saeideng |
run `composer show -i` |
# |
Jun 24th 2018, 07:50 |
mub |
the error is showing when trying to run bin/cake.php command. |
# |
Jun 24th 2018, 07:49 |
mub |
the error is showing when trying to run bin/cake bake command. |
# |
Jun 24th 2018, 07:49 |
mub |
PHP Fatal error: Uncaught Error: Class 'Cake\Console\CommandRunner' not found |
# |
Jun 24th 2018, 07:49 |
mub |
hi |
# |
Jun 23rd 2018, 20:22 |
ards |
How do I make a vote recognition for a new member who lists? |
# |
Jun 23rd 2018, 20:21 |
ards |
hallo? |
# |
Jun 23rd 2018, 19:10 |
saeideng |
just use a custom controller, you no need to any config |
# |
Jun 23rd 2018, 19:09 |
saeideng |
it is very simple |
# |
Jun 23rd 2018, 19:07 |
mamchenkov |
hmm ... maybe it actually works and it's my phpunit that freaks out ... cakephp 1.2 was so much simpler :) |
# |
Jun 23rd 2018, 18:49 |
mamchenkov |
in CakePHP 3.6, I need either a controller without a model, or a model without a database table ... I tried setting $uses=false in controller and $this->modelClass=false in initialize() .. but neither worked .. any suggestions? |
# |
Jun 23rd 2018, 18:48 |
mamchenkov |
hello |
# |
Jun 23rd 2018, 17:17 |
HumanG33k |
It’s look like my FK field name is too long. How can i shortcut it and always follow cake conventions |
# |
Jun 23rd 2018, 17:16 |
HumanG33k |
Me again. |
# |
Jun 23rd 2018, 14:49 |
HumanG33k |
and i follow that doc https://book.cakephp.org/3.0/en/migrations.html |
# |
Jun 23rd 2018, 14:48 |
HumanG33k |
i try bin/cake bake migration_snapshot Initial |
# |
Jun 23rd 2018, 14:48 |
HumanG33k |
PHP Fatal error: Uncaught InvalidArgumentException: The plugin class `Migrations\Plugin` cannot be found. Ensure your autoloader is correct. |
# |
Jun 23rd 2018, 14:48 |
HumanG33k |
but i have an error |
# |
Jun 23rd 2018, 14:47 |
HumanG33k |
i try to use migration plugin |
# |
Jun 23rd 2018, 14:47 |
HumanG33k |
Hello |
# |
Jun 23rd 2018, 14:39 |
saeideng |
:+1: |
# |
Jun 23rd 2018, 14:39 |
akkaweb |
Ok.. thanks for your input. I will continue researching |
# |
Jun 23rd 2018, 14:39 |
saeideng |
you must load all helpers under `CMS.` for all pages |
# |
Jun 23rd 2018, 14:38 |
akkaweb |
if I go to a page mydomain.net/pages/about-us than all is good |
# |
Jun 23rd 2018, 14:38 |
akkaweb |
I will continue researching anyway |
# |
Jun 23rd 2018, 14:38 |
akkaweb |
the moment I go mydomain.net/login which uses a 3rd Party plugin, then my help is no longer found. |
# |
Jun 23rd 2018, 14:37 |
akkaweb |
It is. But I really think it is an issue because if I go to mydomain.net than everything is good |
# |
Jun 23rd 2018, 14:25 |
saeideng |
and no needed to issue on github :) |
# |
Jun 23rd 2018, 14:25 |
saeideng |
it is not bug then :slightly_smiling_face: |
# |
Jun 23rd 2018, 14:25 |
saeideng |
so you need to load it before using it |
# |
Jun 23rd 2018, 14:24 |
saeideng |
it is from other plugin ? |
# |
Jun 23rd 2018, 14:24 |
saeideng |
why `CMS.`? |
# |
Jun 23rd 2018, 14:24 |
saeideng |
:+1: |
# |
Jun 23rd 2018, 14:24 |
akkaweb |
Thank you! That will solve the problem for now |
# |
Jun 23rd 2018, 14:23 |
akkaweb |
Your suggestion works though. So I added '$this->viewBuilder()->helpers(['CMS.CmsBlocks']);` to my Application beforeRender() function. |