ID: 30921 User updated by: Lysenka at nm dot ru Reported By: Lysenka at nm dot ru Status: Bogus Bug Type: Session related Operating System: Suse Linux PHP Version: 4.3.8 New Comment:
Can you briefly tell me what i need to do in order to get that working ? How would you enable session module.. I assume I would need to add/change something in php.ini, but what exactly? Previous Comments: ------------------------------------------------------------------------ [2004-11-27 22:47:17] [EMAIL PROTECTED] Sorry, but your problem does not imply a bug in PHP itself. For a list of more appropriate places to ask for help using PHP, please visit http://www.php.net/support.php as this bug system is not the appropriate forum for asking support questions. Thank you for your interest in PHP. You don\'t have the session module enabled. ------------------------------------------------------------------------ [2004-11-27 22:27:08] Lysenka at nm dot ru Description: ------------ Fatal error: Call to undefined function: session_start() in /srv/www/htdocs/store/index.php on line 28 I looked at the line and all it contains is this: session_start(); I have PHPlib and php4-session module installed.. I didn't change php.ini file at all. Reproduce code: --------------- <?php session_start(); ?> Expected result: ---------------- Fatal error: Call to undefined function: session_start() in .... on line 2 Actual result: -------------- Fatal error: Call to undefined function: session_start() in .... on line 2 ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=30921&edit=1