Answer the question
In order to leave comments, you need to log in
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
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);
'log' => array (
'settings' => array (
'file' => 'bitrix/modules/error.log',
'log_size' => 1000000,
),
),
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question