C
C
Coraelstraze2017-03-23 17:37:54
1C-Bitrix
Coraelstraze, 2017-03-23 17:37:54

White screen on the Bitrix trading catalog section page?

Hello!
Online store on Bitrix. Made up with test products, then integrated with 1s.
It seems that almost everything has already been set up and everything is working .. One problem: it does not display the page of the section with products - instead of it there is a white screen. Showing errors is enabled in htaccess.
Catalog and product cards are displayed.
I created a test section without products - it was also displayed! Namely, my section with products from Bitrix is ​​not displayed. I suspect it may be related to memory? Because there are many positions. But why then does the entire catalog display products?
Thank you.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
I
Ilya, 2017-03-24
@rpsv

Turn on error display in PHP (why the hell are you doing this in .htaccess anyway?):

ini_set("display_errors", 1);
error_reporting(E_ALL);

And set up the log in Bitrix itself ( .settings.php ):
'log' => array (
   'settings' => array (
      'file' => 'bitrix/modules/error.log',
      'log_size' => 1000000,
   ),
),

More

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question