Forum Replies Created

Viewing 15 replies - 46 through 60 (of 74 total)
  • Thread Starter apolloman

    (@apolloman)

    hello dear Jan, hello dear Autox420
    many thanks for the hints.

    i have seen several threads with included images. So i give it a try.

    again thanks for the answers.

    greetings apollo
    btw. thread resolved

    Thread Starter apolloman

    (@apolloman)

    hello dear Adam

    no problem – i was just wondering if we have this option in the WP-Jobmanager.

    – notification-mails to

    a. the subscriber and
    b. the site-admin

    after subsciption of a job-seeker – /(that sends in his resume/cv)

    the plugin participants-database -/(see links above ) has got such a feature.

    guess that wp-jobmanager has this too.

    regard this thread as resolved.

    greetings Apollo

    Thread Starter apolloman

    (@apolloman)

    hello dear Adam

    many thanks for the answer (S) – this one and all the others you gave in the last 24. hours. Glad to see that there is a german translation allready existing.

    Glad that wp-job-manager is such a mature plugin with such great features

    greetings
    apollo

    Thread Starter apolloman

    (@apolloman)

    hello dear Adam

    mamy thanks for the answer (S) – this one and all the others you gave in the last 24. hours.

    Glad that wp-job-manager is such a mature plugin with such great features

    greetings

    Thread Starter apolloman

    (@apolloman)

    good evening,

    i did some research and found some more information here:
    https://wpjobmanager.com/document/tutorial-adding-recaptcha-job-submission-form/

    This tutorial shows how to set it up for the job submission form:

    well that is great – but, as stated above – there are other options to do some confirmation;

    Tutorial: Adding reCAPTCHA to the Job/Resume Submission Form Using a captcha can help prevent spam. One of the best solutions out there is the Google ReCaptcha – it’s free and not too intrusive during form submission. A significant number of your users can now attest they are human without having to solve a CAPTCHA. Instead with just a single click they’ll confirm they are not a robot.

    and the tutorial contnues:

    Doing the Same for Resume Submissions
    If you also want to add the same field to the resume submission form, just use the above code with this small addition:

    Doing the same for Applications
    To add the same field to the application form added by the Applications plugin, add the above code with this small addition:

    well i love to hear hear from you

    Thread Starter apolloman

    (@apolloman)

    hello dear Roland,

    first of all – this thread is resolve!!!

    we have just updated the configuration of PHP on the server ….my serveradmin did some corrections. And now we successfully have fixed the issues.

    conclusion: now all is working perfectly.

    – the site-admin gets a notification E-Mail
    – the subscriber gets a notification E-Mail – with a link to the site where he can complete the registration

    Thank you, dilbert o sullivan – the french friend for signing up! You will receive an email acknowledgement shortly. You may complete your registration with additional information or update your information by visiting the link provided in the email.

    to sume up: all runs well now and i am very glad.

    Many many thanks for this superb plugin which is so great.
    And the suppport here is also overwhelming.

    keep up this great plugin!!

    regards
    apolloman

    – ps. if i find out some more details – about what caused the issues if the discussion with my serveradmin gives me back some of what was happening in the background what was causing the erros — then i come back and report all these findings.
    Again – keep up this great plugin – one of the best wp plugins i know!!!!

    • This reply was modified 7 years, 3 months ago by apolloman. Reason: resolved
    Thread Starter apolloman

    (@apolloman)

    hello dear Josh,

    first of all: many many thanks for the quick reply.

    no – this is part of the system logs that i can see in webmin:

    I recognized this while looking for some mail functions that i need in the plugin
    participant-database – see this thread: https://www.ads-software.com/support/topic/e-mail-notification-mails-to-admin-and-subscriber-do-not-work/

    Note: i can send mails successfully – using two different WP-Plugins:
    – WP Mail SMTP (by wpforms)
    – Easy WP SMTP (by wp-ecommerce)

    So i had to check the whole system – and while doing so – i recognized the issues – i saw the errorlogs

    i did some more investigations:

    This error means that our (my) session can not be saved by our session save handler. As we see i am using mm session save handler which stands for Shared Memory. From php.net: To use shared memory allocation (mm) for session storage configure PHP –with-mm[=DIR] .

    we probably need to install php Shared Memory extension to use this kind of session handler: https://php.net/manua…/book.shmop.php
    Default php session handler is file handler which store your session in files on file system. This handler do not need any additional extension.

    see more about sessions:
    https://silvermapleweb.com/using-the-php-session-in-wordpress/#comment-3355

    Thread Starter apolloman

    (@apolloman)

    dear Roland,

    i hope that i have done the right things in the meanwhile.:

    i set the debug mode for the site like so:

    
    define( 'WP_DEBUG', true );
    define( 'WP_DEBUG_DISPLAY', false );
    define( 'WP_DEBUG_LOG', true );

    and then i processed some submissions on the pdb-submission form:
    meanwhle i got the following data written into the DEBUG_LOG

    [30-Nov-2017 13:58:07 UTC] PHP Warning:  session_start(): Cannot find save handler 'mm' - session startup failed in /sites/www.f-s-j.de/wp-content/plugins/participants-database/participants-database.php on line 288
    [30-Nov-2017 13:58:07 UTC] PHP Warning:  session_start(): Cannot find save handler 'mm' - session startup failed in /sites/www.f-s-j.de/wp-content/plugins/participants-database/classes/PDb_Session.class.php on line 72
    [30-Nov-2017 13:58:08 UTC] PHP Warning:  error_log() has been disabled for security reasons in /sites/www.f-s-j.de/wp-content/plugins/participants-database/participants-database.php on line 1948
    [30-Nov-2017 13:58:10 UTC] PHP Warning:  session_start(): Cannot find save handler 'mm' - session startup failed in /sites/www.f-s-j.de/wp-content/plugins/participants-database/participants-database.php on line 288
    [30-Nov-2017 13:58:11 UTC] PHP Warning:  session_start(): Cannot find save handler 'mm' - session startup failed in /sites/www.f-s-j.de/wp-content/plugins/participants-database/classes/PDb_Session.class.php on line 72
    [30-Nov-2017 13:58:11 UTC] PHP Warning:  error_log() has been disabled for security reasons in /sites/www.f-s-j.de/wp-content/plugins/participants-database/classes/PDb_List.class.php on line 288
    [30-Nov-2017 13:58:11 UTC] PHP Warning:  php_uname() has been disabled for security reasons in /sites/www.f-s-j.de/wp-content/plugins/debug-bar/debug-bar.php on line 234
    [30-Nov-2017 13:58:11 UTC] PHP Warning:  php_uname() has been disabled for security reasons in /sites/www.f-s-j.de/wp-content/plugins/query-monitor/collectors/environment.php on line 227
    [30-Nov-2017 13:58:11 UTC] PHP Warning:  session_start(): Cannot find save handler 'mm' - session startup failed in /sites/www.f-s-j.de/wp-content/plugins/participants-database/participants-database.php on line 288
    [30-Nov-2017 13:58:11 UTC] PHP Notice:  ob_end_flush(): failed to send buffer of zlib output compression (1) in /sites/www.f-s-j.de/wp-includes/functions.php on line 3728
    [30-Nov-2017 13:58:11 UTC] PHP Notice:  ob_end_flush(): failed to send buffer of zlib output compression (1) in /sites/www.f-s-j.de/wp-includes/functions.php on line 3728
    [30-Nov-2017 13:58:12 UTC] PHP Warning:  session_start(): Cannot find save handler 'mm' - session startup failed in /sites/www.f-s-j.de/wp-content/plugins/participants-database/classes/PDb_Session.class.php on line 72
    [30-Nov-2017 13:58:12 UTC] PHP Warning:  session_start(): Cannot find save handler 'mm' - session startup failed in /sites/www.f-s-j.de/wp-content/plugins/participants-database/participants-database.php on line 288
    [30-Nov-2017 13:58:12 UTC] PHP Warning:  php_uname() has been disabled for security reasons in /sites/www.f-s-j.de/wp-content/plugins/query-monitor/collectors/environment.php on line 227
    [30-Nov-2017 13:58:12 UTC] PHP Warning:  session_start(): Cannot find save handler 'mm' - session startup failed in /sites/www.f-s-j.de/wp-content/plugins/participants-database/classes/PDb_Session.class.php on line 72
    [30-Nov-2017 13:58:36 UTC] PHP Warning:  session_start(): Cannot find save handler 'mm' - session startup failed in /sites/www.f-s-j.de/wp-content/plugins/participants-database/participants-database.php on line 288
    [30-Nov-2017 13:58:36 UTC] PHP Warning:  session_start(): Cannot find save handler 'mm' - session startup failed in /sites/www.f-s-j.de/wp-content/plugins/participants-database/classes/PDb_Session.class.php on line 72
    [30-Nov-2017 13:58:36 UTC] PHP Warning:  error_log() has been disabled for security reasons in /sites/www.f-s-j.de/wp-content/plugins/participants-database/participants-database.php on line 1948
    [30-Nov-2017 13:58:38 UTC] PHP Warning:  session_start(): Cannot find save handler 'mm' - session startup failed in /sites/www.f-s-j.de/wp-content/plugins/participants-database/participants-database.php on line 288
    [30-Nov-2017 13:58:38 UTC] PHP Warning:  session_start(): Cannot find save handler 'mm' - session startup failed in /sites/www.f-s-j.de/wp-content/plugins/participants-database/classes/PDb_Session.class.php on line 72
    [30-Nov-2017 13:58:39 UTC] PHP Warning:  error_log() has been disabled for security reasons in /sites/www.f-s-j.de/wp-content/plugins/participants-database/classes/PDb_List.class.php on line 288
    [30-Nov-2017 13:58:39 UTC] PHP Warning:  php_uname() has been disabled for security reasons in /sites/www.f-s-j.de/wp-content/plugins/debug-bar/debug-bar.php on line 234
    [30-Nov-2017 13:58:39 UTC] PHP Warning:  php_uname() has been disabled for security reasons in /sites/www.f-s-j.de/wp-content/plugins/query-monitor/collectors/environment.php on line 227
    [30-Nov-2017 13:58:39 UTC] PHP Notice:  ob_end_flush(): failed to send buffer of zlib output compression (1) in /sites/www.f-s-j.de/wp-includes/functions.php on line 3728
    [30-Nov-2017 13:58:39 UTC] PHP Notice:  ob_end_flush(): failed to send buffer of zlib output compression (1) in /sites/www.f-s-j.de/wp-includes/functions.php on line 3728
    [30-Nov-2017 13:58:39 UTC] PHP Warning:  session_start(): Cannot find save handler 'mm' - session startup failed in /sites/www.f-s-j.de/wp-content/plugins/participants-database/participants-database.php on line 288
    [30-Nov-2017 13:58:40 UTC] PHP Warning:  session_start(): Cannot find save handler 'mm' - session startup failed in /sites/www.f-s-j.de/wp-content/plugins/participants-database/classes/PDb_Session.class.php on line 72
    [30-Nov-2017 13:59:01 UTC] PHP Warning:  session_start(): Cannot find save handler 'mm' - session startup failed in /sites/www.f-s-j.de/wp-content/plugins/participants-database/participants-database.php on line 288
    [30-Nov-2017 13:59:01 UTC] PHP Warning:  session_start(): Cannot find save handler 'mm' - session startup failed in /sites/www.f-s-j.de/wp-content/plugins/participants-database/classes/PDb_Session.class.php on line 72
    [30-Nov-2017 13:59:01 UTC] PHP Warning:  error_log() has been disabled for security reasons in /sites/www.f-s-j.de/wp-content/plugins/participants-database/participants-database.php on line 1948
    [30-Nov-2017 13:59:03 UTC] PHP Warning:  session_start(): Cannot find save handler 'mm' - session startup failed in /sites/www.f-s-j.de/wp-content/plugins/participants-database/participants-database.php on line 288
    [30-Nov-2017 13:59:03 UTC] PHP Warning:  session_start(): Cannot find save handler 'mm' - session startup failed in /sites/www.f-s-j.de/wp-content/plugins/participants-database/classes/PDb_Session.class.php on line 72
    [30-Nov-2017 13:59:04 UTC] PHP Warning:  error_log() has been disabled for security reasons in /sites/www.f-s-j.de/wp-content/plugins/participants-database/classes/PDb_List.class.php on line 288
    [30-Nov-2017 13:59:04 UTC] PHP Warning:  php_uname() has been disabled for security reasons in /sites/www.f-s-j.de/wp-content/plugins/debug-bar/debug-bar.php on line 234
    [30-Nov-2017 13:59:04 UTC] PHP Warning:  php_uname() has been disabled for security reasons in /sites/www.f-s-j.de/wp-content/plugins/query-monitor/collectors/environment.php on line 227
    [30-Nov-2017 13:59:04 UTC] PHP Notice:  ob_end_flush(): failed to send buffer of zlib output compression (1) in /sites/www.f-s-j.de/wp-includes/functions.php on line 3728
    [30-Nov-2017 13:59:04 UTC] PHP Notice:  ob_end_flush(): failed to send buffer of zlib output compression (1) in /sites/www.f-s-j.de/wp-includes/functions.php on line 3728
    [30-Nov-2017 13:59:04 UTC] PHP Warning:  session_start(): Cannot find save handler 'mm' - session startup failed in /sites/www.f-s-j.de/wp-content/plugins/participants-database/participants-database.php on line 288
    [30-Nov-2017 13:59:04 UTC] PHP Warning:  session_start(): Cannot find save handler 'mm' - session startup failed in /sites/www.f-s-j.de/wp-content/plugins/participants-database/classes/PDb_Session.class.php on line 72
    
    and some more here: 
    
    [30-Nov-2017 13:49:37 UTC] PHP Warning:  session_start(): Cannot find save handler 'mm' - session startup failed in /sites/www.f-s-j.de/wp-content/plugins/participants-database/participants-database.php on line 288
    [30-Nov-2017 13:49:37 UTC] PHP Warning:  session_start(): Cannot find save handler 'mm' - session startup failed in /sites/www.f-s-j.de/wp-content/plugins/participants-database/classes/PDb_Session.class.php on line 72
    [30-Nov-2017 13:49:37 UTC] PHP Warning:  php_uname() has been disabled for security reasons in /sites/www.f-s-j.de/wp-content/plugins/query-monitor/collectors/environment.php on line 227
    [30-Nov-2017 13:50:06 UTC] PHP Warning:  session_start(): Cannot find save handler 'mm' - session startup failed in /sites/www.f-s-j.de/wp-content/plugins/participants-database/participants-database.php on line 288
    [30-Nov-2017 13:50:06 UTC] PHP Warning:  session_start(): Cannot find save handler 'mm' - session startup failed in /sites/www.f-s-j.de/wp-content/plugins/participants-database/classes/PDb_Session.class.php on line 72
    [30-Nov-2017 13:50:07 UTC] PHP Warning:  error_log() has been disabled for security reasons in /sites/www.f-s-j.de/wp-content/plugins/participants-database/participants-database.php on line 1948
    [30-Nov-2017 13:50:08 UTC] PHP Warning:  session_start(): Cannot find save handler 'mm' - session startup failed in /sites/www.f-s-j.de/wp-content/plugins/participants-database/participants-database.php on line 288
    [30-Nov-2017 13:50:08 UTC] PHP Warning:  session_start(): Cannot find save handler 'mm' - session startup failed in /sites/www.f-s-j.de/wp-content/plugins/participants-database/classes/PDb_Session.class.php on line 72
    [30-Nov-2017 13:50:08 UTC] PHP Warning:  error_log() has been disabled for security reasons in /sites/www.f-s-j.de/wp-content/plugins/participants-database/classes/PDb_List.class.php on line 288
    [30-Nov-2017 13:50:08 UTC] PHP Warning:  php_uname() has been disabled for security reasons in /sites/www.f-s-j.de/wp-content/plugins/debug-bar/debug-bar.php on line 234
    [30-Nov-2017 13:50:08 UTC] PHP Warning:  php_uname() has been disabled for security reasons in /sites/www.f-s-j.de/wp-content/plugins/query-monitor/collectors/environment.php on line 227
    [30-Nov-2017 13:50:09 UTC] PHP Notice:  ob_end_flush(): failed to send buffer of zlib output compression (1) in /sites/www.f-s-j.de/wp-includes/functions.php on line 3728
    [30-Nov-2017 13:50:09 UTC] PHP Notice:  ob_end_flush(): failed to send buffer of zlib output compression (1) in /sites/www.f-s-j.de/wp-includes/functions.php on line 3728
    [30-Nov-2017 13:50:09 UTC] PHP Warning:  session_start(): Cannot find save handler 'mm' - session startup failed in /sites/www.f-s-j.de/wp-content/plugins/participants-database/participants-database.php on line 288
    [30-Nov-2017 13:50:09 UTC] PHP Warning:  session_start(): Cannot find save handler 'mm' - session startup failed in /sites/www.f-s-j.de/wp-content/plugins/participants-database/classes/PDb_Session.class.php on line 72
    [30-Nov-2017 13:50:10 UTC] PHP Warning:  session_start(): Cannot find save handler 'mm' - session startup failed in /sites/www.f-s-j.de/wp-content/plugins/participants-database/participants-database.php on line 288
    [30-Nov-2017 13:50:10 UTC] PHP Warning:  session_start(): Cannot find save handler 'mm' - session startup failed in /sites/www.f-s-j.de/wp-content/plugins/participants-database/classes/PDb_Session.class.php on line 72
    [30-Nov-2017 13:50:11 UTC] PHP Warning:  php_uname() has been disabled for security reasons in /sites/www.f-s-j.de/wp-content/plugins/query-monitor/collectors/environment.php on line 227
    [30-Nov-2017 13:50:23 UTC] PHP Warning:  session_start(): Cannot find save handler 'mm' - session startup failed in /sites/www.f-s-j.de/wp-content/plugins/participants-database/participants-database.php on line 288
    [30-Nov-2017 13:50:24 UTC] PHP Warning:  session_start(): Cannot find save handler 'mm' - session startup failed in /sites/www.f-s-j.de/wp-content/plugins/participants-database/classes/PDb_Session.class.php on line 72
    [30-Nov-2017 13:50:24 UTC] PHP Warning:  error_log() has been disabled for security reasons in /sites/www.f-s-j.de/wp-content/plugins/participants-database/participants-database.php on line 1948
    [30-Nov-2017 13:50:25 UTC] PHP Warning:  session_start(): Cannot find save handler 'mm' - session startup failed in /sites/www.f-s-j.de/wp-content/plugins/participants-database/participants-database.php on line 288
    [30-Nov-2017 13:50:25 UTC] PHP Warning:  session_start(): Cannot find save handler 'mm' - session startup failed in /sites/www.f-s-j.de/wp-content/plugins/participants-database/classes/PDb_Session.class.php on line 72
    [30-Nov-2017 13:50:26 UTC] PHP Warning:  error_log() has been disabled for security reasons in /sites/www.f-s-j.de/wp-content/plugins/participants-database/classes/PDb_List.class.php on line 288
    [30-Nov-2017 13:50:26 UTC] PHP Warning:  php_uname() has been disabled for security reasons in /sites/www.f-s-j.de/wp-content/plugins/debug-bar/debug-bar.php on line 234
    [30-Nov-2017 13:50:26 UTC] PHP Warning:  php_uname() has been disabled for security reasons in /sites/www.f-s-j.de/wp-content/plugins/query-monitor/collectors/environment.php on line 227
    [30-Nov-2017 13:50:26 UTC] PHP Notice:  ob_end_flush(): failed to send buffer of zlib output compression (1) in /sites/www.f-s-j.de/wp-includes/functions.php on line 3728
    [30-Nov-2017 13:50:26 UTC] PHP Notice:  ob_end_flush(): failed to send buffer of zlib output compression (1) in /sites/www.f-s-j.de/wp-includes/functions.php on line 3728
    [30-Nov-2017 13:50:26 UTC] PHP Warning:  session_start(): Cannot find save handler 'mm' - session startup failed in /sites/www.f-s-j.de/wp-content/plugins/participants-database/participants-database.php on line 288
    [30-Nov-2017 13:50:27 UTC] PHP Warning:  session_start(): Cannot find save handler 'mm' - session startup failed in /sites/www.f-s-j.de/wp-content/plugins/participants-database/classes/PDb_Session.class.php on line 72
    [30-Nov-2017 13:50:46 UTC] PHP Warning:  session_start(): Cannot find save handler 'mm' - session startup failed in /sites/www.f-s-j.de/wp-content/plugins/participants-database/participants-database.php on line 288
    [30-Nov-2017 13:50:50 UTC] PHP Warning:  session_start(): Cannot find save handler 'mm' - session startup failed in /sites/www.f-s-j.de/wp-content/plugins/participants-database/classes/PDb_Session.class.php on line 72
    [30-Nov-2017 13:50:50 UTC] PHP Warning:  error_log() has been disabled for security reasons in /sites/www.f-s-j.de/wp-content/plugins/participants-database/participants-database.php on line 1948
    [30-Nov-2017 13:50:51 UTC] PHP Warning:  session_start(): Cannot find save handler 'mm' - session startup failed in /sites/www.f-s-j.de/wp-content/plugins/participants-database/participants-database.php on line 288
    [30-Nov-2017 13:50:52 UTC] PHP Warning:  session_start(): Cannot find save handler 'mm' - session startup failed in /sites/www.f-s-j.de/wp-content/plugins/participants-database/classes/PDb_Session.class.php on line 72
    [30-Nov-2017 13:50:52 UTC] PHP Warning:  error_log() has been disabled for security reasons in /sites/www.f-s-j.de/wp-content/plugins/participants-database/classes/PDb_List.class.php on line 288
    [30-Nov-2017 13:50:52 UTC] PHP Warning:  php_uname() has been disabled for security reasons in /sites/www.f-s-j.de/wp-content/plugins/debug-bar/debug-bar.php on line 234
    [30-Nov-2017 13:50:52 UTC] PHP Warning:  php_uname() has been disabled for security reasons in /sites/www.f-s-j.de/wp-content/plugins/query-monitor/collectors/environment.php on line 227
    [30-Nov-2017 13:50:52 UTC] PHP Notice:  ob_end_flush(): failed to send buffer of zlib output compression (1) in /sites/www.f-s-j.de/wp-includes/functions.php on line 3728
    [30-Nov-2017 13:50:52 UTC] PHP Notice:  ob_end_flush(): failed to send buffer of zlib output compression (1) in /sites/www.f-s-j.de/wp-includes/functions.php on line 3728
    [30-Nov-2017 13:50:53 UTC] PHP Warning:  session_start(): Cannot find save handler 'mm' - session startup failed in /sites/www.f-s-j.de/wp-content/plugins/participants-database/participants-database.php on line 288
    [30-Nov-2017 13:50:53 UTC] PHP Warning:  session_start(): Cannot find save handler 'mm' - session startup failed in /sites/www.f-s-j.de/wp-content/plugins/participants-database/classes/PDb_Session.class.php on line 72
    [30-Nov-2017 13:51:08 UTC] PHP Warning:  session_start(): Cannot find save handler 'mm' - session startup failed in /sites/www.f-s-j.de/wp-content/plugins/participants-database/participants-database.php on line 288
    [30-Nov-2017 13:51:08 UTC] PHP Warning:  session_start(): Cannot find save handler 'mm' - session startup failed in /sites/www.f-s-j.de/wp-content/plugins/participants-database/classes/PDb_Session.class.php on line 72
    [30-Nov-2017 13:51:08 UTC] PHP Warning:  php_uname() has been disabled for security reasons in /sites/www.f-s-j.de/wp-content/plugins/query-monitor/collectors/environment.php on line 227
    [30-Nov-2017 13:51:30 UTC] PHP Warning:  session_start(): Cannot find save handler 'mm' - session startup failed in /sites/www.f-s-j.de/wp-content/plugins/participants-database/participants-database.php on line 288
    [30-Nov-2017 13:51:31 UTC] PHP Warning:  session_start(): Cannot find save handler 'mm' - session startup failed in /sites/www.f-s-j.de/wp-content/plugins/participants-database/classes/PDb_Session.class.php on line 72
    [30-Nov-2017 13:51:33 UTC] PHP Warning:  php_uname() has been disabled for security reasons in /sites/www.f-s-j.de/wp-content/plugins/debug-bar/debug-bar.php on line 234
    [30-Nov-2017 13:51:33 UTC] PHP Warning:  php_uname() has been disabled for security reasons in /sites/www.f-s-j.de/wp-content/plugins/query-monitor/collectors/environment.php on line 227
    [30-Nov-2017 13:51:34 UTC] PHP Notice:  ob_end_flush(): failed to send buffer of zlib output compression (1) in /sites/www.f-s-j.de/wp-includes/functions.php on line 3728
    [30-Nov-2017 13:51:34 UTC] PHP Notice:  ob_end_flush(): failed to send buffer of zlib output compression (1) in /sites/www.f-s-j.de/wp-includes/functions.php on line 3728
    [30-Nov-2017 13:51:35 UTC] PHP Warning:  session_start(): Cannot find save handler 'mm' - session startup failed in /sites/www.f-s-j.de/wp-content/plugins/participants-database/participants-database.php on line 288
    [30-Nov-2017 13:51:35 UTC] PHP Warning:  session_start(): Cannot find save handler 'mm' - session startup failed in /sites/www.f-s-j.de/wp-content/plugins/participants-database/classes/PDb_Session.class.php on line 72
    [30-Nov-2017 13:51:36 UTC] PHP Warning:  php_uname() has been disabled for security reasons in /sites/www.f-s-j.de/wp-content/plugins/query-monitor/collectors/environment.php on line 227
    [30-Nov-2017 13:51:50 UTC] PHP Warning:  session_start(): Cannot find save handler 'mm' - session startup failed in /sites/www.f-s-j.de/wp-content/plugins/participants-database/participants-database.php on line 288
    [30-Nov-2017 13:51:50 UTC] PHP Warning:  session_start(): Cannot find save handler 'mm' - session startup failed in /sites/www.f-s-j.de/wp-content/plugins/participants-database/classes/PDb_Session.class.php on line 72
    [30-Nov-2017 13:51:51 UTC] PHP Warning:  php_uname() has been disabled for security reasons in /sites/www.f-s-j.de/wp-content/plugins/query-monitor/collectors/environment.php on line 227
    [30-Nov-2017 13:52:05 UTC] PHP Warning:  session_start(): Cannot find save handler 'mm' - session startup failed in /sites/www.f-s-j.de/wp-content/plugins/participants-database/participants-database.php on line 288
    [30-Nov-2017 13:52:05 UTC] PHP Warning:  session_start(): Cannot find save handler 'mm' - session startup failed in /sites/www.f-s-j.de/wp-content/plugins/participants-database/participants-database.php on line 288
    [30-Nov-2017 13:52:05 UTC] PHP Warning:  session_start(): Cannot find save handler 'mm' - session startup failed in /sites/www.f-s-j.de/wp-content/plugins/participants-database/classes/PDb_Session.class.php on line 72
    [30-Nov-2017 13:52:05 UTC] PHP Warning:  session_start(): Cannot find save handler 'mm' - session startup failed in /sites/www.f-s-j.de/wp-content/plugins/participants-database/classes/PDb_Session.class.php on line 72
    [30-Nov-2017 13:52:06 UTC] PHP Warning:  php_uname() has been disabled for security reasons in /sites/www.f-s-j.de/wp-content/plugins/query-monitor/collectors/environment.php on line 227
    [30-Nov-2017 13:52:06 UTC] PHP Warning:  php_uname() has been disabled for security reasons in /sites/www.f-s-j.de/wp-content/plugins/debug-bar/debug-bar.php on line 234
    [30-Nov-2017 13:52:06 UTC] PHP Warning:  php_uname() has been disabled for security reasons in /sites/www.f-s-j.de/wp-content/plugins/query-monitor/collectors/environment.php on line 227
    [30-Nov-2017 13:52:06 UTC] PHP Notice:  ob_end_flush(): failed to send buffer of zlib output compression (1) in /sites/www.f-s-j.de/wp-includes/functions.php on line 3728
    [30-Nov-2017 13:52:06 UTC] PHP Notice:  ob_end_flush(): failed to send buffer of zlib output compression (1) in /sites/www.f-s-j.de/wp-includes/functions.php on line 3728
    [30-Nov-2017 13:52:34 UTC] PHP Warning:  session_start(): Cannot find save handler 'mm' - session startup failed in /sites/www.f-s-j.de/wp-content/plugins/participants-database/participants-database.php on line 288
    [30-Nov-2017 13:52:34 UTC] PHP Warning:  session_start(): Cannot find save handler 'mm' - session startup failed in /sites/www.f-s-j.de/wp-content/plugins/participants-database/classes/PDb_Session.class.php on line 72
    [30-Nov-2017 13:52:37 UTC] PHP Warning:  php_uname() has been disabled for security reasons in /sites/www.f-s-j.de/wp-content/plugins/debug-bar/debug-bar.php on line 234
    [30-Nov-2017 13:52:37 UTC] PHP Warning:  php_uname() has been disabled for security reasons in /sites/www.f-s-j.de/wp-content/plugins/query-monitor/collectors/environment.php on line 227
    [30-Nov-2017 13:52:37 UTC] PHP Notice:  ob_end_flush(): failed to send buffer of zlib output compression (1) in /sites/www.f-s-j.de/wp-includes/functions.php on line 3728
    [30-Nov-2017 13:52:37 UTC] PHP Notice:  ob_end_flush(): failed to send buffer of zlib output compression (1) in /sites/www.f-s-j.de/wp-includes/functions.php on line 3728
    [30-Nov-2017 13:52:42 UTC] PHP Warning:  session_start(): Cannot find save handler 'mm' - session startup failed in /sites/www.f-s-j.de/wp-content/plugins/participants-database/participants-database.php on line 288
    [30-Nov-2017 13:52:42 UTC] PHP Warning:  session_start(): Cannot find save handler 'mm' - session startup failed in /sites/www.f-s-j.de/wp-content/plugins/participants-database/classes/PDb_Session.class.php on line 72
    [30-Nov-2017 13:52:44 UTC] PHP Warning:  php_uname() has been disabled for security reasons in /sites/www.f-s-j.de/wp-content/plugins/debug-bar/debug-bar.php on line 234
    [30-Nov-2017 13:52:45 UTC] PHP Warning:  php_uname() has been disabled for security reasons in /sites/www.f-s-j.de/wp-content/plugins/query-monitor/collectors/environment.php on line 227
    [30-Nov-2017 13:52:45 UTC] PHP Notice:  ob_end_flush(): failed to send buffer of zlib output compression (1) in /sites/www.f-s-j.de/wp-includes/functions.php on line 3728
    [30-Nov-2017 13:52:45 UTC] PHP Notice:  ob_end_flush(): failed to send buffer of zlib output compression (1) in /sites/www.f-s-j.de/wp-includes/functions.php on line 3728
    [30-Nov-2017 13:53:06 UTC] 
    PHP Warning:  session_start(): Cannot find save handler 'mm' - session startup failed in /sites/www.f-s-j.de/wp-content/plugins/participants-database/participants-database.php on line 288
    [30-Nov-2017 13:53:06 UTC] PHP Warning:  session_start(): Cannot find save handler 'mm' - session startup failed in /sites/www.f-s-j.de/wp-content/plugins/participants-database/classes/PDb_Session.class.php on line 72
    [30-Nov-2017 13:53:09 UTC] PHP Warning:  php_uname() has been disabled for security reasons in /sites/www.f-s-j.de/wp-content/plugins/debug-bar/debug-bar.php on line 234
    [30-Nov-2017 13:53:09 UTC] PHP Warning:  php_uname() has been disabled for security reasons in /sites/www.f-s-j.de/wp-content/plugins/query-monitor/collectors/environment.php on line 227
    [30-Nov-2017 13:53:09 UTC] PHP Notice:  ob_end_flush(): failed to send buffer of zlib output compression (1) in /sites/www.f-s-j.de/wp-includes/functions.php on line 3728
    [30-Nov-2017 13:53:09 UTC] PHP Notice:  ob_end_flush(): failed to send buffer of zlib output compression (1) in /sites/www.f-s-j.de/wp-includes/functions.php on line 3728
    [30-Nov-2017 13:54:11 UTC] PHP Warning:  session_start(): Cannot find save handler 'mm' - session startup failed in /sites/www.f-s-j.de/wp-content/plugins/participants-database/participants-database.php on line 288
    [30-Nov-2017 13:54:11 UTC] PHP Warning:  session_start(): Cannot find save handler 'mm' - session startup failed in /sites/www.f-s-j.de/wp-content/plugins/participants-database/classes/PDb_Session.class.php on line 72
    [30-Nov-2017 13:54:12 UTC] PHP Warning:  php_uname() has been disabled for security reasons in /sites/www.f-s-j.de/wp-content/plugins/query-monitor/collectors/environment.php on line 227

    above – the output of thephp-logfile


    Note:
    i can send mails successfully – using three different WP-Plugins:
    – WP Mail SMTP (by wpforms)
    – Easy WP SMTP (by wp-ecommerce)
    – Check email (Version 0.5.5) By Chris Taylor

    and i also get mails from the wordpress-system – eg. when a new comment is getting postet or – when the system is updated to version 4.9.1 . All that goes very very well.

    btw: see the protocoll: of checkmail:

    https://www.f-s-j.de/wp-admin/tools.php?page=checkemail
    SendMail path (UNIX): /bin/true
    SMTP server (Windows): localhost
    SMTP port (Windows): 25
    Add X header: 1


    conclusio;
    well i guess that i miss some preliminary settings. Probably i just have forgottten some set-up-details….

    i will re-check all the system things and the settings of participant-database and will come back to report all the findings.

    regards say

    • This reply was modified 7 years, 3 months ago by apolloman.
    Thread Starter apolloman

    (@apolloman)

    Hello dear Roland,

    [first of all: i do not know if this post is being queued twice.: i have posted it
    once the last day – but i guess that it has gone lost]

    first of all: many thanks for the quick reply. i am on PHP Version 5.6.31 – on a root-server.

    There are some logfiles collected – see below; seems to be some session.save_handler – issues:

    Well it looks like a not so well configured php. Seems that there is something wrong with the PHP SessionHandler?
    Perhaps you recognize something in these logfiles.

    Note: With this configuration – with all settings i am able to send mails with the above mentioned plugins

    – Easy WP SMTP
    – WP Mail SMTP

    But – if you want me to collect more data – or get some more infos – just let me know: Do you need more data from php.ini?
    Please see here the allready gathered logfiles: – note – i got them yesterday. without any workaround
    But sure thing: i can put the site into debug mode with WP_DEBUG.

    
    handler 'mm' - session startup failed in /sites/www.f-s-j.de/wp-content/plugins/participants-database/participants-database.php on line 288, referer: https://www.f-s-j.de/wp-admin/admin.php?page=participants-database_settings_page
    
    [Mon Nov 27 10:39:56.617568 2017] [:error] [pid 15181] [client 217.82.133.206:59244] PHP Warning:  session_start(): Cannot find save handler 'mm' - session startup failed in /sites/www.f-s-j.de/wp-content/plugins/participants-database/classes/PDb_Session.class.php on line 72, referer: https://www.f-s-j.de/wp-admin/admin.php?page=participants-database_settings_page
    [Mon Nov 27 10:39:56.829755 2017] [log_config:warn] [pid 15181] (27)File too large: [client 217.82.133.206:59244] AH00646: Error writing to logs/access_log, referer: https://www.f-s-j.de/wp-admin/admin.php?page=participants-database_settings_page
    [Mon Nov 27 10:40:14.391774 2017] [log_config:warn] [pid 14316] (27)File too large: [client 130.211.144.120:32972] AH00646: Error writing to logs/access_log
    [Mon Nov 27 10:40:56.402793 2017] [:error] [pid 15723] [client 217.82.133.206:59246] PHP Warning:  session_start(): Cannot find save handler 'mm' - session startup failed in /sites/www.f-s-j.de/wp-content/plugins/participants-database/participants-database.php on line 288, referer: https://www.f-s-j.de/wp-admin/admin.php?page=participants-database_settings_page
    [Mon Nov 27 10:40:56.637569 2017] [:error] [pid 15723] [client 217.82.133.206:59246] PHP Warning:  session_start(): Cannot find save handler 'mm' - session startup failed in /sites/www.f-s-j.de/wp-content/plugins/participants-database/classes/PDb_Session.class.php on line 72, referer: https://www.f-s-j.de/wp-admin/admin.php?page=participants-database_settings_page
    [Mon Nov 27 10:40:56.854031 2017] [log_config:warn] [pid 15723] (27)File too large: [client 217.82.133.206:59246] AH00646: Error writing to logs/access_log, referer: https://www.f-s-j.de/wp-admin/admin.php?page=participants-database_settings_page
    [Mon Nov 27 10:41:56.428826 2017] [:error] [pid 15180] [client 217.82.133.206:59247] PHP Warning:  session_start(): Cannot find save handler 'mm' - session startup failed in /sites/www.f-s-j.de/wp-content/plugins/participants-database/participants-database.php on line 288, referer: https://www.f-s-j.de/wp-admin/admin.php?page=participants-database_settings_page
    [Mon Nov 27 10:41:56.675098 2017] [:error] [pid 15180] [client 217.82.133.206:59247] PHP Warning:  session_start(): Cannot find save handler 'mm' - session startup failed in /sites/www.f-s-j.de/wp-content/plugins/participants-database/classes/PDb_Session.class.php on line 72, referer: https://www.f-s-j.de/wp-admin/admin.php?page=participants-database_settings_page
    [Mon Nov 27 10:41:56.906217 2017] [log_config:warn] [pid 15180] (27)File too large: [client 217.82.133.206:59247] AH00646: Error writing to logs/access_log, referer: https://www.f-s-j.de/wp-admin/admin.php?page=participants-database_settings_page
    [Mon Nov 27 10:42:41.938386 2017] [:error] [pid 15179] [client 217.82.133.206:59248] PHP Warning:  session_start(): Cannot find save handler 'mm' - session startup failed in /sites/www.f-s-j.de/wp-content/plugins/participants-database/participants-database.php on line 288, referer: https://www.f-s-j.de/wp-admin/admin.php?page=participants-database_settings_page
    [Mon Nov 27 10:42:42.157846 2017] [:error] [pid 15179] [client 217.82.133.206:59248] PHP Warning:  session_start(): Cannot find save handler 'mm' - session startup failed in /sites/www.f-s-j.de/wp-content/plugins/participants-database/classes/PDb_Session.class.php on line 72, referer: https://www.f-s-j.de/wp-admin/admin.php?page=participants-database_settings_page
    [Mon Nov 27 10:42:42.786171 2017] [log_config:warn] [pid 15179] (27)File too large: [client 217.82.133.206:59248] AH00646: Error writing to logs/access_log, referer: https://www.f-s-j.de/wp-admin/admin.php?page=participants-database_settings_page
    [Mon Nov 27 10:42:43.209828 2017] [:error] [pid 15179] [client 217.82.133.206:59248] PHP Warning:  session_start(): Cannot find save handler 'mm' - session startup failed in /sites/www.f-s-j.de/wp-content/plugins/participants-database/participants-database.php on line 288, referer: https://www.f-s-j.de/wp-admin/admin.php?page=participants-database_settings_page
    [Mon Nov 27 10:42:43.428620 2017] [:error] [pid 15179] [client 217.82.133.206:59248] PHP Warning:  session_start(): Cannot find save handler 'mm' - session startup failed in /sites/www.f-s-j.de/wp-content/plugins/participants-database/classes/PDb_Session.class.php on line 72, referer: https://www.f-s-j.de/wp-admin/admin.php?page=participants-database_settings_page
    [Mon Nov 27 10:42:45.972644 2017] [log_config:warn] [pid 15179] (27)File too large: [client 217.82.133.206:59248] AH00646: Error writing to logs/access_log, referer: https://www.f-s-j.de/wp-admin/admin.php?page=participants-database_settings_page
    [Mon Nov 27 10:42:46.129627 2017] [log_config:warn] [pid 15179] (27)File too large: [client 217.82.133.206:59248] AH00646: Error writing to logs/access_log, referer: https://www.f-s-j.de/wp-admin/admin.php?page=participants-database_settings_page&settings-updated=true
    [Mon Nov 27 10:42:46.696776 2017] [log_config:warn] [pid 15179] (27)File too large: [client 217.82.133.206:59248] AH00646: Error writing to logs/access_log, referer: https://www.f-s-j.de/wp-admin/admin.php?page=participants-database_settings_page
    [Mon Nov 27 10:42:47.679053 2017] [log_config:warn] [pid 15179] (27)File too large: [client 217.82.133.206:59248] AH00646: Error writing to logs/access_log, referer: https://www.f-s-j.de/wp-content/plugins/job-board-manager/assets/admin/css/jquery-ui.css?ver=4.9
    [Mon Nov 27 10:43:04.918379 2017] [:error] [pid 15179] [client 217.82.133.206:59248] PHP Warning:  session_start(): Cannot find save handler 'mm' - session startup failed in /sites/www.f-s-j.de/wp-content/plugins/participants-database/participants-database.php on line 288
    [Mon Nov 27 10:43:05.150019 2017] [:error] [pid 15179] [client 217.82.133.206:59248] PHP Warning:  session_start(): Cannot find save handler 'mm' - session startup failed in /sites/www.f-s-j.de/wp-content/plugins/participants-database/classes/PDb_Session.class.php on line 72
    [Mon Nov 27 10:43:05.504343 2017] [log_config:warn] [pid 15179] (27)File too large: [client 217.82.133.206:59248] AH00646: Error writing to logs/access_log
    [Mon Nov 27 10:43:05.588614 2017] [log_config:warn] [pid 15179] (27)File too large: [client 217.82.133.206:59248] AH00646: Error writing to logs/access_log, referer: https://www.f-s-j.de/
    [Mon Nov 27 10:43:06.231319 2017] [:error] [pid 15179] [client 217.82.133.206:59248] PHP Warning:  session_start(): Cannot find save handler 'mm' - session startup failed in /sites/www.f-s-j.de/wp-content/plugins/participants-database/participants-database.php on line 288, referer: https://www.f-s-j.de/
    [Mon Nov 27 10:43:06.465884 2017] [:error] [pid 15179] [client 217.82.133.206:59248] PHP Warning:  session_start(): Cannot find save handler 'mm' - session startup failed in /sites/www.f-s-j.de/wp-content/plugins/participants-database/classes/PDb_Session.class.php on line 72, referer: https://www.f-s-j.de/
    [Mon Nov 27 10:43:06.497600 2017] [log_config:warn] [pid 15179] (27)File too large: [client 217.82.133.206:59248] AH00646: Error writing to logs/access_log, referer: https://www.f-s-j.de/
    
    

    see some data out of the php-configuration – not sure if they help here;

    
    Session Support 	enabled
    Registered save handlers 	files user
    Registered serializer handlers 	php_serialize php php_binary
    Directive	Local Value	Master Value
    session.auto_start	Off	Off
    session.cache_expire	180	180
    session.cache_limiter	nocache	nocache
    session.cookie_domain	no value	no value
    session.cookie_httponly	Off	Off
    session.cookie_lifetime	3600	3600
    session.cookie_path	/	/
    session.cookie_secure	Off	Off
    session.entropy_file	/dev/urandom	/dev/urandom
    session.entropy_length	32	32
    session.gc_divisor	1000	1000
    session.gc_maxlifetime	3600	3600
    session.gc_probability	1	1
    session.hash_bits_per_character	5	5
    session.hash_function	0	0
    session.name	PHPSESSID	PHPSESSID
    session.referer_check	no value	no value
    session.save_handler	mm	mm
    session.save_path	no value	no value
    session.serialize_handler	php	php
    session.upload_progress.cleanup	On	On
    session.upload_progress.enabled	On	On
    session.upload_progress.freq	1%	1%
    session.upload_progress.min_freq	1	1
    session.upload_progress.name	PHP_SESSION_UPLOAD_PROGRESS	PHP_SESSION_UPLOAD_PROGRESS
    session.upload_progress.prefix	upload_progress_	upload_progress_
    session.use_cookies	On	On
    session.use_only_cookies	On	On
    session.use_strict_mode	Off	Off
    session.use_trans_sid	0	0

    But sure thing: i can try to gather more infos with the site into debug mode with WP_DEBUG.

    Thread Starter apolloman

    (@apolloman)

    Hello dear Roland,

    first of all: many thanks for the quick reply. i am on PHP Version 5.6.31 – on a root-server. There are some logfiles collected – see below: seems to be some session.save_handler – issues:

    Well it looks like a not so well configured php. Seems that there is something wrong with the PHP SessionHandler? Perhaps you recognize something in these logfiles.

    Note: With this configuration – with all settings i am able to send mails with the above mentioned plugins

    – Easy WP SMTP
    – WP Mail SMTP

    But – if you want me to collect more data – or get some more infos – just let me know: Do you need more data from php.ini?
    Please see here the allready gathered logfiles: – note – i got them yesterday. without any workaround: But sure thing: i can put the site into debug mode with WP_DEBUG.

    
    handler 'mm' - session startup failed in /sites/www.f-s-j.de/wp-content/plugins/participants-database/participants-database.php on line 288, referer: https://www.f-s-j.de/wp-admin/admin.php?page=participants-database_settings_page
    
    [Mon Nov 27 10:39:56.617568 2017] [:error] [pid 15181] [client 217.82.133.206:59244] PHP Warning:  session_start(): Cannot find save handler 'mm' - session startup failed in /sites/www.f-s-j.de/wp-content/plugins/participants-database/classes/PDb_Session.class.php on line 72, referer: https://www.f-s-j.de/wp-admin/admin.php?page=participants-database_settings_page
    [Mon Nov 27 10:39:56.829755 2017] [log_config:warn] [pid 15181] (27)File too large: [client 217.82.133.206:59244] AH00646: Error writing to logs/access_log, referer: https://www.f-s-j.de/wp-admin/admin.php?page=participants-database_settings_page
    [Mon Nov 27 10:40:14.391774 2017] [log_config:warn] [pid 14316] (27)File too large: [client 130.211.144.120:32972] AH00646: Error writing to logs/access_log
    [Mon Nov 27 10:40:56.402793 2017] [:error] [pid 15723] [client 217.82.133.206:59246] PHP Warning:  session_start(): Cannot find save handler 'mm' - session startup failed in /sites/www.f-s-j.de/wp-content/plugins/participants-database/participants-database.php on line 288, referer: https://www.f-s-j.de/wp-admin/admin.php?page=participants-database_settings_page
    [Mon Nov 27 10:40:56.637569 2017] [:error] [pid 15723] [client 217.82.133.206:59246] PHP Warning:  session_start(): Cannot find save handler 'mm' - session startup failed in /sites/www.f-s-j.de/wp-content/plugins/participants-database/classes/PDb_Session.class.php on line 72, referer: https://www.f-s-j.de/wp-admin/admin.php?page=participants-database_settings_page
    [Mon Nov 27 10:40:56.854031 2017] [log_config:warn] [pid 15723] (27)File too large: [client 217.82.133.206:59246] AH00646: Error writing to logs/access_log, referer: https://www.f-s-j.de/wp-admin/admin.php?page=participants-database_settings_page
    [Mon Nov 27 10:41:56.428826 2017] [:error] [pid 15180] [client 217.82.133.206:59247] PHP Warning:  session_start(): Cannot find save handler 'mm' - session startup failed in /sites/www.f-s-j.de/wp-content/plugins/participants-database/participants-database.php on line 288, referer: https://www.f-s-j.de/wp-admin/admin.php?page=participants-database_settings_page
    [Mon Nov 27 10:41:56.675098 2017] [:error] [pid 15180] [client 217.82.133.206:59247] PHP Warning:  session_start(): Cannot find save handler 'mm' - session startup failed in /sites/www.f-s-j.de/wp-content/plugins/participants-database/classes/PDb_Session.class.php on line 72, referer: https://www.f-s-j.de/wp-admin/admin.php?page=participants-database_settings_page
    [Mon Nov 27 10:41:56.906217 2017] [log_config:warn] [pid 15180] (27)File too large: [client 217.82.133.206:59247] AH00646: Error writing to logs/access_log, referer: https://www.f-s-j.de/wp-admin/admin.php?page=participants-database_settings_page
    [Mon Nov 27 10:42:41.938386 2017] [:error] [pid 15179] [client 217.82.133.206:59248] PHP Warning:  session_start(): Cannot find save handler 'mm' - session startup failed in /sites/www.f-s-j.de/wp-content/plugins/participants-database/participants-database.php on line 288, referer: https://www.f-s-j.de/wp-admin/admin.php?page=participants-database_settings_page
    [Mon Nov 27 10:42:42.157846 2017] [:error] [pid 15179] [client 217.82.133.206:59248] PHP Warning:  session_start(): Cannot find save handler 'mm' - session startup failed in /sites/www.f-s-j.de/wp-content/plugins/participants-database/classes/PDb_Session.class.php on line 72, referer: https://www.f-s-j.de/wp-admin/admin.php?page=participants-database_settings_page
    [Mon Nov 27 10:42:42.786171 2017] [log_config:warn] [pid 15179] (27)File too large: [client 217.82.133.206:59248] AH00646: Error writing to logs/access_log, referer: https://www.f-s-j.de/wp-admin/admin.php?page=participants-database_settings_page
    [Mon Nov 27 10:42:43.209828 2017] [:error] [pid 15179] [client 217.82.133.206:59248] PHP Warning:  session_start(): Cannot find save handler 'mm' - session startup failed in /sites/www.f-s-j.de/wp-content/plugins/participants-database/participants-database.php on line 288, referer: https://www.f-s-j.de/wp-admin/admin.php?page=participants-database_settings_page
    [Mon Nov 27 10:42:43.428620 2017] [:error] [pid 15179] [client 217.82.133.206:59248] PHP Warning:  session_start(): Cannot find save handler 'mm' - session startup failed in /sites/www.f-s-j.de/wp-content/plugins/participants-database/classes/PDb_Session.class.php on line 72, referer: https://www.f-s-j.de/wp-admin/admin.php?page=participants-database_settings_page
    [Mon Nov 27 10:42:45.972644 2017] [log_config:warn] [pid 15179] (27)File too large: [client 217.82.133.206:59248] AH00646: Error writing to logs/access_log, referer: https://www.f-s-j.de/wp-admin/admin.php?page=participants-database_settings_page
    [Mon Nov 27 10:42:46.129627 2017] [log_config:warn] [pid 15179] (27)File too large: [client 217.82.133.206:59248] AH00646: Error writing to logs/access_log, referer: https://www.f-s-j.de/wp-admin/admin.php?page=participants-database_settings_page&settings-updated=true
    [Mon Nov 27 10:42:46.696776 2017] [log_config:warn] [pid 15179] (27)File too large: [client 217.82.133.206:59248] AH00646: Error writing to logs/access_log, referer: https://www.f-s-j.de/wp-admin/admin.php?page=participants-database_settings_page
    [Mon Nov 27 10:42:47.679053 2017] [log_config:warn] [pid 15179] (27)File too large: [client 217.82.133.206:59248] AH00646: Error writing to logs/access_log, referer: https://www.f-s-j.de/wp-content/plugins/job-board-manager/assets/admin/css/jquery-ui.css?ver=4.9
    [Mon Nov 27 10:43:04.918379 2017] [:error] [pid 15179] [client 217.82.133.206:59248] PHP Warning:  session_start(): Cannot find save handler 'mm' - session startup failed in /sites/www.f-s-j.de/wp-content/plugins/participants-database/participants-database.php on line 288
    [Mon Nov 27 10:43:05.150019 2017] [:error] [pid 15179] [client 217.82.133.206:59248] PHP Warning:  session_start(): Cannot find save handler 'mm' - session startup failed in /sites/www.f-s-j.de/wp-content/plugins/participants-database/classes/PDb_Session.class.php on line 72
    [Mon Nov 27 10:43:05.504343 2017] [log_config:warn] [pid 15179] (27)File too large: [client 217.82.133.206:59248] AH00646: Error writing to logs/access_log
    [Mon Nov 27 10:43:05.588614 2017] [log_config:warn] [pid 15179] (27)File too large: [client 217.82.133.206:59248] AH00646: Error writing to logs/access_log, referer: https://www.f-s-j.de/
    [Mon Nov 27 10:43:06.231319 2017] [:error] [pid 15179] [client 217.82.133.206:59248] PHP Warning:  session_start(): Cannot find save handler 'mm' - session startup failed in /sites/www.f-s-j.de/wp-content/plugins/participants-database/participants-database.php on line 288, referer: https://www.f-s-j.de/
    [Mon Nov 27 10:43:06.465884 2017] [:error] [pid 15179] [client 217.82.133.206:59248] PHP Warning:  session_start(): Cannot find save handler 'mm' - session startup failed in /sites/www.f-s-j.de/wp-content/plugins/participants-database/classes/PDb_Session.class.php on line 72, referer: https://www.f-s-j.de/
    [Mon Nov 27 10:43:06.497600 2017] [log_config:warn] [pid 15179] (27)File too large: [client 217.82.133.206:59248] AH00646: Error writing to logs/access_log, referer: https://www.f-s-j.de/
    

    by the way: see some data – out of the php-configuration. not sure if these insights might help here!?

    
    Session Support 	enabled
    Registered save handlers 	files user
    Registered serializer handlers 	php_serialize php php_binary
    Directive	Local Value	Master Value
    session.auto_start	Off	Off
    session.cache_expire	180	180
    session.cache_limiter	nocache	nocache
    session.cookie_domain	no value	no value
    session.cookie_httponly	Off	Off
    session.cookie_lifetime	3600	3600
    session.cookie_path	/	/
    session.cookie_secure	Off	Off
    session.entropy_file	/dev/urandom	/dev/urandom
    session.entropy_length	32	32
    session.gc_divisor	1000	1000
    session.gc_maxlifetime	3600	3600
    session.gc_probability	1	1
    session.hash_bits_per_character	5	5
    session.hash_function	0	0
    session.name	PHPSESSID	PHPSESSID
    session.referer_check	no value	no value
    session.save_handler	mm	mm
    session.save_path	no value	no value
    session.serialize_handler	php	php
    session.upload_progress.cleanup	On	On
    session.upload_progress.enabled	On	On
    session.upload_progress.freq	1%	1%
    session.upload_progress.min_freq	1	1
    session.upload_progress.name	PHP_SESSION_UPLOAD_PROGRESS	PHP_SESSION_UPLOAD_PROGRESS
    session.upload_progress.prefix	upload_progress_	upload_progress_
    session.use_cookies	On	On
    session.use_only_cookies	On	On
    session.use_strict_mode	Off	Off
    session.use_trans_sid	0	0
    
    

    But – if you want me to collect more data – or get some more infos
    sure thing: i can put the site into debug mode with WP_DEBUG.

    • This reply was modified 7 years, 3 months ago by apolloman.
    Thread Starter apolloman

    (@apolloman)

    Hello dear Roland,

    first of all: many thanks for the quick reply.

    i am on PHP Version 5.6.31 – on a root-server.

    There are some logfiles collected – see below:
    seems to be some session.save_handler – issues:

    Well it looks like a not so well configured php. Seems that there is something wrong with the PHP SessionHandler? Perhaps you recognize something in these logfiles.

    Note: With this configuration – with all settings i am able to send mails with the above mentioned plugins

    – Easy WP SMTP
    – WP Mail SMTP

    But – if you want me to collect more data – or get some more infos – just let me know: Do you need more data from php.ini?

    Please see here the allready gathered logfiles: – note – i got them yesterday. without any workaround. But sure thing: i can put the site into debug mode with WP_DEBUG.

    here the logfiles:

    
    handler 'mm' - session startup failed in /sites/www.f-s-j.de/wp-content/plugins/participants-database/participants-database.php on line 288, referer: https://www.f-s-j.de/wp-admin/admin.php?page=participants-database_settings_page
    
    [Mon Nov 27 10:39:56.617568 2017] [:error] [pid 15181] [client 217.82.133.206:59244] PHP Warning:  session_start(): Cannot find save handler 'mm' - session startup failed in /sites/www.f-s-j.de/wp-content/plugins/participants-database/classes/PDb_Session.class.php on line 72, referer: https://www.f-s-j.de/wp-admin/admin.php?page=participants-database_settings_page
    [Mon Nov 27 10:39:56.829755 2017] [log_config:warn] [pid 15181] (27)File too large: [client 217.82.133.206:59244] AH00646: Error writing to logs/access_log, referer: https://www.f-s-j.de/wp-admin/admin.php?page=participants-database_settings_page
    [Mon Nov 27 10:40:14.391774 2017] [log_config:warn] [pid 14316] (27)File too large: [client 130.211.144.120:32972] AH00646: Error writing to logs/access_log
    [Mon Nov 27 10:40:56.402793 2017] [:error] [pid 15723] [client 217.82.133.206:59246] PHP Warning:  session_start(): Cannot find save handler 'mm' - session startup failed in /sites/www.f-s-j.de/wp-content/plugins/participants-database/participants-database.php on line 288, referer: https://www.f-s-j.de/wp-admin/admin.php?page=participants-database_settings_page
    [Mon Nov 27 10:40:56.637569 2017] [:error] [pid 15723] [client 217.82.133.206:59246] PHP Warning:  session_start(): Cannot find save handler 'mm' - session startup failed in /sites/www.f-s-j.de/wp-content/plugins/participants-database/classes/PDb_Session.class.php on line 72, referer: https://www.f-s-j.de/wp-admin/admin.php?page=participants-database_settings_page
    [Mon Nov 27 10:40:56.854031 2017] [log_config:warn] [pid 15723] (27)File too large: [client 217.82.133.206:59246] AH00646: Error writing to logs/access_log, referer: https://www.f-s-j.de/wp-admin/admin.php?page=participants-database_settings_page
    [Mon Nov 27 10:41:56.428826 2017] [:error] [pid 15180] [client 217.82.133.206:59247] PHP Warning:  session_start(): Cannot find save handler 'mm' - session startup failed in /sites/www.f-s-j.de/wp-content/plugins/participants-database/participants-database.php on line 288, referer: https://www.f-s-j.de/wp-admin/admin.php?page=participants-database_settings_page
    [Mon Nov 27 10:41:56.675098 2017] [:error] [pid 15180] [client 217.82.133.206:59247] PHP Warning:  session_start(): Cannot find save handler 'mm' - session startup failed in /sites/www.f-s-j.de/wp-content/plugins/participants-database/classes/PDb_Session.class.php on line 72, referer: https://www.f-s-j.de/wp-admin/admin.php?page=participants-database_settings_page
    [Mon Nov 27 10:41:56.906217 2017] [log_config:warn] [pid 15180] (27)File too large: [client 217.82.133.206:59247] AH00646: Error writing to logs/access_log, referer: https://www.f-s-j.de/wp-admin/admin.php?page=participants-database_settings_page
    [Mon Nov 27 10:42:41.938386 2017] [:error] [pid 15179] [client 217.82.133.206:59248] PHP Warning:  session_start(): Cannot find save handler 'mm' - session startup failed in /sites/www.f-s-j.de/wp-content/plugins/participants-database/participants-database.php on line 288, referer: https://www.f-s-j.de/wp-admin/admin.php?page=participants-database_settings_page
    [Mon Nov 27 10:42:42.157846 2017] [:error] [pid 15179] [client 217.82.133.206:59248] PHP Warning:  session_start(): Cannot find save handler 'mm' - session startup failed in /sites/www.f-s-j.de/wp-content/plugins/participants-database/classes/PDb_Session.class.php on line 72, referer: https://www.f-s-j.de/wp-admin/admin.php?page=participants-database_settings_page
    [Mon Nov 27 10:42:42.786171 2017] [log_config:warn] [pid 15179] (27)File too large: [client 217.82.133.206:59248] AH00646: Error writing to logs/access_log, referer: https://www.f-s-j.de/wp-admin/admin.php?page=participants-database_settings_page
    [Mon Nov 27 10:42:43.209828 2017] [:error] [pid 15179] [client 217.82.133.206:59248] PHP Warning:  session_start(): Cannot find save handler 'mm' - session startup failed in /sites/www.f-s-j.de/wp-content/plugins/participants-database/participants-database.php on line 288, referer: https://www.f-s-j.de/wp-admin/admin.php?page=participants-database_settings_page
    [Mon Nov 27 10:42:43.428620 2017] [:error] [pid 15179] [client 217.82.133.206:59248] PHP Warning:  session_start(): Cannot find save handler 'mm' - session startup failed in /sites/www.f-s-j.de/wp-content/plugins/participants-database/classes/PDb_Session.class.php on line 72, referer: https://www.f-s-j.de/wp-admin/admin.php?page=participants-database_settings_page
    [Mon Nov 27 10:42:45.972644 2017] [log_config:warn] [pid 15179] (27)File too large: [client 217.82.133.206:59248] AH00646: Error writing to logs/access_log, referer: https://www.f-s-j.de/wp-admin/admin.php?page=participants-database_settings_page
    [Mon Nov 27 10:42:46.129627 2017] [log_config:warn] [pid 15179] (27)File too large: [client 217.82.133.206:59248] AH00646: Error writing to logs/access_log, referer: https://www.f-s-j.de/wp-admin/admin.php?page=participants-database_settings_page&settings-updated=true
    [Mon Nov 27 10:42:46.696776 2017] [log_config:warn] [pid 15179] (27)File too large: [client 217.82.133.206:59248] AH00646: Error writing to logs/access_log, referer: https://www.f-s-j.de/wp-admin/admin.php?page=participants-database_settings_page
    [Mon Nov 27 10:42:47.679053 2017] [log_config:warn] [pid 15179] (27)File too large: [client 217.82.133.206:59248] AH00646: Error writing to logs/access_log, referer: https://www.f-s-j.de/wp-content/plugins/job-board-manager/assets/admin/css/jquery-ui.css?ver=4.9
    [Mon Nov 27 10:43:04.918379 2017] [:error] [pid 15179] [client 217.82.133.206:59248] PHP Warning:  session_start(): Cannot find save handler 'mm' - session startup failed in /sites/www.f-s-j.de/wp-content/plugins/participants-database/participants-database.php on line 288
    [Mon Nov 27 10:43:05.150019 2017] [:error] [pid 15179] [client 217.82.133.206:59248] PHP Warning:  session_start(): Cannot find save handler 'mm' - session startup failed in /sites/www.f-s-j.de/wp-content/plugins/participants-database/classes/PDb_Session.class.php on line 72
    [Mon Nov 27 10:43:05.504343 2017] [log_config:warn] [pid 15179] (27)File too large: [client 217.82.133.206:59248] AH00646: Error writing to logs/access_log
    [Mon Nov 27 10:43:05.588614 2017] [log_config:warn] [pid 15179] (27)File too large: [client 217.82.133.206:59248] AH00646: Error writing to logs/access_log, referer: https://www.f-s-j.de/
    [Mon Nov 27 10:43:06.231319 2017] [:error] [pid 15179] [client 217.82.133.206:59248] PHP Warning:  session_start(): Cannot find save handler 'mm' - session startup failed in /sites/www.f-s-j.de/wp-content/plugins/participants-database/participants-database.php on line 288, referer: https://www.f-s-j.de/
    [Mon Nov 27 10:43:06.465884 2017] [:error] [pid 15179] [client 217.82.133.206:59248] PHP Warning:  session_start(): Cannot find save handler 'mm' - session startup failed in /sites/www.f-s-j.de/wp-content/plugins/participants-database/classes/PDb_Session.class.php on line 72, referer: https://www.f-s-j.de/
    [Mon Nov 27 10:43:06.497600 2017] [log_config:warn] [pid 15179] (27)File too large: [client 217.82.133.206:59248] AH00646: Error writing to logs/access_log, referer: https://www.f-s-j.de/

    and here some session data from the php-configuration:

    
    Session Support 	enabled
    Registered save handlers 	files user
    Registered serializer handlers 	php_serialize php php_binary
    Directive	Local Value	Master Value
    session.auto_start	Off	Off
    session.cache_expire	180	180
    session.cache_limiter	nocache	nocache
    session.cookie_domain	no value	no value
    session.cookie_httponly	Off	Off
    session.cookie_lifetime	3600	3600
    session.cookie_path	/	/
    session.cookie_secure	Off	Off
    session.entropy_file	/dev/urandom	/dev/urandom
    session.entropy_length	32	32
    session.gc_divisor	1000	1000
    session.gc_maxlifetime	3600	3600
    session.gc_probability	1	1
    session.hash_bits_per_character	5	5
    session.hash_function	0	0
    session.name	PHPSESSID	PHPSESSID
    session.referer_check	no value	no value
    session.save_handler	mm	mm
    session.save_path	no value	no value
    session.serialize_handler	php	php
    session.upload_progress.cleanup	On	On
    session.upload_progress.enabled	On	On
    session.upload_progress.freq	1%	1%
    session.upload_progress.min_freq	1	1
    session.upload_progress.name	PHP_SESSION_UPLOAD_PROGRESS	PHP_SESSION_UPLOAD_PROGRESS
    session.upload_progress.prefix	upload_progress_	upload_progress_
    session.use_cookies	On	On
    session.use_only_cookies	On	On
    session.use_strict_mode	Off	Off
    session.use_trans_sid	0	0
    
    

    questions: Do you need more data from php.ini?

    note – i got them yesterday. without any workaround. But sure thing: i can put the site into debug mode with WP_DEBUG.

    look forward to hear from you
    apollo

    • This reply was modified 7 years, 3 months ago by apolloman.

    hello and good evenind dear arsenalmusika

    many many thanks for sharing your infos & your experience. Well do we expect a new release within the next few days / weeks?

    Love to hear from you & the developer.

    ps – perhaps we should contact the developer ad pickplugins…
    what do you say!?

    love to hear from you
    best regards

    • This reply was modified 7 years, 4 months ago by apolloman.

    hello dear csandreas1

    many thanks for raising your questions. We here in the forum are willing to help you.

    according this thread: https://www.ads-software.com/support/topic/change-content-and-sidebars-width/

    you can follow below steps:

    1. Login as admin and go on theme customizer Dashboard >> Apperance >> Customize or Click on Custimze link on top bar from front-end.

    2. Then navigate Additional CSS and put below css into textarea then click on Save & Publish button.

    .wrap { max-width: 1366px; }

    and if you want to modify the percent of the sidebar and content?

    you can do this: you can modify the percent of the sidebar and content.
    just check below css code.

    .wrap { max-width: 1366px; }
    
    /*For Content*/
    .has-sidebar:not(.error404) #primary {
    width: 60%
    }
    
    /*For Sidebar*/
    .has-sidebar #secondary {
    width: 30%
    }
    
    /*Responsive*/
    @media(max-width:768px) {
    /*For Content*/
    .has-sidebar:not(.error404) #primary {
    width: 100%
    }
    
    /*For Sidebar*/
    .has-sidebar #secondary {
    width: 100%
    }
    }
    

    hope this helps you a bit.

    plz let us know how we can help you.

    best regards apollo
    ??

    • This reply was modified 7 years, 4 months ago by apolloman.

    Dear Carsten

    glad that this may help you a bit.

    i am also a big big fan of the 2017. But in terms of customization i am still learning.

    This forum is a great place.

    have a great day…

    apollo ??

    dear Carsten

    many thanks for your reply. i did some further readings here in the forum. I found out the following:

    https://www.ads-software.com/support/topic/sidebar-on-pages-4/

    question: So is there a simple way to add a sidebar to the pages? Thanks!

    answer: Make a child theme and make a new template which contains a sidebar. See single.php as example

    answer: If you want to add a sidebar — either the existing one or a new one — to static pages, you’d need to first create a child theme.

    Here are some resources if you’d like to go that route:

    https://codex.www.ads-software.com/Child_Themes
    https://www.smashingmagazine.com/2016/01/create-customize-wordpress-child-theme/

    In Twenty Seventeen, you’d want to add the call to your sidebar to the page.php file, which is what controls the display of static pages. You don’t need to create a custom template unless you want the option only on certain static pages, and not all. If you want to be able to choose the sidebar template for certain pages only, then you would need to create a custom template instead of modifying page.php.
    See: https://developer.www.ads-software.com/themes/template-files-section/page-templates/#creating-custom-page-templates-for-global-use If you need further help with it, just let us know.

    for more – see https://www.ads-software.com/support/topic/sidebar-on-pages-4/

    hope this may be a little help

    regards
    apollo

Viewing 15 replies - 46 through 60 (of 74 total)