| Joomla! http://forum.joomla.org/ |
|
| [SOLVED] Windows XP installation configuration.php and install2.php http://forum.joomla.org/viewtopic.php?f=35&t=10490 |
Page 1 of 1 |
| Author: | HuubM [ Wed Oct 05, 2005 2:14 pm ] |
| Post subject: | [SOLVED] Windows XP installation configuration.php and install2.php |
I'm trying to install joomla for the first time together with PHP 5.0.5 , MySql 4.1.14 but does not have much success. When I delete the configuration.php the installation pages appear with all topics green. When I proceed to step1 the install2.php gives a blank page and nothing seems to happen anymore. I assume it failes in creating a database. With the same username password. I can create the database with mysqladmin and fill it with the sample data. When I copy the configuration.php-dist to configuration.php and customzie it to my local situation the web-site always states it is temporarely unavailable with a number 1. I checked the configuration.php with the fault finder (found in another topic) and all tests passed There must be something wrong with mysql, I think, but I can't find out what and I don't know where to look for hints. I searched the forum for several hours. I assume that the browser installation creates a configuration.php so I don't need one before the installation. Where can I find why the install2.php does nothing? |
|
| Author: | HuubM [ Wed Oct 05, 2005 8:18 pm ] |
| Post subject: | Re: Windows XP installation configuration.php and install2.php |
Solved, The install2.php got stuck in new database( ) . I added in php.ini the extension=php_mysqli.dll Besides extension=php_mysql.dll , it solved my problem. thx to http://www.design-ireland.net/index.php ... ing-11.php |
|
| Author: | nostra [ Sun Oct 30, 2005 10:15 am ] |
| Post subject: | [SOLVED] Stuck blank install2.php & MYSQL server unavailable at installation |
I spent a *lot* of hours fighting with mambo AND Joomla! over this -- after reading the excellent link provided by HuubM... all is well. ![]() The whole installation process works perfectly (on Win2003 server w/ IIS) by now...!!! -=-=-=-=-=- Recap + additional infos for other persons with those problems (stuck blank install2.php page & MYSQL server unavailable): - In your PHP.INI, uncomment: ; extension=php_mysql.dll - In your PHP.INI, add: extension=php_mysqli.dll - In your PHP.INI, modify: extension_dir = "./" with extension_dir = "./ext" - Don't forget that the Installation package of PHP isn't enough. You need to download + extract/install the PHP zip file to get the necessary extensions. -=-=-=-=-=- THANKS a lot HuubM for sharing your precious infos! ![]() M. |
|
| Author: | jaan [ Thu Jun 01, 2006 12:17 pm ] |
| Post subject: | Re: [SOLVED] Windows XP installation configuration.php and install2.php |
After doina all changes mentioned above i get following error: PHP Warning: PHP Startup: Unable to load dynamic library './ext\php_mysql.dll' - The specified module could not be found. in Unknown on line 0 PHP Warning: PHP Startup: Unable to load dynamic library './ext\php_mysqli.dll' - The specified module could not be found. in Unknown on line 0 |
|
| Author: | iancaz [ Tue Jun 27, 2006 1:22 pm ] |
| Post subject: | Re: [SOLVED] Stuck blank install2.php & MYSQL server unavailable at installation |
nostra wrote: I spent a *lot* of hours fighting with mambo AND Joomla! over this -- after reading the excellent link provided by HuubM... all is well. ![]() The whole installation process works perfectly (on Win2003 server w/ IIS) by now...!!! -=-=-=-=-=- Recap + additional infos for other persons with those problems (stuck blank install2.php page & MYSQL server unavailable): - In your PHP.INI, uncomment: ; extension=php_mysql.dll - In your PHP.INI, add: extension=php_mysqli.dll - In your PHP.INI, modify: extension_dir = "./" with extension_dir = "./ext" - Don't forget that the Installation package of PHP isn't enough. You need to download + extract/install the PHP zip file to get the necessary extensions. -=-=-=-=-=- THANKS a lot HuubM for sharing your precious infos! ![]() M. This was EXACTLY what I needed to solve my problem!!! Thanks!!! |
|
| Author: | basilthefox [ Tue Jul 11, 2006 9:36 am ] |
| Post subject: | Re: [SOLVED] Windows XP installation configuration.php and install2.php |
Hello - I've followed all the suggestions listed here and still get exactly the same result. - MySQL support Unavailable I have installed both MySQL 5.0.22 and PHP 5.1.4, both of which are running fine. My own hunch is that PHP just isn't connecting to MySQL but I'm really stuck as all the tutorials and help pages I've found related to PHP, MySQL and IIS are all saying pretty much what's been said in this thread. |
|
| Author: | dwernars [ Wed Jul 26, 2006 7:34 pm ] |
| Post subject: | Re: [SOLVED] Windows XP installation configuration.php and install2.php |
Have you created a Schema in MySQL for your Joomla database? |
|
| Author: | basilthefox [ Wed Jul 26, 2006 10:47 pm ] |
| Post subject: | Re: [SOLVED] Windows XP installation configuration.php and install2.php |
Hi, thanks for your reply, dwernars but I got my problem solved in a different thread: http://forum.joomla.org/index.php/topic,75686.0.html Cheers.
|
|
| Author: | masterbip [ Fri Aug 25, 2006 2:54 pm ] |
| Post subject: | Re: [SOLVED] Windows XP installation configuration.php and install2.php |
I GOt the same problem ... i will try this and tell you what happen ... (god bless me please!) BANZAIII !!! |
|
| Author: | j_col [ Wed Jan 17, 2007 12:31 pm ] |
| Post subject: | Re: [SOLVED] Windows XP installation configuration.php and install2.php |
Hi all, I'm the author of the article "Building a PHP 5 Web Server on Windows IIS", just posting to let you all know that the above link to this article is now dead, and the new location is as follows: http://www.design-ireland.net/alpha/con ... 0000000041 I hope it helps someone to solve their installation-related issues ;-) Regards, John. |
|
| Author: | ravinder [ Wed Sep 26, 2007 7:02 am ] |
| Post subject: | Re: [SOLVED] Windows XP installation configuration.php and install2.php |
i've made changes in my php.ini and copied it to my c:\windows and i have the sam ein the program files\php.. (i installed php 5.2.4) blank2.php showsup blank each time I've also installed pear, downloaded php extentions and copied them to the ext folder.. made changes as u suggested.. but no luck.. if u wish i can show you my php.ini if someone cud point out what I'm missing -Thanx ravinder |
|
| Author: | lugave [ Wed Nov 12, 2008 3:48 pm ] |
| Post subject: | Re: [SOLVED] Windows XP installation configuration.php and insta |
I had this problem and was tearing hair out. My php was fine, it was windows not finding the dlls. After everything, this is what finally worked for me: check 1.2 - The PATH Environment Variable http://www.corephp.co.uk/archives/36-A-Guide-to-using-PHP-5-Extensions-on-Windows.html |
|
| Page 1 of 1 | All times are UTC |
| Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group http://www.phpbb.com/ |
|