Hello, i just waste my 2 hours because suddenly one of the 'view'
return the following error (on firefox):
"The connection was reset
The connection to the server was reset while the page was
loading.
The site could be temporarily unavailable or too busy. Try again in
a few
moments.
If you are unable to load any pages, check your computer's network
connection.
If your computer or network is protected by a firewall or proxy,
make sure
that Firefox is permitted to access the Web."
i tested on chrome and similar error happen
i checked on display_error, turn on debug on joomla... and nothing
happen. i can't pin point what cause problem.
After 2 hours of 'blind' debuging (yes i even tweak jDatabase for
this)... the error still happen.
This is frustating !! after i calm down a bit.. i begin to trace my
code per line...
and i found out, i mistakenly only type the wrong field on
getListQuery() where 'a.title' is written as 'a.titles'... dumb !
so my question is how come such simple error can cause 'The connection
was reset' ? what should i do to avoid this kind of problem.
I'm on Zend Server (Php 5.3.x), does this problem only happen to zend
server as the issue post on :
https://github.com/joomla/joomla-cms/issues/179