I’m trying to display content in /index.php/pincel/payment/error/ and I have the next files:
Block/Error.php
<?php
class PincelStudios_Pincel_Block_Error extends Mage_Core_Block_Template
{
}
?>
etc/config.xml
<layout>
<updates>
<pincel>
<file>pincel.xml</file>
</pincel>
</updates>
</layout>
Controller/PaymentController.php
public function errorAction()
{
$this->loadLayout()->renderLayout();
}
But I’m getting a white layout without any error (neither in logs) https://i.stack.imgur.com/vzLkk.png
Any ideas? Thanks in advance
Looks like you have not given all necessary information and the file
is missing.
Do you have it?