# |
Dec 28th 2018, 09:31 |
dereuromark |
kiss |
# |
Dec 28th 2018, 09:30 |
birdy247 |
with this method, I also have to set the https:// ? |
# |
Dec 28th 2018, 09:30 |
birdy247 |
@dereuromark looks good to me. Although, it would be nice if we could also use a _host option as per the URl helper |
# |
Dec 28th 2018, 09:26 |
birdy247 |
@dereuromark that was quick. I thought it was my job ;) |
# |
Dec 28th 2018, 09:15 |
tomas.saghy |
Hi guys. I want to ask about View deprecated properties in 3.7. $hasRendered is marked as deprecated, but there is no note "use something else instead" and it's still used in render method. So what should you do when you rely on this property in inheriting class? |
# |
Dec 28th 2018, 08:38 |
chinpei215 |
Sorry, though the mcrypt extension was used for cookie encryption, it was not used for password hashing. So if you are not using cookies for login, the extension doesn't relate to your issue. |
# |
Dec 28th 2018, 08:30 |
chinpei215 |
thanks. but I don't understand why it causes 302 redirect. you may need to debug what is happening in your application. |
# |
Dec 28th 2018, 08:26 |
nayakvradhit |
Ok I will try and let you know |
# |
Dec 28th 2018, 08:25 |
chinpei215 |
`Configure::write('Security.useOpenSsl', true);` |
# |
Dec 28th 2018, 08:23 |
chinpei215 |
https://book.cakephp.org/2.0/en/core-utility-libraries/security.html If I remember correctly,, you can configure your app with 'Security.useOpenSsl' option in your bootstrap.php. |
# |
Dec 28th 2018, 08:19 |
chinpei215 |
ok. I am guessing that the mcrypt extension relates to the problem. The extension was used for password hashing in CakePHP 2. However, since the extension ilhas been deprecated in php7, it is no longer built in php 7. You need to install it manually. Or you need to use the openssl extension instead. |
# |
Dec 28th 2018, 08:07 |
nayakvradhit |
When I run my original php5.6 code it directly logs in and goes to home page Nowy need is to migrate it to php7 and so when I run this code in php7 it will get this 302 found |
# |
Dec 28th 2018, 07:06 |
chinpei215 |
though I don't know how your app should work, does it an expected behavior for you? |
# |
Dec 28th 2018, 06:49 |
nayakvradhit |
I am getting users controller could not be found |
# |
Dec 28th 2018, 06:40 |
chinpei215 |
if the login URL is http://example.localhost/users/login , can you access the page directly via your browser? |
# |
Dec 28th 2018, 06:38 |
nayakvradhit |
Sorry I did not get you |
# |
Dec 28th 2018, 06:34 |
chinpei215 |
Can you access the login action directly? |
# |
Dec 28th 2018, 06:33 |
nayakvradhit |
My $loginaction contains controller pointing to users and action pointing to login |
# |
Dec 28th 2018, 06:25 |
chinpei215 |
what is the controller/action of the login action? if it is not users/login you need to setup AuthComponent probably to tell where login page is to the component. Otherwise AuthComponent will redirect your request as it think the requested action (your login action) is only allowed for logged in users |
# |
Dec 28th 2018, 05:51 |
nayakvradhit |
I can see the form data uname and pwd in developer tool |
# |
Dec 28th 2018, 05:49 |
nayakvradhit |
It should go to home page |
# |
Dec 28th 2018, 05:37 |
chinpei215 |
Ok. 302 is not an error. it will not be logged to error.log. what is the expected behavior when you click login? |
# |
Dec 28th 2018, 05:33 |
nayakvradhit |
Ok thanks i am getting post 302 when I click login |
# |
Dec 28th 2018, 05:30 |
chinpei215 |
oh are you using Windows? then you don't need to change permission. If you can't see any errors in the file, the no errors have occurred in CakePHP at least. |
# |
Dec 28th 2018, 05:14 |
nayakvradhit |
How to change the permissions in windows any idea ?? For this log file |
# |
Dec 28th 2018, 05:12 |
chinpei215 |
if the file permission is set properly, errors will be logged to the file. |
# |
Dec 28th 2018, 04:21 |
nayakvradhit |
I saw in log folder error.log I cannot find any errors in that ?? |
# |
Dec 28th 2018, 03:32 |
chinpei215 |
if it is not created then you need to set the permission properly. See https://book.cakephp.org/2.0/en/installation.html#permissions |
# |
Dec 28th 2018, 03:30 |
chinpei215 |
I think you can find it in tmp/logs folder of your cakephp application. |
# |
Dec 28th 2018, 03:04 |
nayakvradhit |
Hi can you please tell me how to create a log file to check the errors in cakephp 2.10 |
# |
Dec 28th 2018, 00:02 |
itmpls |
and plan_activities[0][id] = '0'; etc |
# |
Dec 28th 2018, 00:02 |
itmpls |
which generates to be plan_activities[0][estimated_cost] |
# |
Dec 28th 2018, 00:01 |
itmpls |
$this->Form->control('plan_activities.0.estimated_cost') this just ends up being appended?? i even tried re-specifying the id via plan_activities.0.id and a value of its id |
# |
Dec 27th 2018, 23:55 |
itmpls |
it seems to create new rows, wtf? even though i have the id in there? |
# |
Dec 27th 2018, 23:55 |
itmpls |
hm yeah |
# |
Dec 27th 2018, 23:43 |
dereuromark |
@birdy247 I did the test for you, but you can approve the PR if it works as expected. |
# |
Dec 27th 2018, 23:25 |
itmpls |
although i am precreating them with an event, but curious if there was a strategy for that scenario |
# |
Dec 27th 2018, 23:25 |
itmpls |
btw, what key/index do you use if it's new? |
# |
Dec 27th 2018, 23:24 |
itmpls |
sec lemme rule smth out |
# |
Dec 27th 2018, 23:23 |
itmpls |
@xavier83ar yeah I am doing that |
# |
Dec 27th 2018, 22:39 |
xavier83ar |
@dereuromark I've called Application::routes() inside ::bootstrap(), right at the end, and then check if routes had been initialized at the beginning of routes() method, to prevent it from run twice as RoutingMiddleware will call it, and worked ok |