Support » Plugin: Events Manager - Calendar, Bookings, Tickets, and more! » [Plugin: Events Manager] Installation Error

  • Resolved gobbleoff

    (@gobbleoff)


    Hi all, I just installed WP and Events Manager, and upon installation of EM, I get the following at the header of my site:

    Warning: session_start() [function.session-start]: open(/tmp/sess_9d42a748d912cdfcea073f38c0e1c1fe, O_RDWR) failed: Read-only file system (30) in /home/carclube/public_html/wordpress/wp-content/plugins/events-manager/classes/em-notices.php on line 11
    
    Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /home/carclube/public_html/wordpress/wp-content/plugins/events-manager/classes/em-notices.php:11) in /home/carclube/public_html/wordpress/wp-content/plugins/events-manager/classes/em-notices.php on line 11
    
    Warning: Cannot modify header information - headers already sent by (output started at /home/carclube/public_html/wordpress/wp-content/plugins/events-manager/classes/em-notices.php:11) in /home/carclube/public_html/wordpress/wp-content/plugins/wordpress-mobile-pack/plugins/wpmp_switcher/wpmp_switcher.php on line 506

    any ideas on where to start looking?

    http://wordpress.org/extend/plugins/events-manager/

Viewing 15 replies - 1 through 15 (of 26 total)
  • Thread Starter gobbleoff

    (@gobbleoff)

    and I get this at the footer of the site:

    Warning: Unknown: open(/tmp/sess_9d42a748d912cdfcea073f38c0e1c1fe, O_RDWR) failed: Read-only file system (30) 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

    hi,

    you can try turning off your PHP display_error…does your installation fails to work at all and is it the latest update?

    Thread Starter gobbleoff

    (@gobbleoff)

    I get absolutely zero errors with the install.

    ive put this in wp-config.php

    error_reporting(0);
    @ini_set(‘display_errors’, 0);

    and get the same errors on the website.

    its should be turn off at your server (PHP thru ini file) But did you try disabling wordpress-mobile-pack plugin (see it at error outpu

    And does your EM is not working at all or just showing this warning?

    Thread Starter gobbleoff

    (@gobbleoff)

    mobile pack is deactivated.

    it looks like it works on the page, but when i drag the widget to the sidebar, i get php errors just above the Title textbox

    Warning: session_start() [function.session-start]: open(/tmp/sess_0e195be0969e1b3a6a89dbef04536289, O_RDWR) failed: Read-only file system (30) in /home/carclube/public_html/wordpress/wp-content/plugins/events-manager/classes/em-notices.php on line 11
    
    Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /home/carclube/public_html/wordpress/wp-content/plugins/events-manager/classes/em-notices.php:11) in /home/carclube/public_html/wordpress/wp-content/plugins/events-manager/classes/em-notices.php on line 11

    did you try turning off the php display error?

    Thread Starter gobbleoff

    (@gobbleoff)

    I’m on shared hosting so can’t change php.ini

    I’ve added the above lines into wp-config.php to hopefully turn off the errors, but regardless if its in there or not, the errors display.

    if incase it just showing warning and everything works perfectly try this @ wp-config.php

    @ini_set('log_errors','On');
    @ini_set('display_errors','Off');
    Plugin Author Marcus (aka @msykes)

    (@netweblogic)

    it’s probably that your theme or another plugin is outputing whitespace before EM has a chance to start sessions

    either that or you have some issue with sessions in your php setup

    Thread Starter gobbleoff

    (@gobbleoff)

    thanks guys. it wasnt anything on the software side, at the same time as this, i put in a support ticket, and it was fixed on the (shared) server side.

    am going through and testing wp-events now before putting it into review.

    @gobbleoff is your hosting through GoDaddy? I know someone having the exact same issue and we’re trying to get to the bottom of it.

    //Frankie

    Plugin Author Marcus (aka @msykes)

    (@netweblogic)

    looking at that error again, i just realized that this would have been caused most probably by bad permissions in your web server settings or the temporary folder for sessions.

    Having the same problem and also not able to change php.ini

    Plugin Author Marcus (aka @msykes)

    (@netweblogic)

    inTOWN:
    did you contact your host about it?

    My host thinks it might have to do with how I set up my test user accounts. When not having a domein name I use the 100.100.100.100/~testuser option, which according to him is not the right solution.

    So, I have to set it up differently,
    For now I just commented out line 11 at em-notices.php which also does the trick…

Viewing 15 replies - 1 through 15 (of 26 total)
  • The topic ‘[Plugin: Events Manager] Installation Error’ is closed to new replies.