connorblikre

OAC gravity forms debug dump

Feb 4th, 2014
104
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 5.61 KB | None | 0 0
  1. 2014-02-04 9:16:09 - DEBUG -->
  2.             SELECT filtered.sort, l.*, d.field_number, d.value
  3.             FROM wp_rg_lead l
  4.             INNER JOIN wp_rg_lead_detail d ON d.lead_id = l.id
  5.             INNER JOIN
  6.             (
  7.                 SELECT @rownum:=@rownum + 1 as sort, id
  8.                 FROM
  9.                 (
  10.                     SELECT distinct l.id
  11.                     FROM wp_rg_lead l
  12.                     INNER JOIN wp_rg_lead_detail d ON d.lead_id = l.id
  13.                    
  14.                     WHERE (l.form_id=2 AND l.status = 'active')
  15.                     ORDER BY (l.id+0) DESC
  16.                     LIMIT 0,20
  17.                 ) page
  18.             ) filtered ON filtered.id = l.id
  19.  
  20.             ORDER BY filtered.sort
  21. 2014-02-04 9:16:35 - DEBUG -->
  22.             SELECT filtered.sort, l.*, d.field_number, d.value
  23.             FROM wp_rg_lead l
  24.             INNER JOIN wp_rg_lead_detail d ON d.lead_id = l.id
  25.             INNER JOIN
  26.             (
  27.                 SELECT @rownum:=@rownum + 1 as sort, id
  28.                 FROM
  29.                 (
  30.                     SELECT distinct l.id
  31.                     FROM wp_rg_lead l
  32.                     INNER JOIN wp_rg_lead_detail d ON d.lead_id = l.id
  33.                    
  34.                     WHERE (l.form_id=1 AND l.status = 'active')
  35.                     ORDER BY (l.id+0) DESC
  36.                     LIMIT 0,20
  37.                 ) page
  38.             ) filtered ON filtered.id = l.id
  39.  
  40.             ORDER BY filtered.sort
  41. 2014-02-04 9:17:26 - DEBUG --> Saving entry.
  42. 2014-02-04 9:17:26 - DEBUG --> Entry record created in the database. ID: 56
  43. 2014-02-04 9:17:26 - DEBUG --> Saving entry fields.
  44. 2014-02-04 9:17:26 - DEBUG --> Saving field Name
  45. 2014-02-04 9:17:26 - DEBUG --> Saving field Email
  46. 2014-02-04 9:17:26 - DEBUG --> Saving field Company
  47. 2014-02-04 9:17:26 - DEBUG --> Saving field Message
  48. 2014-02-04 9:17:26 - DEBUG --> Starting GFFormsModel::create_post()
  49. 2014-02-04 9:17:26 - DEBUG --> The form doesn't have any post fields - stopping.
  50. 2014-02-04 9:17:26 - DEBUG --> Sending email via wp_mail()
  51. 2014-02-04 9:17:26 - DEBUG --> Array
  52. (
  53.    [to] => info@oacsvcs.com
  54.    [subject] => New submission from We'll be in touch
  55.     [message] => <table width="99%" border="0" cellpadding="1" cellspacing="0" bgcolor="#EAEAEA"><tr><td>
  56.                             <table width="100%" border="0" cellpadding="5" cellspacing="0" bgcolor="#FFFFFF">
  57.                             <tr bgcolor="#EAF2FA">
  58.                                                             <td colspan="2">
  59.                                                                 <font style="font-family: sans-serif; font-size:12px;"><strong>Name</strong></font>
  60.                                                             </td>
  61.                                                        </tr>
  62.                                                        <tr bgcolor="#FFFFFF">
  63.                                                             <td width="20">&nbsp;</td>
  64.                                                             <td>
  65.                                                                 <font style="font-family: sans-serif; font-size:12px;">connor blikre</font>
  66.                                                             </td>
  67.                                                        </tr>
  68.                                                        <tr bgcolor="#EAF2FA">
  69.                                                             <td colspan="2">
  70.                                                                 <font style="font-family: sans-serif; font-size:12px;"><strong>Email</strong></font>
  71.                                                             </td>
  72.                                                        </tr>
  73.                                                        <tr bgcolor="#FFFFFF">
  74.                                                             <td width="20">&nbsp;</td>
  75.                                                             <td>
  76.                                                                 <font style="font-family: sans-serif; font-size:12px;">connorblikre@gmail.com</font>
  77.                                                             </td>
  78.                                                        </tr>
  79.                                                        <tr bgcolor="#EAF2FA">
  80.                                                             <td colspan="2">
  81.                                                                 <font style="font-family: sans-serif; font-size:12px;"><strong>Message</strong></font>
  82.                                                             </td>
  83.                                                        </tr>
  84.                                                        <tr bgcolor="#FFFFFF">
  85.                                                             <td width="20">&nbsp;</td>
  86.                                                             <td>
  87.                                                                 <font style="font-family: sans-serif; font-size:12px;">test 1</font>
  88.                                                             </td>
  89.                                                        </tr>
  90.                                                        </table>
  91.                         </td>
  92.                    </tr>
  93.                </table>
  94.     [headers] => Array
  95.         (
  96.             [From] => From: "connor blikre" <connorblikre@gmail.com>
  97.             [Bcc] => Bcc: connorb@jordancrown.com
  98.             [Content-type] => Content-type: text/html; charset=UTF-8
  99.         )
  100.  
  101.     [attachments] => Array
  102.         (
  103.         )
  104.  
  105.     [abort_email] =>
  106. )
  107.  
  108. 2014-02-04 9:17:29 - DEBUG --> Result from wp_mail():
Add Comment
Please, Sign In to add comment