• Resolved meggio

    (@meggio)


    Not sure these are related, but they might be…
    Last week you sent me a cscexport.php patch, and it worked in terms of enabling me to export records.

    But this morning I’m attempting to log into my wordpress back end, and get these messages:

    Warning: session_start() [function.session-start]: open(/tmp/sess_b6f3c2776cb9568e0d689cd9e61dd012, O_RDWR) failed: Permission denied (13) in /home/magal/public_html/wp-content/plugins/business-directory-plugin/wpbusdirman.php on line 384

    Warning: session_start() [function.session-start]: Cannot send session cache limiter – headers already sent (output started at /home/magal/public_html/wp-content/plugins/business-directory-plugin/wpbusdirman.php:384) in /home/magal/public_html/wp-content/plugins/business-directory-plugin/wpbusdirman.php on line 384

    Warning: Cannot modify header information – headers already sent by (output started at /home/magal/public_html/wp-content/plugins/business-directory-plugin/wpbusdirman.php:384) in /home/magal/public_html/wp-includes/pluggable.php on line 896

    Warning: Unknown: open(/tmp/sess_b6f3c2776cb9568e0d689cd9e61dd012, O_RDWR) failed: Permission denied (13) in Unknown on line 0

    Warning: Unknown: Failed to write session data (files). Please verify that the current setting of session.save_path is correct (/tmp) in Unknown on line 0

    https://www.ads-software.com/plugins/business-directory-plugin/

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Business Directory Plugin

    (@businessdirectoryplugin)

    HI meggio,

    This particular error message is saying that someone else started a second session when one already exists. We have protection code in our plugin to prevent this from happening on our side, but if another plugin doesn’t have that code, you’ll see that particular error.

    You need to run a conflict test: Here is an article about how to test for theme and plugin conflicts with Business Directory, which may help pinpoint the issue: https://businessdirectoryplugin.com/support-forum/faq/how-to-check-for-plugin-and-theme-conflicts-with-bd/

    I believe that you will find if all plugins except BD are inactive, the error will disappear. After that, you can reactivate plugins one at a time until you find the culprit. The problem is in that other plugin–BD can’t fix this session issue.

    Didn’t work… I deactivated all plugins and still had the error message. I switched themes — I was using Canvas — to twenty fourteen and I still had the message.

    It didn’t show up until I implemented the csv export patch.

    Plugin Author Business Directory Plugin

    (@businessdirectoryplugin)

    Hmmm. OK, we’ll need to dig into this more deeply. Can you please send us FTP and WP Admin credentials to your site and we can take a closer look? https://businessdirectoryplugin.com/contact/

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Error message after installing cscexport patch’ is closed to new replies.