# |
Feb 13th 2020, 11:52 |
neon1024 |
@pieceof Just append `->select()`? |
# |
Feb 13th 2020, 11:52 |
dereuromark |
@sebastian.krzewinski. what is a universal button? |
# |
Feb 13th 2020, 11:51 |
pieceof |
is it posible to add fields[] to ```$users->findTrollsByUsername('bro');``` by design ? |
# |
Feb 13th 2020, 11:46 |
sebastian.krzewinski. |
I have a question, there is possible to do universal button from add funcion? |
# |
Feb 13th 2020, 11:36 |
damiano |
yeah i found them too (soyoustart) |
# |
Feb 13th 2020, 11:36 |
admad |
@damiano if you are in EU OVH has cheap VPS with free Plesk |
# |
Feb 13th 2020, 11:30 |
damiano |
thanks @javier.villanueva |
# |
Feb 13th 2020, 11:27 |
javier.villanueva |
I recommend you https://uberspace.de/en/ |
# |
Feb 13th 2020, 11:17 |
damiano |
it is a website, it is not for dev purpose |
# |
Feb 13th 2020, 11:16 |
damiano |
@dereuromark yeah it must run 24/7 |
# |
Feb 13th 2020, 11:16 |
damiano |
thanks @challgren i am looking at their website |
# |
Feb 13th 2020, 11:16 |
conehead |
Getting 500..not even receiving a `die("foo")` from the index.php file. When removing the last rewrite rule, I can see the die message |
# |
Feb 13th 2020, 11:15 |
conehead |
```<IfModule mod_rewrite.c> RewriteEngine on RewriteRule ^(\.well-known/.*)$ $1 [L] RewriteRule ^$ webroot/ [L] RewriteRule (.*) webroot/$1 [L] </IfModule>``` |
# |
Feb 13th 2020, 11:15 |
dereuromark |
heroku is free if you dont need 24/7 uptime |
# |
Feb 13th 2020, 11:14 |
challgren |
knownhost.com is who I use |
# |
Feb 13th 2020, 11:14 |
challgren |
@damiano I have my own VPS that runs cPanel |
# |
Feb 13th 2020, 11:14 |
damiano |
guys, i know i am off-topic but ...please...help me :) i am looking for dedicated (cheap) server to run a cakephp application. Where do you run your application? |
# |
Feb 13th 2020, 11:13 |
challgren |
mod_rewrite installed? |
# |
Feb 13th 2020, 11:13 |
conehead |
Hm...this kills my cake project on a new server in the htaccess file. Everything is working fine on a different server ``` RewriteRule (.*) webroot/$1 [L]``` |
# |
Feb 13th 2020, 11:12 |
challgren |
Yep you can |
# |
Feb 13th 2020, 11:09 |
sebastian.krzewinski. |
i just need controllers from /controllers/admin |
# |
Feb 13th 2020, 11:09 |
sebastian.krzewinski. |
bec i dont need them |
# |
Feb 13th 2020, 11:08 |
challgren |
Ohh yeah I toast pages right away |
# |
Feb 13th 2020, 11:08 |
sebastian.krzewinski. |
like pages/users |
# |
Feb 13th 2020, 11:08 |
challgren |
default? |
# |
Feb 13th 2020, 11:08 |
sebastian.krzewinski. |
ok then all defalt controllesrs i can delate? |
# |
Feb 13th 2020, 11:07 |
challgren |
By default its going to bake index, edit, delete, add. If you dont need them remove em |
# |
Feb 13th 2020, 11:07 |
dereuromark |
do the things you want. |
# |
Feb 13th 2020, 11:07 |
dereuromark |
dont wry about what you dont want right now :) |
# |
Feb 13th 2020, 11:06 |
sebastian.krzewinski. |
now if i dont want to connect by /users , i need to comment index funcion in /controller/users ? |
# |
Feb 13th 2020, 11:05 |
sebastian.krzewinski. |
cool :) |
# |
Feb 13th 2020, 11:05 |
sebastian.krzewinski. |
hmm |
# |
Feb 13th 2020, 11:05 |
challgren |
My app with 10 controllers I have 1 route->connect in it |
# |
Feb 13th 2020, 11:04 |
challgren |
Cake has magic in it so you dont need to define every route |
# |
Feb 13th 2020, 11:04 |
sebastian.krzewinski. |
sorry |
# |
Feb 13th 2020, 11:04 |
sebastian.krzewinski. |
ok.. its strange for me |
# |
Feb 13th 2020, 11:03 |
dereuromark |
geeze^^ |
# |
Feb 13th 2020, 11:03 |
challgren |
And we are telling you to remove it |
# |
Feb 13th 2020, 11:03 |
dereuromark |
remove it. |
# |
Feb 13th 2020, 11:03 |
dereuromark |
exactly |
# |
Feb 13th 2020, 11:03 |
sebastian.krzewinski. |
i want to connect by prefix /admin/users |