my Wordpress sites several page HTTP 500 Error

Unique_Eric

Administrator
Staff member
#2
Hi @shuraboy ,

There's no log shows on Jul 6~8. Does it happens randomly?
From the error log I can see some php fatal errors. Maybe you can try fixing it first see if 500 error gone.

Code:
grep -i error error_log.txt
[20-Apr-2019 07:31:23 UTC] PHP Parse error:  syntax error, unexpected 'elseif' (T_ELSEIF), expecting end of file in /home/vvdzumxs/public_html/test01/wp-content/themes/gensen_tcd050/custom_search_form.php on line 55
[25-May-2019 06:08:14 UTC] PHP Fatal error:  Uncaught Error: Cannot use object of type WP_Error as array in /home/vvdzumxs/public_html/synapse-game.com/wp-content/plugins/elementor-pro/modules/posts/skins/skin-cards.php:545
[25-May-2019 06:08:59 UTC] PHP Fatal error:  Uncaught Error: Cannot use object of type WP_Error as array in /home/vvdzumxs/public_html/synapse-game.com/wp-content/plugins/elementor-pro/modules/posts/skins/skin-cards.php:545
[25-May-2019 06:10:06 UTC] PHP Fatal error:  Uncaught Error: Cannot use object of type WP_Error as array in /home/vvdzumxs/public_html/synapse-game.com/wp-content/plugins/elementor-pro/modules/posts/skins/skin-cards.php:545
[25-May-2019 06:10:18 UTC] PHP Fatal error:  Uncaught Error: Cannot use object of type WP_Error as array in /home/vvdzumxs/public_html/synapse-game.com/wp-content/plugins/elementor-pro/modules/posts/skins/skin-cards.php:545
[25-May-2019 06:10:37 UTC] PHP Fatal error:  Uncaught Error: Cannot use object of type WP_Error as array in /home/vvdzumxs/public_html/synapse-game.com/wp-content/plugins/elementor-pro/modules/posts/skins/skin-cards.php:545
[25-May-2019 06:11:46 UTC] PHP Fatal error:  Uncaught Error: Cannot use object of type WP_Error as array in /home/vvdzumxs/public_html/synapse-game.com/wp-content/plugins/elementor-pro/modules/posts/skins/skin-cards.php:545
[25-May-2019 06:12:30 UTC] PHP Fatal error:  Uncaught Error: Cannot use object of type WP_Error as array in /home/vvdzumxs/public_html/synapse-game.com/wp-content/plugins/elementor-pro/modules/posts/skins/skin-cards.php:545
[25-May-2019 06:45:13 UTC] PHP Fatal error:  Uncaught Error: Cannot use object of type WP_Error as array in /home/vvdzumxs/public_html/synapse-game.com/wp-content/plugins/elementor-pro/modules/posts/skins/skin-cards.php:545
[25-May-2019 07:01:43 UTC] PHP Fatal error:  Uncaught Error: Cannot use object of type WP_Error as array in /home/vvdzumxs/public_html/synapse-game.com/wp-content/plugins/elementor-pro/modules/posts/skins/skin-cards.php:545
[10-Jun-2019 19:44:08 UTC] PHP Warning:  Error while sending QUERY packet. PID=247556 in /home/vvdzumxs/public_html/synapse-game.com/wp-includes/wp-db.php on line 1924
Is there any other error log generated under `/home/vvdzumxs/public_html` ?

Best,
Eric
 
Top