richmattingly
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Can log in, but cannot make any changes or see full dashboardYeah, I should definitely not have replaced all those files. I went from simply not being able to log in to my dashboard to the entire website being broken.
Forum: Fixing WordPress
In reply to: Can log in, but cannot make any changes or see full dashboardAlright, I did another full re-install of WP 5.9.3 and now the only error I’m getting is this:
[10-Apr-2022 11:39:32 UTC] PHP Fatal error: Call to undefined function get_allowed_block_template_part_areas() in /home/flbeeclu/public_html/wp-includes/blocks/template-part.php on line 168Forum: Fixing WordPress
In reply to: Can log in, but cannot make any changes or see full dashboardI used 5.9.3?
Forum: Fixing WordPress
In reply to: Can log in, but cannot make any changes or see full dashboardThis is what I am seeing now:
[09-Apr-2022 20:37:04 UTC] PHP Fatal error: Call to undefined function get_allowed_block_template_part_areas() in /home/flbeeclu/public_html/wp-includes/blocks/template-part.php on line 168 [09-Apr-2022 20:38:02 UTC] PHP Fatal error: Call to undefined function get_allowed_block_template_part_areas() in /home/flbeeclu/public_html/wp-includes/blocks/template-part.php on line 168 [09-Apr-2022 20:38:36 UTC] PHP Fatal error: Call to undefined function get_allowed_block_template_part_areas() in /home/flbeeclu/public_html/wp-includes/blocks/template-part.php on line 168 [09-Apr-2022 20:38:59 UTC] PHP Fatal error: Call to undefined function get_allowed_block_template_part_areas() in /home/flbeeclu/public_html/wp-includes/blocks/template-part.php on line 168 [09-Apr-2022 20:42:41 UTC] PHP Fatal error: Call to undefined function get_allowed_block_template_part_areas() in /home/flbeeclu/public_html/wp-includes/blocks/template-part.php on line 168 [09-Apr-2022 20:43:40 UTC] PHP Fatal error: Call to undefined function get_allowed_block_template_part_areas() in /home/flbeeclu/public_html/wp-includes/blocks/template-part.php on line 168 [09-Apr-2022 20:44:10 UTC] PHP Fatal error: Call to undefined function get_allowed_block_template_part_areas() in /home/flbeeclu/public_html/wp-includes/blocks/template-part.php on line 168
Forum: Fixing WordPress
In reply to: Can log in, but cannot make any changes or see full dashboardWell, I did that and now the site says “There has been a critical error on this website.”
Forum: Fixing WordPress
In reply to: Can log in, but cannot make any changes or see full dashboardThat’s interesting – the cPanel for this hosting company claims the site is “unmetered” but the site itself is pushing a gig and a half.
I will give replacing the wordpess files a try and see if that clears things up – thanks again!
Forum: Fixing WordPress
In reply to: Can log in, but cannot make any changes or see full dashboardThank you! I did what you suggested and my error_log file in my wp_admin folder reads as follows:
[09-Apr-2022 19:14:53 UTC] PHP Warning: require(/home/flbeeclu/public_html/wp-admin/wp-blog-header.php): failed to open stream: No such file or directory in /home/flbeeclu/public_html/wp-admin/index.php on line 20 [09-Apr-2022 19:14:53 UTC] PHP Fatal error: require(): Failed opening required '/home/flbeeclu/public_html/wp-admin/wp-blog-header.php' (include_path='.:/opt/cpanel/ea-php56/root/usr/share/pear') in /home/flbeeclu/public_html/wp-admin/index.php on line 20 [09-Apr-2022 19:14:57 UTC] PHP Warning: require(/home/flbeeclu/public_html/wp-admin/wp-blog-header.php): failed to open stream: No such file or directory in /home/flbeeclu/public_html/wp-admin/index.php on line 20 [09-Apr-2022 19:14:57 UTC] PHP Fatal error: require(): Failed opening required '/home/flbeeclu/public_html/wp-admin/wp-blog-header.php' (include_path='.:/opt/cpanel/ea-php56/root/usr/share/pear') in /home/flbeeclu/public_html/wp-admin/index.php on line 20
Does anything stand out? I’m flying a little blind as this is a site for a local beekeeping club and no one seems to have a clue who set this site up to begin with.
Forum: Fixing WordPress
In reply to: Can log in, but cannot make any changes or see full dashboardThe alternative login page appears, but doesn’t work. I have been attempting to log in there and get the same 500 error.
I just added the suggested debugging code to wp-config.php and I’ll see what that maybe turns up! The error log that is currently in that directory is 500mb and doesn’t seem to want to open.
Forum: Fixing WordPress
In reply to: Can log in, but cannot make any changes or see full dashboardThank you! I tried renaming the folder “plugins” to “plugins.hold” but I still am getting the WSOD (new term I just learned!). Does that mean it’s definitely not a plugin issue?