badt18 Posted May 20, 2010 Share Posted May 20, 2010 Hey Guys I have been trying to install joomla on iis7 Joomla needs PHP and MySQL to be able to install. I have tryed installing all but i keep getting no MySQL on the install page. I installed MySQL to C:/MySQL and done all default settings. Then i installed PHP to C:/PHP changed the the php.ini file to the following added to first line (if i take this code out i only getting HTTP 500 error) ini_set('display_errors',1); error_reporting(E_ALL|E_STRICT); Changed open_basedir = "D:\Web Sites\My Site" cgi.force_redirect = 0 cgi.fix_pathinfo=1 fastcgi.impersonate = 1 extension_dir = “c:\PHP\ext" List of all extensions ;extension=php_bz2.dll ;extension=php_curl.dll ;extension=php_dba.dll ;extension=php_dbase.dll ;extension=php_exif.dll ;extension=php_fdf.dll ;extension=php_gd2.dll ;extension=php_gettext.dll ;extension=php_gmp.dll ;extension=php_ifx.dll ;extension=php_imap.dll ;extension=php_interbase.dll ;extension=php_ldap.dll extension=php_mbstring.dll extension=php_mcrypt.dll ;extension=php_mhash.dll ;extension=php_mime_magic.dll ;extension=php_ming.dll extension=php_msql.dll extension=php_mssql.dll extension=php_mysql.dll extension=php_mysqli.dll ;extension=php_oci8.dll ;extension=php_openssl.dll ;extension=php_pdo.dll ;extension=php_pdo_firebird.dll ;extension=php_pdo_mssql.dll extension=php_pdo_mysql.dll ;extension=php_pdo_oci.dll ;extension=php_pdo_oci8.dll ;extension=php_pdo_odbc.dll ;extension=php_pdo_pgsql.dll ;extension=php_pdo_sqlite.dll ;extension=php_pgsql.dll ;extension=php_pspell.dll ;extension=php_shmop.dll ;extension=php_snmp.dll ;extension=php_soap.dll ;extension=php_sockets.dll ;extension=php_sqlite.dll ;extension=php_sybase_ct.dll ;extension=php_tidy.dll ;extension=php_xmlrpc.dll ;extension=php_xsl.dll ;extension=php_zip.dll any help please i have reached a dead end. Thanks Tony Quote Link to comment https://forums.phpfreaks.com/topic/202366-mysql-with-php-on-iis7-help-installing/ Share on other sites More sharing options...
trq Posted May 20, 2010 Share Posted May 20, 2010 This... ini_set('display_errors',1); error_reporting(E_ALL|E_STRICT); is php code and does not belong within the php.ini at all. Quote Link to comment https://forums.phpfreaks.com/topic/202366-mysql-with-php-on-iis7-help-installing/#findComment-1061063 Share on other sites More sharing options...
badt18 Posted May 20, 2010 Author Share Posted May 20, 2010 This... ini_set('display_errors',1); error_reporting(E_ALL|E_STRICT); is php code and does not belong within the php.ini at all. If i take the code out i get HTTP 500 error. Quote Link to comment https://forums.phpfreaks.com/topic/202366-mysql-with-php-on-iis7-help-installing/#findComment-1061119 Share on other sites More sharing options...
trq Posted May 20, 2010 Share Posted May 20, 2010 Turn off "show friendly error messages" in your browser and see what you get. You'll also need to check iis's logs for clues. Quote Link to comment https://forums.phpfreaks.com/topic/202366-mysql-with-php-on-iis7-help-installing/#findComment-1061205 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.