Joomla! Discussion Forums



It is currently Tue Nov 24, 2009 8:02 pm (All times are UTC )

 


Forum rules

Forum Rules
Absolute Beginner's Guide to Joomla! <-- please read before posting, this means YOU.
Forum Post Assistant - If you are serious about wanting help, you will use this tool to help you post.



Post new topic Reply to topic  [ 12 posts ] 
Author Message
Posted: Wed Oct 05, 2005 2:14 pm 
Joomla! Fledgling
Joomla! Fledgling
Offline

Joined: Wed Oct 05, 2005 1:40 pm
Posts: 3
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?


Last edited by rjs on Mon Oct 31, 2005 11:25 am, edited 1 time in total.

Top
  E-mail  
 
Posted: Wed Oct 05, 2005 8:18 pm 
Joomla! Fledgling
Joomla! Fledgling
Offline

Joined: Wed Oct 05, 2005 1:40 pm
Posts: 3
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


Top
  E-mail  
 
Posted: Sun Oct 30, 2005 10:15 am 
Joomla! Fledgling
Joomla! Fledgling
Offline

Joined: Sun Oct 30, 2005 7:47 am
Posts: 3
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!  :laugh:

M.


Top
  E-mail  
 
Posted: Thu Jun 01, 2006 12:17 pm 
Joomla! Fledgling
Joomla! Fledgling
Offline

Joined: Thu Jun 01, 2006 10:36 am
Posts: 3
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


Top
  E-mail  
 
Posted: Tue Jun 27, 2006 1:22 pm 
Joomla! Apprentice
Joomla! Apprentice
Offline

Joined: Fri Apr 07, 2006 5:22 pm
Posts: 5
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!  :laugh:

M.


This was EXACTLY what I needed to solve my problem!!!  Thanks!!!


Top
  E-mail  
 
Posted: Tue Jul 11, 2006 9:36 am 
Joomla! Apprentice
Joomla! Apprentice
Offline

Joined: Mon Jul 10, 2006 12:35 pm
Posts: 14
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.


Top
  E-mail  
 
Posted: Wed Jul 26, 2006 7:34 pm 
Joomla! Apprentice
Joomla! Apprentice
Offline

Joined: Wed Jul 26, 2006 7:32 pm
Posts: 5
Have you created a Schema in MySQL for your Joomla database?


Top
  E-mail  
 
Posted: Wed Jul 26, 2006 10:47 pm 
Joomla! Apprentice
Joomla! Apprentice
Offline

Joined: Mon Jul 10, 2006 12:35 pm
Posts: 14
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. :)


Top
  E-mail  
 
Posted: Fri Aug 25, 2006 2:54 pm 
Joomla! Fledgling
Joomla! Fledgling
Offline

Joined: Fri Aug 25, 2006 2:21 pm
Posts: 3
I GOt the same problem ... i will try this and tell you what happen ... (god bless me please!)

BANZAIII !!!


Top
   
 
Posted: Wed Jan 17, 2007 12:31 pm 
Joomla! Fledgling
Joomla! Fledgling
Offline

Joined: Wed Jan 17, 2007 12:08 pm
Posts: 1
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.


Last edited by j_col on Thu Feb 01, 2007 9:57 am, edited 1 time in total.

Top
  E-mail  
 
Posted: Wed Sep 26, 2007 7:02 am 
Joomla! Fledgling
Joomla! Fledgling
Offline

Joined: Wed Sep 26, 2007 6:47 am
Posts: 1
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


Top
   
 
Posted: Wed Nov 12, 2008 3:48 pm 
Joomla! Fledgling
Joomla! Fledgling
Offline

Joined: Wed Nov 12, 2008 10:44 am
Posts: 1
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


Top
  E-mail  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 12 posts ] 

Quick reply

 



Who is online

Users browsing this forum: Markstein and 21 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Jump to:  
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group