Jump to content

How to debug a fault with no error


Recommended Posts

Hi guys,

 

Got a strange one, when you go to add an address on our site you just get a blank page. Similarly if you're not logged in you can't view the cart. I'm assuming both issues are related.

 

Put it in dev mode, blank page.

 

Nothing in apache error logs at all.

 

No idea where to turn next to try to ascertain source of the problem.

 

Any tips?

Link to comment
Share on other sites

strange that there is no error code :/

can you try something?

open for example: /classes/controllers/front/frontcontroller.php

 

make some error there, 

just somewhere put "TEST"

 

does error related to this "TEST" appear? if not, it just means that your hoster disabled error reports for you :/

Link to comment
Share on other sites

×
×
  • Create New...