Forum Replies Created

Viewing 4 replies - 1 through 4 (of 4 total)
  • You may not have the permissions correct for the root folder or one of the folders it’s trying to create. If you are using a default install of LAMP and have terminal access then all you need to do is issue this command as root. chown -R www-data:www-data /var/www/

    This will change the owner of the web folder to www-data and allow the site permission to adjust any file within the default web directory.

    Forum: Fixing WordPress
    In reply to: Windows 10

    If you are looking to set up a server environment on a windows 10 system, then I recommend that you install packaged software that includes everything you need. XAMPP is one of the packages you may try. Here is a link to a good tutorial about XAMPP.

    You’d need to change the generated widget markup created by register_sidebar in functions.php from:

    ‘before_widget’ => ‘<div id=”widget_sidebar” class=”widget-area”>’,

    to something like:

    ‘before_widget’ => ‘<div id=”widget_sidebar” class=”widget-area %2$s”>’,

    In theory, this would add a class ‘widget_text’ to the output that you could then use in your CSS.

    Forum: Fixing WordPress
    In reply to: PHP Fatal error:

    There are a couple things you can try to resolve this problem.

    first you can manually reset your plugins.
    Second you can manually reinstall the WordPress files.

    Let us know how this works for you and if it doesn’t then please answer the question below with your reply.

    Did you do an update to WordPress, your plugins, or change/update the theme you are using?

Viewing 4 replies - 1 through 4 (of 4 total)