Changes between Initial Version and Version 3 of Ticket #33261
- Timestamp:
- 08/04/2015 02:54:42 PM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #33261
-
Property
Status
changed from
newtoreopened -
Property
Component
changed from
GeneraltoDatabase
-
Property
Status
changed from
-
Ticket #33261 – Description
initial v3 17 17 apache error.log 18 18 19 19 {{{ 20 20 [Tue Aug 04 12:40:29.658117 2015] [fastcgi:error] [pid 16895:tid 140665899882240] (104)Connection reset by peer: [client MYCLIENTIP:35852] FastCGI: comm with server "/usr/local/fastcgi/php5.fastcgi" aborted: read failed, referer: http://MYDOMAINNAME/wp-admin/ 21 21 [Tue Aug 04 12:40:29.658179 2015] [core:error] [pid 16895:tid 140665899882240] [client MYCLIENTIP:35852] AH00524: Handler for fastcgi-script returned invalid result code 1, referer: http://MYDOMAINNAME/wp-admin/ … … 24 24 [Tue Aug 04 12:40:31.863521 2015] [fastcgi:error] [pid 16883:tid 140665773991680] (104)Connection reset by peer: [client MYCLIENTIP:35853] FastCGI: comm with server "/usr/local/fastcgi/php5.fastcgi" aborted: read failed, referer: http://MYDOMAINNAME/wp-admin/ 25 25 [Tue Aug 04 12:40:31.863569 2015] [core:error] [pid 16883:tid 140665773991680] [client MYCLIENTIP:35853] AH00524: Handler for fastcgi-script returned invalid result code 1, referer: http://MYDOMAINNAME/wp-admin/ 26 26 }}} 27 27 28 28 /wp-content/debug.log 29 29 {{{ 30 30 PHP Deprecated: mysql_connect(): The mysql extension is deprecated and will be removed in the future: use mysqli or PDO instead in /www/wordpress-4.2.3/wp-includes/wp-db.php on line 1473 31 31 … … 52 52 [04-Aug-2015 12:30:50 UTC] PHP 8. wpdb->db_connect() /www/wordpress-4.2.3/wp-includes/wp-db.php:647 53 53 [04-Aug-2015 12:30:50 UTC] PHP 9. mysqli_real_connect() /www/wordpress-4.2.3/wp-includes/wp-db.php:1443 54 }}}