atmoner / php-pastebin-v3

Php pastebin tool
110 stars 56 forks source link

Error > default.class.php #36

Closed algabe closed 9 years ago

algabe commented 9 years ago

Fatal error: Call to undefined function session_status() in /home/u214570756/public_html/libs/default.class.php on line 44

if (session_status() == PHP_SESSION_NONE) session_start();

JohnnyCrazy commented 9 years ago

Could you post your PHP Version?

session_status is only working in >= 5.4.0

algabe commented 9 years ago

PHP >= 5.2

Thanks!

atmoner commented 9 years ago

Problem solved in commit https://github.com/atmoner/php-pastebin-v3/commit/b97e921b67c97226fe835a8a05ffd715814352c3

algabe commented 9 years ago

@JohnnyCrazy and @atmoner Thanks!