• Resolved angeloalab

    (@angeloalab)


    Hello,
    I’m using Fibo Search for an e-commerce.
    Everything works fine, but if I search for some words (e.g. polish) it gives me internal server error 500.
    I looked at the old threads and set the memory limit to 1GB, with no success.
    How can I fix?
    Thank you

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support Kris

    (@c0nst)

    Hi @angeloalab

    1. Add the following constants to your wp-config.php file, right before the
    /* That's all, stop editing! Happy publishing. */
    line:

    define( 'WP_DEBUG', true );
    define( 'WP_DEBUG_LOG', true );

    2. Trigger the error, so that it gets logged.
    3. Open the file with logs: wp-content/debug.log.
    4. Check the logs, they will contain information on which specific line(s) the error occurs.
    5. Remove the constant added in point 1 and remove the wp-content/debug.log file.`

    Regards,
    Kris

    Thread Starter angeloalab

    (@angeloalab)

    [14-Dec-2022 14:21:55 UTC] PHP Deprecated: La funzione _register_controls è deprecata dalla versione 3.1.0! Utilizza al suo posto Elementor\Controls_Stack::register_controls(). in /var/www/vhosts/marinor.it/httpdocs/wp-includes/functions.php on line 5383
    [14-Dec-2022 14:21:55 UTC] PHP Deprecated: La funzione _register_controls è deprecata dalla versione 3.1.0! Utilizza al suo posto Elementor\Controls_Stack::register_controls(). in /var/www/vhosts/marinor.it/httpdocs/wp-includes/functions.php on line 5383
    [14-Dec-2022 14:21:55 UTC] PHP Deprecated: La funzione _register_controls è deprecata dalla versione 3.1.0! Utilizza al suo posto Elementor\Controls_Stack::register_controls(). in /var/www/vhosts/marinor.it/httpdocs/wp-includes/functions.php on line 5383
    [14-Dec-2022 14:22:27 UTC] PHP Deprecated: La funzione _register_controls è deprecata dalla versione 3.1.0! Utilizza al suo posto Elementor\Controls_Stack::register_controls(). in /var/www/vhosts/marinor.it/httpdocs/wp-includes/functions.php on line 5383
    [14-Dec-2022 14:22:27 UTC] PHP Deprecated: La funzione _register_controls è deprecata dalla versione 3.1.0! Utilizza al suo posto Elementor\Controls_Stack::register_controls(). in /var/www/vhosts/marinor.it/httpdocs/wp-includes/functions.php on line 5383
    [14-Dec-2022 14:22:27 UTC] PHP Deprecated: La funzione _register_controls è deprecata dalla versione 3.1.0! Utilizza al suo posto Elementor\Controls_Stack::register_controls(). in /var/www/vhosts/marinor.it/httpdocs/wp-includes/functions.php on line 5383

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘500 internal server error’ is closed to new replies.