Opened 15 years ago
Closed 15 years ago
#54 closed defect (wontfix)
Fatal error: Call to undefined function session_start()
Reported by: | anonymous | Owned by: | somebody |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | web | Version: | 0.3 |
Keywords: | Cc: | ||
Estimated Number of Hours: | |||
Description
I gets this error:
Fatal error: Call to undefined function session_start() in /var/www/localhost/htdocs/ganglia/addons/job_monarch/overview.php on line 64
follow the instalation guide 100%
i've install pbs-python-2.9.4 ganglia-3.0.6 php-5.2.6 apache-2.2.8
Change History (1)
comment:1 Changed 15 years ago by ramonb
- Resolution set to wontfix
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.
you need to have support for sessions in your php.
php4 and php5 support sessions by default, I don't know why you dont have it.
see also http://www.php.net/manual/en/book.session.php
check your php.ini for lines matching "session."* under the "[Session]" section.