# |
Mar 7th 2019, 08:26 |
josbeir |
@chan if you want to do emails the cool way check out https://mjml.io/ |
# |
Mar 7th 2019, 07:24 |
acosonic |
@chan gmail strips everything in head... https://stackoverflow.com/questions/19572437/gmail-css-styling |
# |
Mar 7th 2019, 05:40 |
chan |
mr. @admad i write css in head of html block, but does not work css in gmail. which one is wrong? thank your advise. |
# |
Mar 7th 2019, 05:37 |
slackebot1 |
bgcolor="#5B9BD5"> <span style="color: #FFFFFF;">Recent job vacancies</span> </td> </tr> </table> </section> </div> </body> </html> ``` |
# |
Mar 7th 2019, 05:37 |
slackebot1 |
$this->Html->meta(array('name' => 'viewport', 'content' => 'width=device-width, initial-scale=1 , user-scalable=no')); ?> <style type="text/css"> .recent-job-title { height: 40; border-bottom: 1px solid #41719B; padding: 15px 15px 15px 15px; } </style> </head> <body style="margin:0; padding:10px 0 0 0;"> <div id="content" bgcolor="#FFFFFF"> <section> <table> <tr> <td class="recent-job-title" height="40" |
# |
Mar 7th 2019, 05:37 |
chan |
i implement html mail format using cakephp 2. i used inline css style in html mail layout. i check and try again coding repair by learning this site. https://templates.mailchimp.com/resources/email-client-css-support/ but does not work css in gmail. why? please, can you advise me. thanks. ``` <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"> <html lang="en"> <head> <?php echo $this->Html->charset(); ?> <?php echo |
# |
Mar 7th 2019, 03:09 |
voycey |
Question - with the new Spatial features in MySQL 5.7 is anyone working on a plugin for Cake for this? Happy to Collaborate if so as we are looking to develop our own! |
# |
Mar 6th 2019, 18:25 |
devito |
thanks |
# |
Mar 6th 2019, 18:18 |
jeremyharris |
@devito I’ve seen this used: https://github.com/fzaninotto/Faker |
# |
Mar 6th 2019, 18:06 |
devito |
does anyone know of a tool that will auto populate forms for testing? |
# |
Mar 6th 2019, 15:57 |
neon1024 |
To be honest the site could do with being updated to 3.7, and having it’s deprecations sorted out and such, but that’s a job for another day |
# |
Mar 6th 2019, 15:57 |
neon1024 |
@dereuromark Yep, spot on. CakePHP 3.6 on PHP 7.3.2 |
# |
Mar 6th 2019, 15:07 |
dereuromark |
E_ALL without anything then^^ |
# |
Mar 6th 2019, 15:07 |
dereuromark |
sounds like you are using php7.3 on old cake code |
# |
Mar 6th 2019, 15:02 |
neon1024 |
Just wanted to update a phone number :rolling_on_the_floor_laughing: |
# |
Mar 6th 2019, 14:58 |
neon1024 |
Today is not my day! |
# |
Mar 6th 2019, 14:58 |
neon1024 |
`Notice (8): compact(): Undefined variable: etagMatches [CORE/src/Http/Response.php, line 2066]` :face_palm: |
# |
Mar 6th 2019, 14:56 |
neon1024 |
Guess I’ll configure the toolbars to not use the Mail one |
# |
Mar 6th 2019, 14:56 |
neon1024 |
Ah, I’m stuck on 3.16.7 of DebugKit unless I upgrade Cake to 3.7 |
# |
Mar 6th 2019, 14:54 |
dereuromark |
yeah |
# |
Mar 6th 2019, 14:54 |
neon1024 |
I’ll try updating it, as newer versions might solve it |
# |
Mar 6th 2019, 14:54 |
dereuromark |
notices are baad |
# |
Mar 6th 2019, 14:54 |
dereuromark |
jep. but debug kit could be coded more defensivly, and silently aborting, maybe with a warning in the tab or sth |
# |
Mar 6th 2019, 14:53 |
neon1024 |
I guess because DebugKit isn’t on the live it’s not an issue there! |
# |
Mar 6th 2019, 14:53 |
neon1024 |
Yeah, plus the config I have is in EmailTransport and Email, which are both consumed by default |
# |
Mar 6th 2019, 14:52 |
neon1024 |
Wouldn’t that be in bootstrap though |
# |
Mar 6th 2019, 14:52 |
neon1024 |
Yeah, perhaps, good idea. Let me check |
# |
Mar 6th 2019, 14:49 |
dereuromark |
are those maybe consume()d ? And thats why lost? |
# |
Mar 6th 2019, 14:47 |
neon1024 |
Freshly checked out this project just now, and it’s already in prod, so I’m confused |
# |
Mar 6th 2019, 14:45 |
neon1024 |
Seems that `$transport` doesn’t have a className? |
# |
Mar 6th 2019, 14:45 |
neon1024 |
`$className = App::className($transport['className'], 'Mailer/Transport', 'Transport');` |
# |
Mar 6th 2019, 14:45 |
neon1024 |
`Notice (8): Undefined index: className [ROOT/vendor/cakephp/debug_kit/src/Panel/MailPanel.php, line 55]` |
# |
Mar 6th 2019, 14:45 |
neon1024 |
What is the MailPanel expecting? |
# |
Mar 6th 2019, 14:01 |
dakota |
Hello from irc |
# |
Mar 6th 2019, 13:55 |
acosonic |
I've did it since most of stuff on the servers is built in cake, so got tired of looking into such attempts in logs... Probably I should send those ip's to https://www.badips.com/ or similar... |
# |
Mar 6th 2019, 13:52 |
acosonic |
Hi, so looks like everyone is here now, instead of IRC? :slightly_smiling_face: Here is what I've done yesterday... https://gist.github.com/acosonic/18fcc234a324c858d50d0a96d5748ab4 with some modifications it can be used to protect any cake website served by apache or ngnix... Against /wp-login.php and many other attempts, since usually such hack/expoilt bots test for multiple stuff... |
# |
Mar 6th 2019, 11:58 |
david |
is that the way? |
# |
Mar 6th 2019, 11:58 |
david |
Finally I have solved it by unsetting the key [_locale] with formatResults |
# |
Mar 6th 2019, 11:58 |
david |
I found this issue https://github.com/cakephp/cakephp/issues/12954 My CakePHP version is 3.7.4 |
# |
Mar 6th 2019, 11:04 |
david |
It happens when a content has related (and translated) contents. The related contents always have a last item [_locale] in the result set, which is not an object |
# |
Mar 6th 2019, 10:57 |
david |
I am retrieving the records from a table with i18n. When I retrieve the default lang it works OK, but when I retrieve another lang, the last item is [_locale], so it breaks my loop when I iterate it trying to get a property from the object (because it is not an object) |