hi there,
is your plugin compatible with php 7.2 and higher?
thanks, kai
hi there,
with version 4.0.12 and php 7.2 or higher i get the following error on my website:
Warning: count(): Parameter must be an array or an object that implements Countable in /www/htdocs/w007967b/craniopraxis-hamburg.de/wordpress_craniopraxis/wp-content/plugins/seo-wordpress/seo-rewritetitle-class.php on line 17
is this a bug of the Praison SEO WordPress plugin?
i use the theme “weaver xtreme” https://weavertheme.com/
thanks a lot! kai
]]>When I have your plugin enabled, I am getting tons of these error messages in my log file:
PHP Warning: count(): Parameter must be an array or an object that implements Countable in /home1/dventyk7/public_html/wp/wp-content/plugins/seo-wordpress/seo-rewritetitle-class.php on line 17
Any ideas?
Thanks
]]>Hi! I’m Gabor from Nextendweb. We have a plugin, which uses output buffers to call in our files and the part where our code would run is closed if your plugin is installed too. Our senior developer took a look at your code and what he would suggest is, that in this file:
seo-wordpress\seo-rewritetitle-class.php
where currently you have this function:
function zeo_final_title(){
// Use object to avoid namespace collisions
$zeo_rewrite_title = new zeo_rewrite_title();
// We want to act when the page is 99% complete
add_action('wp_footer', array(&$zeo_rewrite_title, 'wpzeo_footer'));
// There is no action hook for "start of processing",
// so we use this implicitly.
$zeo_rewrite_title->starting();
}
that could be changed to this:
function zeo_final_title(){
$zeo_rewrite_title = new zeo_rewrite_title();
$priority = 10;
add_action('template_redirect', array($zeo_rewrite_title, 'starting'), $priority);
add_action('shutdown', array(&$zeo_rewrite_title, 'wpzeo_footer'), -1 * $priority);
}
and because of the priority this way our code would be able to run too. Would you be willing to modify this part of your code?
]]>Hi,
1st I like to say: Great tool!
Sorry to say this, but I’ve a problem: Any user who has an account to my page is able to change the data of “WordPress SEO”. This isn’t helpful. Is there a chance to change it? May be only available to admin?
Thanks a lot.
Greetins
Kai
How can I find out how people discover my website and keep them coming back?
]]>Is it possible to create a customized reporting dashboard using Google Analytics and Gostats?
]]>Hello,
I like to remove the plugin, but when I disable this plugin, the website crashes…is there a way to remove the plugin, and keep my website?
Please help…
ps… In the topics I have read that this problem also occurred with somebody else about a year ago…
]]>NextGen Version 2.0.66.29 works fine until I installed “SEO WordPress” Version 3.0.2
Logged in with Editor rights I′m not longer able to insert galleries. On pages the NextGen-Dialog is empty
I deactivate “SEO WordPress” and everything is ok.
]]>This breaks some stuff on 3.8.3, and this error might suggest something is not enqueued properly?
‘Trying to get property of non-object’ at wp-includes/class.wp-scripts.php 169
]]>Hello
I installed the SEO WordPress plugin, and once I entered meta keywords etc, I was logged out of WP and the site now gives me a Redirect Loop. See open-table.org
I can’t login to the wp admin, and can’t remove the plugin manually through FTP.
Help please?!
Georgia
]]>Hi, I’m using WordPress 3.8 and SEO WordPress plugin 3.0.1
https://capscorrales.com.ar (now under maintenance mode)
Plugins works flawlessly! Excellent job.
Several people will access this blog and some of them will be just suscriptors.
I found that any suscriptor can modify SEO data from plugin panel.
And that’s not good at least for me.
This is a screenshot, accesing blog as “Personal” user, suscriptor level:
https://drive.google.com/file/d/0B92Xbjcc4i10ejdzdm9TQnI0Rjg/edit?usp=sharing
Thanks in advance
]]>First of all sorry for posting not about plugin or wp.org, but I need some opinion on my issue!
I had made two pretty much identical sites with duplicated content
kleithron.wordpress.com and klidaras.wordpress.com (there are in greek).
The klidaras is the first I’ve made and 2 months later i made the kleithron. Recently I started refreshing the second (kleithron), and I will change 90% of the content and the structure (post-category structure to page structure) and when I’m done I will delete permanently the other.
My question is :
Is it worth changing the existing site kleithron.wordpress.com, as matter of SEO / Google aspect ? Or google already had “banned” that site/domain, so it is pointless struggling with that and creating something from scratch ?
Thank you very much
]]>i think the culprint is the seo-wordpress/seo-rewritetitle-class.php where ob_ is being manipulated…
]]>Hi,
when i deactivate the plugin it seems to remove the original wordpress features and causes the webpage to crash, i even have problems in the admin back in wordpress.
its like a virus that i cannot remove with destroying my site. i removed it once then deleted the plugin i did a Restoration of the wordpress version but it still did not cure my problem.
Please help?
Joey
]]>Sorry but the SEO WordPress plugin don’t works. There are no keywords and no description: https://zukunft-stadtbahn.de
]]>