Script URL: http://www.hburg.kyschools.us/technology/helpdesk
Version of script: .0931
Version of PHP: 4.3.4
Hosting company: SELF
Have you searched THIS FORUM for your problem: Yes, but none of the posts apply exactly.
(if not please do before posting)
If so, what terms did you try: I edited the config.inc.php file and made sure it was correct. I replaced a copy of the admin.php file, I re-installed all files all to no avail.
Write your message below:
I had Hesk Helpdesk software running fine. I had to wipe the server and re-build and now that I have phpmyadmin and mysql running I performed the re-install of Hesk and am getting a blank admin.php page in my browser... I checked both IE and Mozilla Firefox and still get a blank admin.php page. Any help & suggestions would be much appreciated.
Blank admin.php screen following installation
Moderator: mkoch227
I uploaded the phpinfo.php file to this location:
http://www.hburg.kyschools.us/technolog ... hpinfo.php
So, you can see current information.
I also changed the debug setting in hesk.settings.inc.php to 1
Once I did that I now get the following error message when accessing:
http://www.hburg.kyschools.us/technolog ... /admin.php
Fatal error: Call to undefined function: session_start() in /srv/www/htdocs/technology/helpdesk/inc/common.inc.php on line 263
Please advise at your convenience. Thanks you!
http://www.hburg.kyschools.us/technolog ... hpinfo.php
So, you can see current information.
I also changed the debug setting in hesk.settings.inc.php to 1
Once I did that I now get the following error message when accessing:
http://www.hburg.kyschools.us/technolog ... /admin.php
Fatal error: Call to undefined function: session_start() in /srv/www/htdocs/technology/helpdesk/inc/common.inc.php on line 263
Please advise at your convenience. Thanks you!
Hi,
PHP on your server was installed with disabled session support ('--disable-session'). Unfortunately Hesk wil not work without sessions supported (they are by default and most servers with PHP have sessions enabled).
You should install PHP with sessions ENABLED (see PHP manual for reference).
Regards
PHP on your server was installed with disabled session support ('--disable-session'). Unfortunately Hesk wil not work without sessions supported (they are by default and most servers with PHP have sessions enabled).
You should install PHP with sessions ENABLED (see PHP manual for reference).
Regards
Klemen, creator of HESK and PHPJunkyardWas this helpful? You can buy me a drink here 
You should follow me on Twitter here
Help desk software | Cloud help desk | Guestbook | Link manager | Click counter | more PHP Scripts ...
Also browse for php hosting companies, read php books, find php resources and use webmaster tools


Help desk software | Cloud help desk | Guestbook | Link manager | Click counter | more PHP Scripts ...
Also browse for php hosting companies, read php books, find php resources and use webmaster tools
Here is what manual has to say, see under "Installation":
http://php.net/session
http://php.net/session
Klemen, creator of HESK and PHPJunkyardWas this helpful? You can buy me a drink here 
You should follow me on Twitter here
Help desk software | Cloud help desk | Guestbook | Link manager | Click counter | more PHP Scripts ...
Also browse for php hosting companies, read php books, find php resources and use webmaster tools


Help desk software | Cloud help desk | Guestbook | Link manager | Click counter | more PHP Scripts ...
Also browse for php hosting companies, read php books, find php resources and use webmaster tools
I did not understand where to make this change thinking it was a configuration file issue...
However, I discovered it was a PHP installation option issue...
I went back to Suse Linux | Install software option | Searched for PHP and found that the PHP Sessions option was not installed... I installed it, re-booted the server and everything is working great now!!!
Thank you very much for your excellent help!
However, I discovered it was a PHP installation option issue...
I went back to Suse Linux | Install software option | Searched for PHP and found that the PHP Sessions option was not installed... I installed it, re-booted the server and everything is working great now!!!
Thank you very much for your excellent help!
