• I’ve purchased a plugin called WPLMS and I’ve just gotten round to finally installing it, it’s 160mb and I get a 503 error after a few minutes of trying to add the new plugin, nothing will happen. I’ve used a plugin to also set my upload maximum to 256mb which is the most my host will allow.
    Any ideas?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Moderator t-p

    (@t-p)

    A 503 error is a server error. You need to look at the error logs on the server to find out what the error actually is.

    The 503 service unavailable error occurs when your web server is unable to get a proper response from a PHP script. This PHP script could be a WordPress plugin, a theme, or a misbehaving custom code snippet, etc. If these methods fail to resolve the error, then try contacting your hosting provider.

    Also review https://www.wpbeginner.com/wp-tutorials/how-to-fix-503-service-unavailable-error-in-wordpress/

    Thread Starter mrbearps

    (@mrbearps)

    Thanks I’ll take a look.

    • This reply was modified 4 years, 7 months ago by mrbearps.
    Thread Starter mrbearps

    (@mrbearps)

    I’m not familiar it’s this. Can anyone advice me? Error log shows:

    error_log

    [29-Aug-2020 17:52:05 UTC] WordPress database error You have an error
    in your SQL syntax; check the manual that corresponds to your
    MariaDB server version for the right syntax to use near ‘AND
    post_author = 1 AND post_status = ‘completed” at line 1 for
    query select ID, post_author, post_date,post_date_gmt,post_title
    from wp_posts WHERE post_type = ‘tutor_enrolled’ AND post_parent
    = AND post_author = 1 AND post_status = ‘completed’; made by
    require(‘wp-blog-header.php’), require_once(‘wp-includes/template
    -loader.php’), do_action(‘template_redirect’), WP_Hook->do_action
    , WP_Hook->apply_filters, TUTOR_PMPRO\PaidMembershipsPro
    ->check_active_subscriptions, TUTOR\Utils->is_enrolled

    • This reply was modified 4 years, 7 months ago by mrbearps.
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Add new plugin 503:error’ is closed to new replies.