• Resolved thulmer

    (@thulmer)


    Hi!

    I would like to run a PlugIn that requires PHP 5.3. At the moment on my webspace the PHP Version is 5.2.17. If I update the PHP Version via htacess with

    AddHandler php53-cgi .php

    I get Error Messages regarding Unyson. I do not get the error Messages if I deactivate the PlugIn. But my theme do not run without Unyson.

    Is there a way to run Unyson with PHP 5.3?

    Thanks for Feedback!

    Regards

    Thorsten

    https://wordpress.org/plugins/unyson/

Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Author Unyson

    (@unyson)

    Hello,

    Show us please all error messages that you get.

    Thread Starter thulmer

    (@thulmer)

    Warning: session_start() [function.session-start]: open(/tmp/sess_3304e30e15cada76351d68751e7a5881, O_RDWR) failed: Permission denied (13) in /xxx/xxx/xxx/xxx/wp-content/plugins/unyson/framework/helpers/class-fw-flash-messages.php on line 214
    
    Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /xxx/xxx/xxx/xxx/wp-content/plugins/unyson/framework/helpers/class-fw-flash-messages.php:214) in /xxx/xxx/xxx/xxx/wp-content/plugins/unyson/framework/helpers/class-fw-flash-messages.php on line 214
    Plugin Author Unyson

    (@unyson)

    This is not an Unyson problem, it’s a server problem.

    To demonstrate that: Create session-test.php in your root directory with the following content:

    <?php
    ini_set('display_errors',1);
    session_start();

    Then open the file in browser http://your-site.com/session-test.php and you should get the same error.

    Thread Starter thulmer

    (@thulmer)

    Thanks for your feedback! Your are right. Does that mean, Unyson would normally run with higher Versions than PHP 5.2?

    Plugin Author Unyson

    (@unyson)

    Sure. We try to not use php5.3 features to make it work on php5.2. But with higher php versions it will work 100%

    Thread Starter thulmer

    (@thulmer)

    Okay, thanks for the quick feedback!

Viewing 6 replies - 1 through 6 (of 6 total)

The topic ‘Unyson running with PHP 5.3?’ is closed to new replies.