In general a 500 Server Error can be solved (or at least be correctly identified) by looking at php logs. If you are on a shared hosting you should have something in your hosting’s control panel to check the logs (look for Error messages), if you are self-hosting on your own vps you can usually find the logs in the /var/log directory.
This said, the current theme in WP is stored as two entries in wp_options, which are template and stylesheet. Name back the theme directory like the original one, write down the directory name of the original theme, and put it as the field value for wp_options.template and wp_options.stylesheet. At this point WordPress is, if you haven’t touched anything, be in the same state as before you child-theme’d.
Refer to the first paragraph of my answer and edit the answer with the php error so we can look at it.
Related Posts:
- 500 Internal server error after changing php version
- Can php warnings cause an Internal Server Error?
- Internal server error when enabling Multisite in WordPress
- What are PHP extensions and libraries WP needs and/or uses?
- How to create custom 401, 403 and 500 error pages?
- Is it safe to use $_SERVER[‘REQUEST_URI’]?
- Your PHP installation appears to be missing the MySQL extension which is required by WordPress
- Can I view my own wordpress php source code on my hosted web server?
- How to clear WordPress Cache from Server/FTP/Remote location
- How do I test PHP files in WordPress?
- PHP Code stuck in Cache [Memcached] [closed]
- WordPress Site front End and Back End Loading Slowly
- Evaluations of two wordpress security plans against php code injection attack
- APC 500 Internal server error [closed]
- WordPress Site Running Extremely Slow on Dedicated Server
- How to enable Zend Optimiser+ with Batcache
- Can you run WordPress on a MarketLive/Java EE server?
- How to Fix “Are You Sure You Want to Do This”, while uploading my theme?
- Incorrect MIME type for assets with Valet
- How do I Turn This Into An if statement?
- wp-comments-post.php file returns a blank page
- Configure Php server with ISAP
- WP & Server Speed [Teacher Question]
- Plugin PHP file gives error 500 [closed]
- 3 different times on my WordPress website
- WordPress hit memory limit but not from the server
- After adding my website to a new server, I keep getting a unexpected end of file error, but the file is identitcal to it’s original source
- How can I find the cause of a 500 server error?
- WordPress mod_rewrite not working on php fpm
- Problems clearing cache
- How to prevent a function from running based on host (ie web vs local)?
- Reject all malicious URL requests functions.php
- How can I update WordPress plugins or WordPress itself in all server?
- current_time function incorrect in plugin and PHP, not in WordPress admin
- (solved) WordPress Site not loading properly
- Internal Server Errors – Moving working multi-site install to my localhost
- wp_signon works local, not on https
- Upgrade to PHP7.3 and Changing Apache from Prefork to Event Breaks WordPress
- 500 Error, Get custom field and returning it
- Unable to update plug-ins – Undefined index a:1:{s:3:”ssl”;b:1;} in class-requests.php on line 213
- Unexpected behavior when trying to manually install WordPress on macOS Sierra
- My WP Website Shows HTTP ERROR 500
- Creating Log-In Page for backend server
- Using Custom Javascript and pHp to send email to myself when a user clicks on an input button but only works on Chrome, IE, and Micorosft Edge
- Ajax call URL 404’ing when pushed to staging server
- PHP Shortcode – 500 error
- Published custom posts missing
- Trying to display ads on only a third of posts in a loop. Keep getting Error 500?
- WordPress Memory limit not increasing
- changed front-page template gives 500 error
- PHP 7.3 is required for WordPress 5.2 or Recommendation
- HTTP 500 Error after Creating Shortcode
- what to do after instlling cyberpanel on VPS
- How to create a build for quickly deploying a server with WP?
- WordPress Insert line in DB when clicking a button
- Enabling pretty permalinks with Docker, Multisite WordPress and Caddy
- Custom query to get post names beginning with a digit
- Real time Duplicate title check
- Blank on static home page?
- Adjust the results quantity for Search Results page pagination
- Audio tags around Mp3 URL in content
- Display user role Name – not slug
- How to add custom post meta to default blog post?
- Shortcode content filter?
- Update grandchild repeater field with value per row
- Paypal form integration with wordpress registration form without plugin [closed]
- Uploading files using the Settings API
- fatal error call to undefined function get_header in index.php on line 1
- Plugins not working on AJAX requests
- WordPress Child Themes
- Email address not displaying where I expect it to
- need to insert php code in path Get Template Part [closed]
- Set Cache-Control header for 301 redirects
- WordPress template page name displayed on screen
- Adding conditional text to a PHP Shortcode Template
- How to deal with too many $_POST variable conditions from ajax request at backend? [closed]
- wp_nav_menu not working correctly in my underscores theme
- use loop to return blog details
- PHP error when using newer PHP versions
- Get css class of menu item in custom menu structure
- How to check if a category has a parent and child categories?
- Accessing Global Vars & Functions in custom php page
- Load Javascript for a widget WordPress
- For some time, some of my pages do not display the content anymore. Any idea where this could be coming from?
- Links to previous/next month archives
- Workaround for og:image unsupported webp image type, Yoast SEO?
- How to populate a Gutenberg select field SelectControl with option value from PHP array
- Warning: Use of undefined constant all – assumed ‘all’ (this will throw an Error in a future version of PHP) in C:\Users\…….. on line 6
- Change Login or Logout text based on status
- Getting page / post URL on publish and / or update
- Why I’m Not Having Access to “$_POST” Data Outside My AJAX Callback?
- Extra text in the sidebar for 1 menu item and his sub-menu items?
- Date when the custom field was added
- How do I call comments_template(); from a plugin file?
- How to return a Boolean for a page that is a subpage thru its name?
- session_start(): Cannot find save handler ‘mm’ – session startup failed in /sites
- Can you not edit the HTML and PHP of your WordPress without paying?
- $_html is empty when var dumped
- Pre_get_comments and orderby comment_karma
- Custom Post Types in WordPress Dashboard List Rows But Data is Blank