backburner
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Can’t login to wp-adminPlugins were disabled, so not the issue.
I have been using Divi, so I renamed the theme file and found I could get to wp-admin. I switched to twenty thirteen theme (i think that was it) and got the same error again. As a precaution, I deleted all themes and reinstalled Divi. Same error message.
Forum: Fixing WordPress
In reply to: Media library does not load and cannot update WPI reinstalled my old wp files. Still unable to update to new version of WP
- This reply was modified 8 years, 8 months ago by backburner.
Forum: Fixing WordPress
In reply to: Media library does not load and cannot update WPHere’s the error on the log:
PHP Fatal error: require_once(): Failed opening required ‘\\BOSWINFS01\HOME\users\web\b403\ywh.logodesigngroup/wp-includes/widgets/class-wp-widget-media.php’ (include_path=’.;C:\php\pear’) in \\BOSWINFS01\HOME\users\web\b403\ywh.logodesigngroup\wp-includes\default-widgets.php on line 23
Forum: Fixing WordPress
In reply to: Media library does not load and cannot update WPWell, I did the manual update and now I cannot access the site at all.
Forum: Fixing WordPress
In reply to: Media library does not load and cannot update WPNot even close
Forum: Fixing WordPress
In reply to: Media library does not load and cannot update WPI activated debug. Tried to update to 4.8.2 again and got this error:
Fatal error: Call to undefined function wp_doing_cron() in \\BOSWINFS01\HOME\users\web\b403\ywh.logodesigngroup\wp-admin\includes\file.php on line 776
A look at that file gave me this at line 776+:
if ( wp_doing_cron() ) {
$available_space = @disk_free_space( WP_CONTENT_DIR );
if ( $available_space && ( $uncompressed_size * 2.1 ) > $available_space )
return new WP_Error( ‘disk_full_unzip_file’, __( ‘Could not copy files. You may have run out of disk space.’ ), compact( ‘uncompressed_size’, ‘available_space’ ) );
}Forum: Themes and Templates
In reply to: [Enigma] Nav bar menu link constantly highlightedI figured it out! The front page was set to INFO ABOUT page instead of the HOME page.