tsayya
Forum Replies Created
-
Forum: Plugins
In reply to: [Jetpack - WP Security, Backup, Speed, & Growth] Sporadic 404 errorsThe problem seems to be permanent. I get the above error allways and many times tinymce editor doesn’t appear.
I updated to 1.5.4.1 but still the same issue.
when i disable the plugin everything works okey. if i enable the plugin the home buttons disappears
i think that the issue has to do with the following:
plugins/nextgen-gallery/non_pope/class.photocrati_resource_manager.php
function start_buffer()
{
if (defined(‘NGG_DISABLE_RESOURCE_MANAGER’) && NGG_DISABLE_RESOURCE_MANAGER)
return;if (apply_filters(‘run_ngg_resource_manager’, $this->valid_request)) {
ob_start(array(&$this, ‘output_buffer_handler’));
ob_start(array(&$this, ‘get_buffer’));add_action(‘wp_print_footer_scripts’, array(&$this, ‘get_resources’), 1);
add_action(‘admin_print_footer_scripts’, array(&$this, ‘get_resources’), 1);
add_action(‘shutdown’, array(&$this, ‘shutdown’));
}
}Forum: Plugins
In reply to: [Blogger Importer] Speed Up ImportI am trying with the beta version but … after 5 hours the transfered posts are 2928 . I get some errors on nginx :
FastCGI sent in stderr: “PHP message: PHP Warning: Attempt to assign property of non-object in /var/www/vhosts/default2/wp-content/plugins/blogger-importer/blogger-entry.php on line 55
but i don’t think they have to do with the plugin.
thanks