# |
Feb 13th 2020, 06:26 |
javier.villanueva |
ok...with params... i dont know first time not works |
# |
Feb 13th 2020, 06:25 |
md.islam11 |
Ok. wait a min. Just a heads up. [request has many items and items has many docs] |
# |
Feb 13th 2020, 06:24 |
javier.villanueva |
Its possible to get controller and action from url? (or fron $this->referer())? |
# |
Feb 13th 2020, 06:21 |
javier.villanueva |
@md.islam11 debug your request and show |
# |
Feb 13th 2020, 06:21 |
matiur756 |
morning to everybody |
# |
Feb 13th 2020, 06:20 |
alexdd55976 |
:) |
# |
Feb 13th 2020, 06:20 |
javier.villanueva |
morning all |
# |
Feb 13th 2020, 06:20 |
alexdd55976 |
morning fellows |
# |
Feb 13th 2020, 06:16 |
md.islam11 |
Got not entry in Docs table . |
# |
Feb 13th 2020, 06:16 |
md.islam11 |
Request data ( ok ) Request item data ( ok ) Docs data ( not ok ) |
# |
Feb 13th 2020, 06:15 |
md.islam11 |
currently i am doing this |
# |
Feb 13th 2020, 06:15 |
md.islam11 |
```$request=$this->Requests->patchEntity($this->Requests->newEntity(), $requestData,['associated' => ['RequestItems'=>['associated'=>['Docs']]]]);``` |
# |
Feb 13th 2020, 06:15 |
md.islam11 |
? |
# |
Feb 13th 2020, 06:15 |
md.islam11 |
How to save many to many relation |
# |
Feb 13th 2020, 06:15 |
md.islam11 |
hello |
# |
Feb 13th 2020, 05:09 |
christianjohn.gss |
hello! |
# |
Feb 12th 2020, 22:47 |
damiano |
hashing has no problem, as you can see i use hash() but if i do hash(username) anyone can create it (knowing the salt) |
# |
Feb 12th 2020, 22:36 |
sebastian.krzewinski. |
sorry for the disappointment |
# |
Feb 12th 2020, 22:35 |
sebastian.krzewinski. |
i dont have even created database xd |
# |
Feb 12th 2020, 22:35 |
sebastian.krzewinski. |
:yum: |
# |
Feb 12th 2020, 22:31 |
ricksaccous |
lol i figured this wasn't a big deal for you since you were sharing it no worries @sebastian.krzewinski. i was just teasing |
# |
Feb 12th 2020, 22:29 |
sebastian.krzewinski. |
root is default database username in xamp ;) @ricksaccous |
# |
Feb 12th 2020, 22:24 |
sebastian.krzewinski. |
@damiano default hashing is week? |
# |
Feb 12th 2020, 22:21 |
damiano |
@neon1024 yesterday we were talking about token creation. I came to this conclusion: Security::hash($username . Security::randomString(32) . microtime(), 'sha256', true); it seems quite robust :) |
# |
Feb 12th 2020, 22:17 |
sebastian.krzewinski. |
2. i dont neet database nwo |
# |
Feb 12th 2020, 22:17 |
sebastian.krzewinski. |
1. no |
# |
Feb 12th 2020, 21:57 |
challgren |
https://www.seohost.com/vps.html it runs cPanel |
# |
Feb 12th 2020, 21:57 |
slackebot |
<challgren> |
# |
Feb 12th 2020, 21:56 |
ricksaccous |
lol |
# |
Feb 12th 2020, 21:56 |
ricksaccous |
root at localhost |
# |
Feb 12th 2020, 21:56 |
ricksaccous |
and his db is not able to be read |
# |
Feb 12th 2020, 21:54 |
slackebot |
<challgren> |
# |
Feb 12th 2020, 21:49 |
challgren |
wait you have a prefix called admin and a directory in wwwroot/admin? |
# |
Feb 12th 2020, 21:30 |
sebastian.krzewinski. |
for now is working x) |
# |
Feb 12th 2020, 21:30 |
sebastian.krzewinski. |
http://srv31838.seohost.com.pl/admin |
# |
Feb 12th 2020, 20:38 |
challgren |
Or setup a vhost locally and a hosts entry |
# |
Feb 12th 2020, 20:37 |
challgren |
For Dev you should just do bin/cake server and it will launch the built in php server on localhost:8765 |
# |
Feb 12th 2020, 20:36 |
challgren |
If your using cpanel just delete the public_html folder and symlink it to wwwroot |
# |
Feb 12th 2020, 20:35 |
challgren |
@sebastian.krzewinski. what you should do is align your project directory structure as the user. Are you using cpanel? |
# |
Feb 12th 2020, 20:31 |
luizcmarin |
@ndm thanks |
# |
Feb 12th 2020, 20:29 |
ndm |
@luizcmarin 36 characters. That's 4 dashes + 32 hex digits, where each hex pair can store 8 bit = 16 * 8 = 128 |