Nomina
Forum Replies Created
-
Forum: Plugins
In reply to: [Co-Authors Plus] Guest AuthorsSame issue. Byline works. In my case, author boxes for all authors are created, but bio is only being displayed for “the_author” (viz. the creator of the post; as above) and not for any guest authors. Also, guest author archive links are incomplete–no author slug.
Confirming aluizioll‘s suspicions: the notice seems to be triggered by Better WP Security. Anyone found word from the developer as to a fix?
As a followup to djeyewater‘s post, I just upgraded to WordPress 3.6, and am getting the following strict standards notices when WP_DEBUG is set to true:
Strict Standards: Non-static method WP_Cap_Helper_CR::establish_status_caps() should not be called statically in .../role-scoper_init.php on line 99 Strict Standards: Non-static method WP_Cap_Helper_CR::force_distinct_post_caps() should not be called statically in .../role-scoper_init.php on line 100 Strict Standards: Non-static method WP_Cap_Helper_CR::force_distinct_taxonomy_caps() should not be called statically in .../role-scoper_init.php on line 101 Strict Standards: Declaration of CR_Data_Sources::add() should be compatible with & AGP_Config_Items::add($name, $defining_module, $args = Array) in .../data_sources_rs.php on line 7 Strict Standards: Declaration of CR_Taxonomies::add() should be compatible with & AGP_Config_Items::add($name, $defining_module, $args = Array) in .../taxonomies_rs.php on line 7 Strict Standards: Declaration of CR_Capabilities::add() should be compatible with & AGP_Config_Items::add($name, $defining_module, $args = Array) in .../capabilities_rs.php on line 7
Also on WordPress 3.5.2. Also getting the same error. Everything was working fine throughout the day, then suddenly the site started throwing the same error mentioned above. Coincidentally (?), The error first occurred after adding
define('SAVEQUERIES', true);
to my wp-config for ‘Debug Bar,’ but removing the line had no effect.
Forum: Fixing WordPress
In reply to: Rewrite for wp-login to hide subdirectoryYes. Yes. Yes, PLEASE. Same issue has been driving me insane.