Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author TobiasBg

    (@tobiasbg)

    Hi,

    thanks for your post, and sorry for the trouble.

    Can you please turn on the WP_DEBUG constant in the wp-config.php via https://codex.www.ads-software.com/Editing_wp-config.php#Debug ? That should show us some error messages.
    You could also try the suggestion about increasing the value of the WP_MEMORY_LIMIT constant that is explained in that link as well, e.g. to 512M.

    Regards,
    Tobias

    Thread Starter Engincelik57

    (@engincelik57)

    Hi Tobias;

    I replace in wp-config.php WP_DEBUG(“false”) instead “true”.

    Result one:

    Notice: add_custom_background 3.4 sürümünden beri kullan?lmayacak! Yerine add_theme_support( ‘custom-background’, $args ) kullan?n. in /export/var/vhosts/istanbultip.istanbul.edu.tr/httpdocs/wp-includes/functions.php on line 3378

    Where is add_custom_background?

    ofter than this ; I change in wp-config.php

    I added
    1- define( ‘CONCATENATE_SCRIPTS’, false );

    2- define( ‘WP_MAX_MEMORY_LIMIT’, ‘512M’ );

    https://i.hizliresim.com/BZkpPD.jpg

    Best Regards..

    Plugin Author TobiasBg

    (@tobiasbg)

    Hi,

    ok, that’s only a notice that should not matter here.

    Can you also try setting WP_MEMORY_LIMIT (without MAX!) to 512M? The problem seems to be caused by a 500 Internal Server Error. Checking the server error log might therefore also be a good idea.

    Regards,
    Tobias

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘ROW PROBLEM’ is closed to new replies.