Many PHP errors on Hesk web pages

Helpdesk for my helpdesk software

Moderator: mkoch227

Post Reply
mgulatto
Posts: 1
Joined: Fri Feb 17, 2012 6:15 pm

Many PHP errors on Hesk web pages

Post by mgulatto »

I just installed the latest version of Hesk 2.3 helpdesk, PHP 5.3.10, and MySQL 5.5.20.0. Got it all running, but each Hesk page has a lot of php and SNMP errors on them. Anyone seen these or know how to get rid of them? Hesk works fine. Here are some lines form the errors:

PHP Warning: PHP Startup: Unable to load dynamic library 'C:\Program Files\PHP\ext\php_oci8.dll' - The specified module could not be found. in Unknown on line 0 PHP Warning: PHP Startup: Unable to load dynamic library 'C:\Program Files\PHP\ext\php_oci8_11g.dll'...

I did full install of PHP (Other CGI option).
Klemen
Site Admin
Posts: 10145
Joined: Fri Feb 11, 2005 4:04 pm

Re: Many PHP errors on Hesk web pages

Post by Klemen »

These are PHP startup errors, not HESK-related errors. You should see same errors on any PHP script.

These come from incomplete PHP installation, usually missing extensions that get called from the php.ini file. Check that you have proper extension libraries or disable the ones causing problems.
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
Post Reply