Forum Replies Created

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter Capn Jav

    (@capn-jav)

    profile.php resolved by re-uploading user.php (which was 0kb on the server).

    widgets.php resolved (not sure which upload caused the fix).

    In all cases it was file related.

    To others experiencing similar problems, check for file size inconsistencies.

    Thanks GRAQ.

    Thread Starter Capn Jav

    (@capn-jav)

    OK, it probably is file related. Mangaged to track down the problem with the Plugins to:

    class-wp-plugins-list-table.php

    It was 0kb on my server, uploaded again and Plugin.php is functional. Clearly having file transfer issues to the server (never had this with filezilla before).

    With that said will attempt to track down the culprit file(s) for the other problems.

    Thread Starter Capn Jav

    (@capn-jav)

    I should have mentioned:

    I re-uploaded the files in question numerous times to no avail.

    I attempted the following fix on widgets.php – as was suggested in other threads with similar widgets.php issues – prior to realising that profiles.php and plugins.php were also not working.

    Replaced

    require_once(ABSPATH . ‘wp-admin/includes/widgets.php’);

    With

    //require_once(ABSPATH . ‘wp-admin/includes/widgets.php’);
    require_once(‘includes/widgets.php’);

    This also didn’t fix the issue. Error was on line 14 instead of 13 due to the commented out line.

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