Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Kinsta

    (@kinstahosting)

    I’m really not sure what’s causing the 500 error, that’s usually a server side problem. It would need a lot more of investigation to pinpoint the cause of the trouble.
    First of all, how many posts with featured images do you have?

    Thread Starter Mihai

    (@poemihai)

    I have almost 600 (all post type have a featured image).

    Plugin Author Kinsta

    (@kinstahosting)

    Try enabling error displaying or logging so that we can know more about the issue:
    Either switch that ON via your hosting control panel or set it via .htaccess or even better through WordPress itself; put the followng in your wp-config.php file:

    define('WP_DEBUG', true);

    or via PHP directly:

    ini_set('display_errors','On');
     error_reporting(E_ALL);

    Thread Starter Mihai

    (@poemihai)

    I installed the plugin again, disabled the htacces and still nothing. Same error.
    Error reporting is on through wp-config

    Thread Starter Mihai

    (@poemihai)

    Ok i’m giving up on making this work on my site. Thank you for your time.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Error 500’ is closed to new replies.