Answer the question
In order to leave comments, you need to log in
How to find the cause of the white page?
The situation is as follows: a white page began to fall out and that's it (http://www.ideal-figura.ru/node/336). error.log gives nothing, no errors. mysqlcheck says everything is fine. Where to look for a jamb? (Not strong in Drupal)
Answer the question
In order to leave comments, you need to log in
There is such an option when the non-working code is "zabochen". I ran into this yesterday when, when I tried to run something like this on php5.1:
@json_decode($string);
As an option, go through this page with a debugger.
Does the problem reproduce on a local copy?
If so, put yourself a debugger and see where it crashes.
If not, install a debugger too, only on the server :)
Does it write to php logs? If not, here's some help:ini_set('error_log', '/log/php-error.log');
I’m not strong in Drupal either, but I’ll try to help: check that new scripts (after which a problem appeared) do not have a BOM symbol at the very beginning (adds Windows Notepad, for example). And removing the closing tag in PHP scripts can also help.
Try to find the display_errors error_reporting lines in the code and change them.
I had this. The provider was naughty. I wrote to the support service. There was something pochemichili, and passed.
Look in "admin/reports/dblog". Drupal likes to catch all errors and leave no traces in any logs other than its own.
Look towards @.
As an option:
@require_once '/file/wth/error.php';
<?php exit; ?>
ob_start()
insteadexit;
look at the template of this type of content. Closed bracket/quote somewhere
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question