simevo / spid-wordpress

SPID (Sistema Pubblico di Identità Digitale) WordPress plugin
GNU Affero General Public License v3.0
4 stars 1 forks source link

fix error when I load http://spid-wordpress.simevo.com/wp-login.php #50

Closed simevo closed 6 years ago

simevo commented 6 years ago

I get this in /var/log/apache2/error.log:

[Fri Oct 26 15:57:21.812837 2018] [mpm_prefork:notice] [pid 12508] AH00163: Apache/2.4.25 (Debian) configured -- resuming normal operations
[Fri Oct 26 15:57:21.812964 2018] [core:notice] [pid 12508] AH00094: Command line: '/usr/sbin/apache2'
[Fri Oct 26 15:57:26.483441 2018] [:error] [pid 12510] [client 151.32.173.77:42264] PHP Fatal error:  Uncaught Error: Call to undefined function _esc_attr_e() in /var/www/html/wp-content/plugins/spid-wordpress/templates/spid-button.php:15\nStack trace:\n#0 /var/www/html/wp-content/plugins/spid-wordpress/includes/class-spid-core.php(86): include_once()\n#1 /var/www/html/wp-includes/class-wp-hook.php(286): SPID_Core->filterLoginMessage('')\n#2 /var/www/html/wp-includes/plugin.php(203): WP_Hook->apply_filters('', Array)\n#3 /var/www/html/wp-login.php(197): apply_filters('login_message', '')\n#4 /var/www/html/wp-login.php(1012): login_header('Login', '', Object(WP_Error))\n#5 {main}\n  thrown in /var/www/html/wp-content/plugins/spid-wordpress/templates/spid-button.php on line 15
michaeltieso commented 6 years ago

Thanks for fixing that! Sorry for the trouble there.