In a custom component controller in Joomla 3.0 I receive the following error
Error 324 (net::ERR_EMPTY_RESPONSE)
in response to visiting /administrator/index.php?option=com_customname
commenting out the parent::display(); in the /customname/controller.php
the page displays but obviously is missing key information / options / form.
hard refresh and clearing of cache doesn’t fix the issue, it is not just chrome specific either FF and IE also return a blank page.
any ideas?
thanks in advance
Edit 1
- Error logging on… nothing being recorded.
- site is for development on localhost.
- Win7 with IIS7.
Edit 2
trying to access: administrator/index.php?option=com_custonname&view=customnametypo
An error has occurred.
500 View not found [name, type, prefix]: customnametypo, html, custonameView
The problem is and incorrect coding in select query compared to the database column headings created by the insert script within the component installation.
It isn’t handled gracefully by Joomla and throws the above mentioned error, rather than a useful 500 and error log / debug information