PHP Fatal error: Call to undefined function WP_Filesystem() [closed]

Closed. This question needs details or clarity. It is not currently accepting answers. Want to improve this question? Add details and clarify the problem by editing this post. Closed 5 years ago. Improve this question “internal server error” wp-content/themes/xxxxxx/inc/custom-functions.php on line 529 1 Answer 1 The error is in custom-functions.php line 529 where you might … Read more

Google Search Console: Index Coverage Error for /wp-includes/ php files

Recently, without changing anything on my website, Google search console started flagging 80 index coverage errors, shown as “Server error (5xx)”. When I go look into it, what it’s flagging are php files in the /wp-includes/ folder, which Google shouldn’t be even trying to index. My xml sitemap doesn’t include these files. I don’t understand … Read more

wp_generate_attachment_metadata generates 503 Service Unavailable or 500 timeout errors

I’ve been struggling for a week with this… I was trying to upload an image with media_handle_upload but it never worked (it always timed out), so I decided to break it down to see where it failed and I wrote this: if ( move_uploaded_file($file[“tmp_name”], $target_file) ) { $wp_filetype = wp_check_filetype($filename, null); $attachment = array( ‘post_author’ … Read more

Using the child theme functions.php to change the customizer.php on parent theme

I’m trying to add a second logo option to the customizer.php of the parent theme using the functions.php from the child theme. But, I’m getting a 500 Internal Server Error. What am I doing wrong? This is the code of the customizer.php file inside the folder “extend” on the parent theme. function j007_customize_register( $wp_customize ) … Read more

How can I reactivate a plugin without access to my dashboard?

I’ve been working on a wordpress site (geniedrinks.co.uk) using the Jevelin theme. Last night, I deactivated a plugin called WP Bakery Page Builder (js_composer) which immediately resulted in HTTP error 500 across all pages – I can’t even access my wp-admin page. I have a feeling reactivating the plugin might correct the issue, but can’t … Read more

How to stop a 500 error on the WordPress theme folder

Google search console is complaining that my WordPress theme folder returns a 500 error. You can see it here https://www.dailywritingtips.com/wp-content/themes/dailywritingtips/ Curiously many WordPress sites have this problem, even very popular ones like TechCrunch https://techcrunch.com/wp-content/themes/techcrunch-2017/ I’m guessing the correct return should be 404 or 403. I’m not able to simply throw an empty index.php file inside … Read more

Can’t access wp-admin Internal Server Error 500

I suddenly can’t access company.co.za/wp-admin, as it redirects to http://company.co.za/wp-login.php?redirect_to=http%3A%2F%company.co.za%2Fwp-admin%2F&reauth=1 with error 500 What should I do to resolve this? I know I can try disabling all plugins, but how do I do that without loggin into wp dashboard? Is there some other step I should take? Thank you 5 Answers 5 There are so … Read more