hothbricks
Forum Replies Created
-
Forum: Plugins
In reply to: [Wp-Insert] Again, problem with Cloudflare with new versionHI,
So, did the modification, does not work.
Tried to change $wpInsertGeoLocation = false; to $wpInsertGeoLocation = true; to be sure that it’s not a code issue, all ads display properly.
It seems it cannot get the visitor IP at all.
Forum: Plugins
In reply to: [WPAdverts - Classifieds Plugin] Huge CPU Load when editing / adding advertsFurther investigation :
You indeed need to modify the taxonomy.php file AND you need to clean the cron field in your xx_options table on your wordpress database to avoid huge load because it was filled with cron requests that are never deleted.Forum: Plugins
In reply to: [WPAdverts - Classifieds Plugin] Huge CPU Load when editing / adding advertsI base this on my WHM Server Load criteria which is cranking up suddenly from average less than 1 (6 CPUs) to sometime 15/17. Still investigating though
Question : Does your plugin use WP-CRON ?
Forum: Plugins
In reply to: [Recent Posts Slider] 0.9 update – missing filesJust download version 0.8 and reupload the missing folders (css, img, js & languages) to your /plugins/recent-posts-slider directory. It works then
https://downloads.wordpress.org/plugin/recent-posts-slider.0.8.zip
Forum: Plugins
In reply to: [WPAdverts - Classifieds Plugin] Deleting an advert : Link not workingHi Greg,
Good news,
It works with this new code in manage.php.
Another thing by the way : Users can post anonymously or by registering an account (which allows then to modify or delete an advert).
But if they register, their role is considered as “contributor” which gives them much more rights than posting only adverts. They can for example post articles (assuming this ad system is installd on a blog).
Would it be better to create a specific role which limits their rights to classified posting ?
Forum: Plugins
In reply to: [WPAdverts - Classifieds Plugin] Deleting an advert : Link not workingHi,
Ok, I did not give us so quickly.
I solve the problem for now by replacing&redirect_to=/" title="<?php _e("Delete", "adverts") ?>by
&redirect_to=/adverts/manage/"in manage.php and it works perfectly. It delets the advert and returns to the management page.
Forum: Plugins
In reply to: [WPAdverts - Classifieds Plugin] Deleting an advert : Link not workingAnyway, thanks for your help, but as this problem has no solution for me, I will pass on this plugin.
Forum: Plugins
In reply to: [WPAdverts - Classifieds Plugin] Deleting an advert : Link not workingI found the issue : it’s related to the redirection within the url and mod_security rules throwing à 403 forbidden error on the &redirect_to= parameter.
Forum: Plugins
In reply to: [WPAdverts - Classifieds Plugin] Deleting an advert : Link not workingHi,
Acutally, when clicking on the delete link, it goes to a blank page and the advert does not get deleted at all.Forum: Plugins
In reply to: [WP DB Driver] Updating to 1.9 – weird behaviorTested. It works. Thanks.
Forum: Plugins
In reply to: [WP DB Driver] Updating to 1.9 – weird behaviorIndeed, when you upgrade to 4.2.1, it needs to update database, then it crashes.
If you desactivate plugin and reload, it works, the database gets updated. Then if you reactivate the plugin, it still works. Strange.Forum: Plugins
In reply to: [WP DB Driver] Updating to 1.9 – weird behaviorNo problem. Anyway your reactivity here allows some testing in case of a problem.
Thankls for your fast reaction !Forum: Plugins
In reply to: [WP DB Driver] Updating to 1.9 – weird behavior1.9.1 is ok for me. It works.
Same here, and dozens of people around are also affected.
Nothing else to do than desactivate this plugin to get rid of the error or live with it until someone takes care of it… And you need to clean your error_log file or it will get quickly to a few MB…Forum: Plugins
In reply to: [Wp-Insert] WP-Insert and CLoudflare caching (GeoIP problem)And…It works !!!
Thanks for your outstanding support !