Support » Plugin: WP Offload SES Lite » FATAL ERROR

  • Resolved toolaxy-one

    (@rootabout)


    I added the user ID and secret key, saved settings and got this:

    Fatal error: Uncaught Error: Call to undefined function simplexml_load_string() in /var/www/vhosts/mysite.com/wp-content/plugins/wp-ses/ses.class.0.8.6.php:635 Stack trace: #0 /var/www/vhosts/mysite.com/wp-content/plugins/wp-ses/ses.class.0.8.6.php(167): SimpleEmailServiceRequest->getResponse() #1 /var/www/vhosts/mysite.com/wp-content/plugins/wp-ses/wp-ses.php(394): SimpleEmailService->listIdentities() #2 /var/www/vhosts/mysite.com/wp-content/plugins/wp-ses/wp-ses.php(85): wpses_getverified() #3 /var/www/vhosts//mysite.com/wp-includes/plugin.php(525): wpses_options(”) #4 /var/www/vhosts/mysite.com/wp-admin/admin.php(236): do_action(‘settings_page_w…’) #5 /var/www/vhosts/mysite.com/wp-admin/options-general.php(10): require_once(‘/var/www/vhosts…’) #6 {main} thrown in /var/www/vhosts/mysite.com/wp-content/plugins/wp-ses/ses.class.0.8.6.php on line 635

    https://wordpress.org/plugins/wp-ses/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Contributor Sylvain Deaure

    (@sylvaindeaure)

    Hi,

    Your php install does not have simplexml extension.
    It’s enabled by default since php 5.2.

    Check with your hosting provider, you need simplexml.

    Thread Starter toolaxy-one

    (@rootabout)

    Thanks! that was it! I do get a few notices though:

    Notice: get_currentuserinfo is deprecated since version 4.5! Use wp_get_current_user() instead. in /var/www/vhosts/server.admin-builder.com/wp-includes/functions.php on line 3658

    Notice: Undefined index: turcuciprian1@gmail.com in /var/www/vhosts/server.admin-builder.com/wp-content/plugins/wp-ses/wp-ses.php on line 137

    Notice: Undefined index: gmail.com in /var/www/vhosts/server.admin-builder.com/wp-content/plugins/wp-ses/wp-ses.php on line 159

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘FATAL ERROR’ is closed to new replies.