Hi, which front end post plugin are you using? Please send me screenshots of my plugin’s settings page so I can see if there are any conflicting settings.
-
This reply was modified 6 years, 4 months ago by
Chris Huff.
Thread Starter
pzeud
(@pzeud)
The frontend post plugin is called “AccessPress Anonymous Post Pro Forms”. There is also a free version:
https://de.wordpress.org/plugins/accesspress-anonymous-post/
Screenshot of my settings:
http://fs5.directupload.net/images/170201/khrbgtse.jpg
Do you have any other hooks selected in addition to publish_post?
Sometimes the only way to get my plugin to work with front end submission plugins is to use the hook the_post. You may want to try other hooks first, since the_post would cause my plugin to run way more often than is necessary (basically any time any posts are called for anywhere). But, as a last resort, using the_post should make it work.
Thread Starter
pzeud
(@pzeud)
Unfortunately now the whole Page doesn’t load after puplishing a post via frontend. I just selected “the_post” and now it’s impossible to login as admin. Front/backend doesn’t load. Do you have an idea? I really would like to use your plugin via frontend-post without admin-modus.
Best, pzeud
Thread Starter
pzeud
(@pzeud)
Ok, login works when I rename the plugin folder… so the plugin is deactivated.
It’s quite possible that this happened because you have many posts that do not currently have a featured image, so my plugin was attempting to create images for all of them, which caused your site to not load.
To confirm, you could check the Media Library to see if many featured images were created all at once, with the same date and timestamp.
To assure that this doesn’t happen again, you should run the bulk utility before changing the hook to “the_post” in my plugin’s settings.