Joomla! Discussion Forums



It is currently Thu Nov 26, 2009 5:06 am (All times are UTC )

 


Forum rules

Please submit all new Tips and Tricks to: http://docs.joomla.org/Category:Tips_and_tricks

This forum section will be closed and removed eventually.



Post new topic Reply to topic  [ 11 posts ] 
Author Message
Posted: Sun Feb 05, 2006 5:39 pm 
Joomla! Apprentice
Joomla! Apprentice
Offline

Joined: Thu Aug 18, 2005 11:22 pm
Posts: 10
Hi All,

A friend asked me for help installing Joomla 1.0.7 on Windows 2003 and IIS6. I documented everything and made a pdf file which is available here: http://test.westerlow.nl/joomla_iis6.pdf
This is for users who run there own Windows 2003 server
It's still a bit messy but comments and suggestions are of course welcome as I'm not an Joomla expert

Thanks

Inity


Last edited by Inity on Tue Feb 14, 2006 12:12 am, edited 1 time in total.

Top
   
 
Posted: Mon Feb 06, 2006 5:05 pm 
User avatar
Joomla! Master
Joomla! Master
Offline

Joined: Thu Aug 18, 2005 7:13 am
Posts: 13255
Thanks for this, hopefully people find this useful! I will move it over to the FAQ forum, where it will be available with other FAQs.

_________________
Antonie de Wilde - Forum admin
All Joomla! release dates and days between releases: http://jfoobar.org/blog/189-days-betwee ... a-releases.test


Top
   
 
Posted: Thu Mar 02, 2006 2:50 pm 
User avatar
Joomla! Ace
Joomla! Ace
Offline

Joined: Fri Aug 19, 2005 12:08 am
Posts: 1391
This is very usefull indeed
Thanks for posting it Inity  ;)

_________________
Waddaya mean I can't swing my lightsaber in the forum??


Top
   
 
Posted: Thu Mar 02, 2006 3:50 pm 
User avatar
Joomla! Virtuoso
Joomla! Virtuoso
Offline

Joined: Thu Aug 18, 2005 10:27 am
Posts: 3928
Location: Sunny City Cebu, Philippines!
hello @Inity,

can you post the CONTENT of that pdf here in the forum instead so that it wont be a link-out?

would love to transfer this in the MAIN FAQ board once copy pasted here in the FORUM. :)

- g

_________________
"I was one of those who wondered why people would pay so much $$$$ to do something that was so much fun!" -R. Harkrider, Fortran Code Engr.
^If u cant read that, you clearly missed the HIGHLIGHTS!
www.backspace.ph | www.joomlaconsultancy.net


Top
  E-mail  
 
Posted: Mon Mar 20, 2006 11:00 am 
Joomla! Apprentice
Joomla! Apprentice
Offline

Joined: Thu Aug 18, 2005 11:22 pm
Posts: 10
Hi guilliam,
I would love to copy and past the content here but how do I put the content with all pictures here in this forum. I have this as a MS Word doc and as PDF.

Thx


Top
   
 
Posted: Mon Mar 20, 2006 1:16 pm 
User avatar
Joomla! Virtuoso
Joomla! Virtuoso
Offline

Joined: Thu Aug 18, 2005 10:27 am
Posts: 3928
Location: Sunny City Cebu, Philippines!
uhm.. i'll let my partner joomlawebber teach you that. ;)

- g

_________________
"I was one of those who wondered why people would pay so much $$$$ to do something that was so much fun!" -R. Harkrider, Fortran Code Engr.
^If u cant read that, you clearly missed the HIGHLIGHTS!
www.backspace.ph | www.joomlaconsultancy.net


Top
  E-mail  
 
Posted: Tue Mar 21, 2006 1:54 pm 
User avatar
Joomla! Explorer
Joomla! Explorer
Offline

Joined: Wed Aug 17, 2005 10:12 pm
Posts: 294
Location: Denmark
Aint life just beautifull  ;D

I will set it up later today if thats oki with you guys.
Just need a little nap first....My work wont let me be fresh to make my sparetime go around *lol*

/K

_________________
If there is a bird flue, what happened to the egg flue?


Top
   
 
Posted: Sun Apr 08, 2007 1:58 pm 
Joomla! Apprentice
Joomla! Apprentice
Offline

Joined: Thu Apr 05, 2007 5:41 am
Posts: 20
I followed your instructions. Even used the same DIRs after 2 install tries. The only difference is that I'm using MySQL 5. When I get to STEP2, the page stays blank.

Any idea what could cause that?

Thanks,
Claus


Top
  E-mail  
 
Posted: Sat Oct 06, 2007 7:56 pm 
Joomla! Apprentice
Joomla! Apprentice
Offline

Joined: Mon May 21, 2007 11:32 am
Posts: 5
cjobes wrote:
I followed your instructions. Even used the same DIRs after 2 install tries. The only difference is that I'm using MySQL 5. When I get to STEP2, the page stays blank.

Any idea what could cause that?

Thanks,
Claus


Nice Instructions! But I have only got as far as cjobes and my page never loads.
I have also put a script called info.pho in my root directory. It worked after I initially installed PHP but now does the same as Joomla install page, just sits there:-(


Top
   
 
Posted: Sat Oct 13, 2007 11:11 pm 
Joomla! Apprentice
Joomla! Apprentice
Offline

Joined: Thu Aug 18, 2005 11:22 pm
Posts: 10
LarryP wrote:
cjobes wrote:
I followed your instructions. Even used the same DIRs after 2 install tries. The only difference is that I'm using MySQL 5. When I get to STEP2, the page stays blank.

Any idea what could cause that?

Thanks,
Claus


Nice Instructions! But I have only got as far as cjobes and my page never loads.
I have also put a script called info.pho in my root directory. It worked after I initially installed PHP but now does the same as Joomla install page, just sits there:-(




Hi, in the case of cjobes he I replied to him via e-mail. The thing he needed to do was rename the following files

includes\database.php => includes\database.mysqli.php
includes\database.mysql.php => incudes\database.php

In his php.ini only extension=php_mysql.dll was uncommented. Something tells me that in your case something else is wrong. I would suggest you start over and make sure you don't miss anything in my instructions. If it still doesn't work let me know


Last edited by Inity on Sat Oct 13, 2007 11:22 pm, edited 1 time in total.

Top
   
 
Posted: Sun Oct 14, 2007 1:29 am 
Joomla! Apprentice
Joomla! Apprentice
Offline

Joined: Mon May 21, 2007 11:32 am
Posts: 5
Thanks, I finally did get it to work, and it required as you said to rename the following files

includes\database.php => includes\database.mysqli.php
includes\database.mysql.php => incudes\database.php

I also dropped back to an earlier version of MyPHP and MySql

After about 12 hours of working on it, I went to bed and got a fresh start next day. I googled and went many places, but finally found my answers here...  http://moleski.net/dokuwiki/doku.php/bl ... la_problem


Top
   
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 11 posts ] 

Quick reply

 



Who is online

Users browsing this forum: No registered users and 3 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