Hello thePleasurePrincess,
we updated the plugin in order to fix your problem; let us know if it is ok now.
Best regards
It works again!
Thank you so much.
Awesome plugin. Even more awesome and diligent, yet ruthless, bug squishers.
Unfortunately there maybe a small issue with your recent patch.
I just got the following notification (removed css tags and slightly abbreviated):
Warning: session_start(): Cannot send session cookie – headers already sent in /home/…/wp-content/plugins/advanced-post-search/advanced-post-search.php on line 61
I’m re-posting as I originally submitted this as part of an earlier RESOLVED post.
Unfortunately there maybe a small issue with your recent patch.
I’m now getting the following notifications (removed css tags and abbreviated the url):
Warning: session_start(): Cannot send session cookie – headers already sent in /home/…/wp-content/plugins/advanced-post-search/advanced-post-search.php on line 61
Warning: session_start(): Cannot send session cache limiter – headers already sent in /home/…/wp-content/plugins/advanced-post-search/advanced-post-search.php on line 61
It seems that something in your project is generating output before the Plugins initialization. You can check the generated HTML code of the page where you are getting the error; the code above the reported error is generated before the Plugins initialization and stops the plugin from initializing correctly.