Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)
  • RESOLVED:

    This issue has to do with Turck MMCACHE being enabled in PHP. (Check your ‘php.ini’ or ‘php.d/mmcache.ini’ files).

    Since part of the PHP loads are performed without some variables set (and then cached), when they are loaded from MMCACHE on the subsequent load, the variables are not present for some of the functions to create the entries in the database.

    Disable MMCACHE and flush it, or disable and wait X hours…

    This issue is not resolved.

    When performing a new, clean installation, I’ve had the permissions problem on different systems. It partly has something to do with ‘roles’ in ‘capabilities.php’.

    If you look at your wp_options (or whatever prefix you have) table, you’ll see that the option_value for the capabilities are set, but without a option_name present. This option name is supposed to be called from capabilities.php as a WP_Roles class as $this->role_key…

    This is only part of the issue I’m having, though, because of the dependency on these functions — I’m still stuck with permissions problems.

    Anyone have a patch?

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