filesofnerds
Forum Replies Created
-
/plugins/role-scoper/admin/filters-nav-menu-query_rs.phpLook at
Cannot access private property WP_Query::$query_vars_hash in /var/www/private_html/wpcontent/plugins/role-scoper/admin/filters-nav-menu-query_rs.phpBut you may lose update abilities wherever this class is used.
$query_vars_hashneeds to change to
$query_vars['hash']As well as any other similarly named variable.
The PHP version seems to be irrelevant.
Moar error: http://pastebin.com/vqKdzRPB
Running into the same error. I think it’s related to the PHP version that is being used. I’m testing locally on PHP5.6 where the server wherein I get this error is PHP5.4.
Check it here http://pastebin.com/C0nMZtY8
Forum: Plugins
In reply to: [SharDB] [Plugin: SharDB] Database tables unavailableThis may be connected with the fact that all first blog tables do not get copied. Taxonomy, Terms, etc do not get copied.
Forum: Fixing WordPress
In reply to: Quirk with $wpdb->insert; multiple insertsMoreover, PHP_debug only shows one query:
[ ] [ W3_Db->query ] [ 1.4550685882568 seconds ] INSERT INTO wp_1_postmeta (post_id, meta_key, meta_value) VALUES ('7095','_articleViews','1')…
Forum: Plugins
In reply to: Creating Posts or Pages through the APIwp_insert_post()