JSFiddle - React, Tailwind, and code Playground
by Mubasshir Pawle
HTML
<h2>Database Error</h2>
<p class="error">
<strong>Error: </strong>
SQLSTATE[42S22]: Column not found: 1054 Unknown column 'OrdersDespatch.products_type_id' in 'on clause'</p>
<p class="notice">
<strong>SQL Query: </strong>
SELECT `OrdersDespatch`.`id` FROM `big_impex`.`orders_despatches` AS `OrdersDespatch` LEFT JOIN `big_impex`.`orders` AS `Order` ON (`OrdersDespatch`.`order_id` = `Order`.`id`) LEFT JOIN `big_impex`.`products_types` AS `ProductsType` ON (`OrdersDespatch`.`products_type_id` = `ProductsType`.`id`) WHERE `OrdersDespatch`.`id` = (13) </p>
<p class="notice">
<strong>Notice: </strong>
If you want to customize this error message, create app/View/Errors/pdo_error.ctp</p>
<h3>Stack Trace</h3>
<ul class="cake-stack-trace">
<li><a href="#" onclick="traceToggle(event, 'file-excerpt-0')">CORE/Cake/Model/Datasource/DboSource.php line 458</a> → <a href="#" onclick="traceToggle(event, 'trace-args-0')">PDOStatement->execute(array)</a> <div id="file-excerpt-0" class="cake-code-dump" style="display:none;"><pre><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">try {</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB"> $query </span><span style="color: #007700">= </span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_connection</span><span style="color: #007700">-></span><span style="color: #0000BB">prepare</span><span style="color: #007700">(</span><span style="color: #0000BB">$sql</span><span style="color: #007700">, </span><span style="color: #0000BB">$prepareOptions</span><span style="color: #007700">);</span></span></code>
<code><span style="color: #000000"><span style="color:...