Topic Resolution: Resolved
  • Closed
  • Dirk Pfeil
    Spectator
    09.01.2016 at 22:46 #23423

    If I want to create a new page on WordPress, I always get follgende message: Internal Server Error
    The server encountered to internal error or misconfiguration and Was Unable to complete your request.

    Please contact the server administrator to inform of the time the error occurred and of anything you might have done that may have Caused the error.

    More information about this error may be available in the server error log.

    I use Plesk and WordPress.
    With another design I did not get this error.

    Denzel Chia
    Moderator
    Posts: 2656
    10.01.2016 at 08:12 #23427

    Hi,

    Open up evolve-plus/library/functions/basic-functions.php
    Go to line 1861 find and comment out the following codes.

    // Table name
    $table_name = $wpdb->prefix . "layerslider";

    // Get sliders
    $sliders = $wpdb->get_results("SELECT * FROM $table_name
    WHERE flag_hidden = '0' AND flag_deleted = '0'
    ORDER BY date_c ASC");

    Thank you

    Dirk Pfeil
    Spectator
    Posts: 1
    13.01.2016 at 21:07 #23560

    Thank you very much!!! It works now! 😀