Menu

#230 Cannot create survey in PHP 5.4+

v3
open
nobody
None
7
2013-05-21
2013-05-16
Bluewisp
No

After a fresh install, I cannot create a survey in the admin menu. It ends up on a blank page (except for the phpesp logo) and show this error:
Fatal error: Call to undefined function session_register() in /www/phpESP/admin/include/where/tab.inc on line 11
Maybe it has something to do with red lines in test.php?

PHP Information
All green except SAPI: apache2handler: no

PHP Extension
All green except:
dBase: No
LDAP: No
PostgreSQL: No

Everything else is green.

Related

Bugs: #230

Discussion

  • bishop

    bishop - 2013-05-20
     
  • Bluewisp

    Bluewisp - 2013-05-20

    Yes. Sorry I just realized that phpESP 2.1.4 use a non existant function
    in php 5.4.9
    The project's activity is stopped? There will be no compatible future
    version of phpESP with the last php?

    On 2013-05-20 15:34, bishop wrote:

    You are using PHP >= 5.4?

    http://php.net/manual/en/function.session-register.php


    [bugs:#230]

    Cannot create survey

    Status: open
    Created: Thu May 16, 2013 04:02 PM UTC by Bluewisp
    Last Updated: Thu May 16, 2013 04:02 PM UTC
    Owner: nobody

    After a fresh install, I cannot create a survey in the admin menu. It
    ends up on a blank page (except for the phpesp logo) and show this error:
    Fatal error: Call to undefined function session_register() in
    /www/phpESP/admin/include/where/tab.inc on line 11
    Maybe it has something to do with red lines in test.php?

    PHP Information
    All green except SAPI: apache2handler: no

    PHP Extension
    All green except:
    dBase: No
    LDAP: No
    PostgreSQL: No

    Everything else is green.


    Sent from sourceforge.net because you indicated interest in
    https://sourceforge.net/p/phpesp/bugs/230/

    To unsubscribe from further messages, please visit
    https://sourceforge.net/auth/subscriptions/

     

    Related

    Bugs: #230

  • bishop

    bishop - 2013-05-21

    Development has not stopped: the team simply has not made some crucial decisions about where we want the next major version to go, specifically regarding frameworks and web 2.0 capabilities.

     
  • bishop

    bishop - 2013-05-21
    • summary: Cannot create survey --> Cannot create survey in PHP 5.4+
    • Group: v2.1.4 --> v3
     
  • Franky Van Liedekerke

    session_register is deprecated, in favor of $_SESSION. This really does call for a new release ... (together with getting rid of ereg-calls)

     

Log in to post a comment.