Plugin Author
Unyson
(@unyson)
Hello,
Show us please all error messages that you get.
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.
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%
Okay, thanks for the quick feedback!