Log message #4050313

# At Username Text
# Jul 11th 2017, 07:54 savant no
# Jul 11th 2017, 07:51 david_kim @savant but if your comment right, exactly version naming is not 4. i think 3.8 more suitable name. 4 major version naming looks like broken compatible and added big features.
# Jul 11th 2017, 07:51 savant but really depends on what needs to be built/how much community support we get :slightly_smiling_face:
# Jul 11th 2017, 07:51 savant Probably targeting 3.6 and 4.0 near the end of the year/beginning of next
# Jul 11th 2017, 07:50 savant 3.6 Roadmap: https://github.com/cakephp/cakephp/wiki/3.6-Roadmap
# Jul 11th 2017, 07:50 savant 3.5 Roadmap: https://github.com/cakephp/cakephp/wiki/3.5-Roadmap
# Jul 11th 2017, 07:49 savant It’ll be released when it’s done
# Jul 11th 2017, 07:49 david_kim @savant exactly when release 3.6 version? next jump 4 right?
# Jul 11th 2017, 07:42 heter everything was different.
# Jul 11th 2017, 07:42 heter like for real guys, they had one job - we had some server with some websites with some configurations (standard LAMPP stack with some extensions), we asked them for another server which will be 1:1 equally like the previous one (obviously without these websites) - even fking php version was different
# Jul 11th 2017, 07:41 cleptric Happens all the time, so don‘t worry :$
# Jul 11th 2017, 07:41 cleptric Oh, I had an 30 Minute talk with a google help desk person to find out port 465 was closed :face_with_rolling_eyes::face_with_rolling_eyes:
# Jul 11th 2017, 07:40 savant lol
# Jul 11th 2017, 07:40 jmenendez :,)
# Jul 11th 2017, 07:39 heter kylos.pl - avoid this silly hosting company which wasted houndreds of hours of my life
# Jul 11th 2017, 07:38 heter @savant lol. server is the problem.
# Jul 11th 2017, 07:30 joris_ Hi neon1024
# Jul 11th 2017, 07:25 neon1024 Morning everyone
# Jul 11th 2017, 07:19 heter @savant ill run up this website on the server on which its working for other websites and ill let u guys know if its server -side issue so maybe in future somebody could use this information on debugging
# Jul 11th 2017, 07:18 heter never had problem like this before, but as far as this hosting company provided me a lot of issues overall already im ready to think that they screwed up again
# Jul 11th 2017, 07:17 heter it would be silly but is there possibility that server configuration may affect SMTP transport ?
# Jul 11th 2017, 07:17 savant `phpinfo()` may hel
# Jul 11th 2017, 07:17 savant heh
# Jul 11th 2017, 07:17 heter ive just noticed that this website is on different server than the rest websites on which its working
# Jul 11th 2017, 07:16 heter im using 2 servers with shared accounts which should have 1:1 configurations (but my hosting providers are idiots so they arent 1:1 at all)
# Jul 11th 2017, 07:16 heter @savant wait, weird thing
# Jul 11th 2017, 07:15 savant let me check our own sendgrid stuff
# Jul 11th 2017, 07:15 savant those docs seem strangely worded
# Jul 11th 2017, 07:15 savant also the username/password are your account credentials
# Jul 11th 2017, 07:14 savant https://sendgrid.com/docs/Classroom/Basics/Email_Infrastructure/recommended_smtp_settings.html
# Jul 11th 2017, 07:14 savant port 587 is their tls server
# Jul 11th 2017, 07:14 savant thats interesting
# Jul 11th 2017, 07:12 heter @savant after setting tls to true:
# Jul 11th 2017, 07:10 heter so i think the "from" is causing problem, no idea how this smtp transport works but it seems like its trying to connect with server which is given after noreply@
# Jul 11th 2017, 07:10 savant @heter set tls to true
# Jul 11th 2017, 07:10 jmenendez In*
# Jul 11th 2017, 07:10 jmenendez I my case I use mandrill so, I can't help you heter :(
# Jul 11th 2017, 07:10 heter @savant so ive got different clients where im using sendgrid to send emails, and theyre having like same version of cakephp3, everything is same, same settings and on some of these im having this issue, and on some of them its working perfect
# Jul 11th 2017, 07:09 savant https://bakery.cakephp.org/2017/06/23/upcoming-cakephp-roadmap.html
# Jul 11th 2017, 07:09 savant @david_kim we have a public doc on how an upgrade will work for Cake4. Basically, just ensure you remove deprecated code (we’ll raise warnings in a later version of 3.x) and upgrade to php 7.1 and you should be fine
# Jul 11th 2017, 07:09 david_kim @jmenendez yes, but cakephp2 to 3 case was difficult to adapt to me. cakephp3 orm code need more object oriented. table/entity structure split no more need modern web programming. any other comments?