I'm trying to run dotproject, but I'm getting an error:
I commented out the "session_name" line, and it gave a similar error on "session_write_close". I grep'ed the /usr/include directory, and found that both of those functions are in php_session.h. After reinstalling, I noted that php_session.h was indeed compiled.
Anyone know what I'm missing?
Sincerely,
Tom Anderson
Order amid Chaos, Inc.
Code:
Fatal error: Call to undefined function session_name() in /home/sites/dotproject/htdocs/dotproject/index.php on line 52
I commented out the "session_name" line, and it gave a similar error on "session_write_close". I grep'ed the /usr/include directory, and found that both of those functions are in php_session.h. After reinstalling, I noted that php_session.h was indeed compiled.
Anyone know what I'm missing?
Sincerely,
Tom Anderson
Order amid Chaos, Inc.