• hello my friends
    I have problem in “media library folders” plugin.
    my problem: folders not load
    I acted : deactive plugin and activate reset and reset database
    but not solve my problem.
    my system information is:
    —– Begin System Info —–

    WordPress Version: 5.3
    PHP Version: 7.2.25
    MySQL Version: 5.5.5
    Web Server: LiteSpeed

    WordPress URL: https://saviors.ir/fa
    Home URL: https://saviors.ir/fa

    PHP cURL Support: Yes
    PHP GD Support: Yes
    PHP Memory Limit: 512M
    PHP Post Max Size: 200M
    PHP Upload Max Size: 200M

    WP_DEBUG: Disabled
    Multi-Site Active: Yes

    Operating System: Windows
    Browser: Mozilla Firefox 71.0
    User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:71.0) Gecko/20100101 Firefox/71.0

    Active Theme:
    – Goodnews 5.9.6
    https://www.momizat.com

    Active Plugins:
    —– End System Info —–

    please help me
    Best regards
    Homami

Viewing 15 replies - 31 through 45 (of 110 total)
  • Hi Homami

    Great now you need to focus on the following
    Error: Can’t find profile directory. 2 XULStore.jsm:66:15
    [Exception… “Component returned failure code: 0x80040111 (NS_ERROR_NOT_AVAILABLE)
    There is missing a profile directore from some plugin/internel handling wordpress or search for the error NS_ERROR. I do not know where that is coming from.

    Hi

    Are you running the site from within a virtualbox, or connecting to a virtualbox????
    If so then the virtualbox is not running!!!!
    See this link
    https://askubuntu.com/questions/217972/virtualbox-does-not-run-ns-error-failure

    Hi Homami

    You could install querymonitor to find problems with databases. But have a look at my last mail
    I suspect that your database is running in a virtualbox, and wordpress cannot connect to the database because the virtualbox is offline

    Thread Starter riaz2157

    (@riaz2157)

    Dear Mr. Peter,
    When I installed this plugin, created records include folders,but there are repeat folders for some of folders.
    I don’t know how to remove repeat folders, in root data?
    Best regards
    Homami

    Hi Homami

    You need to use a FTP program to do that, or use the cPanel of your host to remove those folders in the root.

    Hi Homami

    You can also change the default uploads folder of WordPress as described below. Afterwards remove this line again

    In order to change the default media upload location, you need to edit the wp-config.php file located in the root directory of your WordPress installation. If you want upload directory to be wp-content/files then you will need to place the following code in wp-config.php
    1

    define( ‘UPLOADS’, ‘wp-content/’.’files’ );

    If you want the upload directory to be outside wp-content, like https://www.example.com/files/ then you need to set upload path in wp-config.php like this:
    1

    define( ‘UPLOADS’, ”.’files’ );

    Thread Starter riaz2157

    (@riaz2157)

    Hi Peter
    I mean is:
    some of folders in cpanel, have two repeat in data table of wp_posts!!

    Thread Starter riaz2157

    (@riaz2157)

    Also,
    I installed plugin querymonitor and see in query:
    select post_title, ID, wp_En_mgmlp_folders.folder_id from wp_En_posts LEFT JOIN wp_En_mgmlp_folders ON(wp_En_posts.ID = wp_En_mgmlp_folders.post_id) where ID = 4664
    this problem:
    Current selection does not contain a unique column. Grid edit, checkbox, Edit, Copy and Delete features are not available.

    Hi

    That does not need to cause your problem, it is only a warning. It is not always a problem when there is no unique column.
    Also there can be duplicate entries in wp_posts, but they should have a unique key.
    There exists a plugin that can remove old obsolete posts that also performs a check on your existing tables.

    The plugin I referred to is called WP-Optimize – Clean, Compress, Cache

    Thread Starter riaz2157

    (@riaz2157)

    Hi Peter and excuse me for my problem,
    I installed it and used sometimes.
    Also used optimize of cpanel.
    Also used transient & orphan cleaner.
    but I don’t know how to remove duplicate folder in database?
    I think, that is important for my problem!!!
    best regards

    Hi

    You are moving away from the original problem!
    I asked you if you are asing a virtualbox, but you did not answer that. The error you showed me, indicates a problem with connecting to a virtualbox.
    Duplicate foldernames do not generate this error. Also if these duplicate folders are generated by MLF, you can use the reset plugin of MLF. Please read the documentation of MLF

    Thread Starter riaz2157

    (@riaz2157)

    Hi Peter
    I reset MLF plugin according to its documentation.
    Also I remove all data and tables depend to MLF plugin.
    But, not solve problem.
    Now,I remove everything and records about MLF by search word “mgmlp” in all database.
    Which error message of QueryMonitor or other information send to you to help solving problem?
    (of course after reinstalling plugin)
    best regards

    Thread Starter riaz2157

    (@riaz2157)

    Or enable debug of wordpress and send data in error_log

    Yes set debug on and check what is noted there.
    You also need to resolve this problem I was referring to:Error: Can’t find profile directory. 2 XULStore.jsm:66:15
    [Exception… “Component returned failure code: 0x80040111 (NS_ERROR_NOT_AVAILABLE)
    This indicates that the system cannot connect to the virtualbox that is configured somewhere.
    I suggest if the error is stil present to contact your provider about it.

Viewing 15 replies - 31 through 45 (of 110 total)
  • The topic ‘problem in loading folders’ is closed to new replies.