N
N
Norbyt2015-10-07 12:32:01
PHP
Norbyt, 2015-10-07 12:32:01

Why is it showing a white screen?

I set up the CNC output of the complex news component, I met with the problem that when clicking on the link it shows a white page, I visited different ways to display errors that did not show anything. Also with the 404 page is also a white page

Answer the question

In order to leave comments, you need to log in

4 answer(s)
K
kompi, 2015-10-07
@kompi

Because php error output is suppressed.

D
Dmitry Novikov, 2015-10-07
@dmitriy_novikov

most likely problems with .htaccess. make sure that you have it configured correctly (and generally have it)
or, in a rarer case, a php error related to cnc.

R
Rustamka Vorontsov, 2015-10-07
@rmfordev

To display PHP errors, add the directive to the .htaccess file:
php_value display_errors 1

D
dk-web, 2015-10-07
@dk-web

check for the presence of the word return - a trifle, and sometimes it happens ...

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question