Install Stuck at Step3. Step4 yields blank page...

Helpdesk for my helpdesk software

Moderator: mkoch227

anointeddan
Posts: 3
Joined: Thu Mar 20, 2008 1:25 am

Windows Install

Post by anointeddan »

What are the steps u used in installing the helpdesk software in windows 2003
Klemen
Site Admin
Posts: 10142
Joined: Fri Feb 11, 2005 4:04 pm

Post by Klemen »

Have you followed the instructions in readme.htm 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
ritztech
Posts: 3
Joined: Fri Sep 04, 2009 7:57 pm

Post by ritztech »

seems like an old post but i get this (after i uncommented in the php.ini file)

do i need to install like mysql or php extensions to support mysql

THanks

unable to load dynamic library './php_mysql.dll' do i have to install an extension with mysql
ritztech
Posts: 3
Joined: Fri Sep 04, 2009 7:57 pm

Post by ritztech »

i just noticed that no PHP exts are there .....


thanks
ritztech
Posts: 3
Joined: Fri Sep 04, 2009 7:57 pm

Post by ritztech »

Hey again i just changed my install from php 5.14 to 5.20 (that installed the Ext modules)

and now i get this (PASSED the blank screen of death (BSOD) haha )

PHP Warning: PHP Startup: Unable to load dynamic library 'C:\PHP\ext\php_mssql.dll' - The specified module could not be found. in Unknown on line 0 PHP Warning: PHP Startup: Unable to load dynamic library 'C:\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:\PHP\ext\php_pdo_mssql.dll' - The specified module could not be found. in Unknown on line 0 PHP Warning: PHP Startup: Unable to load dynamic library 'C:\PHP\ext\php_pdo_oci.dll' - The specified module could not be found. in Unknown on line 0 PHP Warning: PHP Startup: Unable to load dynamic library 'C:\PHP\ext\php_pdo_oci8.dll' - The specified module could not be found. in Unknown on line 0 PHP Warning: PHP Startup: Unable to load dynamic library 'C:\PHP\ext\php_pdo_pgsql.dll' - The specified module could not be found. in Unknown on line 0 PHP Warning: PHP Startup: Unable to load dynamic library 'C:\PHP\ext\php_pdo_sqlite_external.dll' - The specified module could not be found. in Unknown on line 0 PHP Warning: PHP Startup: Unable to load dynamic library 'C:\PHP\ext\php_pgsql.dll' - The specified module could not be found. in Unknown on line 0 PHP Warning: PHP Startup: Unable to load dynamic library 'C:\PHP\ext\php_pspell.dll' - The specified module could not be found. in Unknown on line 0 PHP Warning: PHP Startup: Unable to load dynamic library 'C:\PHP\ext\php_sybase_ct.dll' - The specified module could not be found. in Unknown on line 0
Klemen
Site Admin
Posts: 10142
Joined: Fri Feb 11, 2005 4:04 pm

Post by Klemen »

Save this code as test.php and run it on your server:

Code: Select all

<?php
if (function_exists('mysql_connect'))
{
	echo "MySQL installed";
}
else
{
	echo "MySQL missing";
}
?>
What does the output say?
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