BBPress Darrin Goodman : Replies Created

Forum Replies Created

Viewing 10 posts - 21 through 30 (of 35 total)
  • Author
    Posts
  • Darrin Goodman
    Participant

    Might be related. Try it again please.

    Darrin Goodman
    Participant

    Please disregard my previous message; this looks like a quota-related issue.

    Darrin Goodman
    Participant

    Steven, all of a sudden we are seeing a “Failed to write file to disk” error when we try to upload files into the Media Library. I was just wondering if you might have changed some permissions somewhere that would have effected our ability to upload files? Thanks!

    Darrin Goodman
    Participant

    Hi Steven,

    Thanks for looking at this. The Extension site is the “parent” site, and we do not wish to give any of the “child” website Editors rights to be able to edit the parent website. That would be a problem for us if I added all of the Editors as users to the parent website.

    The Plugin Editor should be available to you if you are logged in as Admin – you have Super-Admin rights. Navigate to My Sites > Network Admin > Plugins, and then on the left side you should see the link for the Editor under the Plugins section. Please let me know if you do not see this.

    Thank you!

    Darrin Goodman
    Participant

    LOL! Now that I look at the screen you are referring to, I see now that I’ve been to that page and I actually referred to it in one of my messages above:

    As far as Editor Roles are concerned, everything is checked except for
    the last item, “Reset Editor Capabilities”.

    Forgive me, I’m fighting a cold and my head has been rather cloudy for the last several days… When you suggested that yesterday, I was thinking in terms of the overall WordPress related roles for users.

    Thanks for your help Steven!

    Darrin Goodman
    Participant
    This reply has been marked as private.
    Darrin Goodman
    Participant

    Hi Steven,

    So Connections is actually ONLY active on the parent website – that’s where our online directory resides. All of the child websites simply link to the main directory on the parent website, and we use categories to keep the offices separated (in our case the categories represent regions and counties).

    As far as Editor Roles are concerned, everything is checked except for the last item, “Reset Editor Capabilities”.

    Please let me know your thoughts. Thanks!

    in reply to: Images Won't Upload – Maximum Upload Size #384269
    Darrin Goodman
    Participant

    @Steven – THANK YOU SO VERY MUCH!!! I owe you a beer or three! I’m not sure why the default-constants.php file is not the most recent… I’ll look into that.

    Thank you!

    in reply to: Images Won't Upload – Maximum Upload Size #384229
    Darrin Goodman
    Participant
    This reply has been marked as private.
    in reply to: Images Won't Upload – Maximum Upload Size #384223
    Darrin Goodman
    Participant

    Thanks for your help Steven – I read through the tutorial and implemented the changes without success. I still get the message indicating that files larger than 0 TB cannot be uploaded. Any other ideas? What I have implemented is detailed below. Thank you! I have increased memory as follows:

    -==[ PHP.INI FILE EDITS (/etc/php.ini) ]==-
    post_max_size = 70M
    upload_max_filesize = 65M
    memory_limit = 128M
    
    
    -==[ .HTACCESS FILE EDITS ]==-
    # Increase maximum upload time
    # Source: https://kinsta.com/blog/increasing-the-maximum-upload-size-in-wordpress
    php_value upload_max_filesize 65M
    php_value post_max_size 70M
    php_value memory_limit 128M
    
    
    -==[ WP-CONFIG.PHP FILE EDITS ]==-
    // This might somehow increase the file upload limit in WP.
    // Source: https://wordpress.org/support/topic/how-to-increase-the-max-upload-size
    define('WP_MEMORY_LIMIT', '128M');
    
    // More efforts to increase file upload size
    // Source: https://kinsta.com/blog/increasing-the-maximum-upload-size-in-wordpress
    @ini_set( 'upload_max_size' , '65M' );
    @ini_set( 'post_max_size', '70M');
    @ini_set( 'memory_limit', '128M' );
    
Viewing 10 posts - 21 through 30 (of 35 total)