Hesk 2.1 will not work after updating php from 5.2 to 5.3

Helpdesk for my helpdesk software

Moderator: mkoch227

Klemen
Site Admin
Posts: 10142
Joined: Fri Feb 11, 2005 4:04 pm

Post by Klemen »

Like I thought. You don't have MySQL enabled in PHP that's why it doesn't work (nor will any script that uses MySQL work). You need to enable MySQL:
http://www.php.net/manual/en/mysql.installation.php
http://www.google.com/search?hl=en&q=en ... SQL+in+php
Klemen, creator of HESK and PHPJunkyardWas this helpful? You can buy me a drink here Image

Image 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
eadams
Posts: 11
Joined: Wed Dec 02, 2009 4:24 pm

Post by eadams »

I am going to try and sort this out. I am certain that the extensions have been enabled. I am going check the extension directory and a few other areas for problems. I really appreciate your time helping with this problem.
eadams
Posts: 11
Joined: Wed Dec 02, 2009 4:24 pm

Post by eadams »

I have followed all instructions regarding the php ini file and I still cant get mysql to show up in the phpinfo.php list. Could someone take a look at my ini file and let me know if I have overlooked a setting?

(REMOVED)
Klemen
Site Admin
Posts: 10142
Joined: Fri Feb 11, 2005 4:04 pm

Post by Klemen »

Providing support for PHP installation/configuration is not the purpose of this forum, please post any questions regarding configuration to the relevant PHP communities (and search Google for similar problems).

With that said, two quick things to check would be: is php_mysql.dll in your extensions folder? And did you restart the server after changing the php.ini file?
Klemen, creator of HESK and PHPJunkyardWas this helpful? You can buy me a drink here Image

Image 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
eadams
Posts: 11
Joined: Wed Dec 02, 2009 4:24 pm

Post by eadams »

Problem found, I was not rebooting the server. Thank you for your time.
Post Reply