Page 1 of 1

Joomla install files down?

Posted: Thu Apr 26, 2007 7:25 pm
by hansoffate
I just tried to download Joomla 1.0.12.  It seems like all the full packages are down. 

Also, if any of you know anything about linux (ubuntu) I have a forum thread that has basic untar/rename questions.

http://ubuntuforums.org/showthread.php?t=424237

Thanks for the help,
Hans

Re: Joomla install files down?

Posted: Thu Apr 26, 2007 7:53 pm
by dhuelsmann
Looks like it is working now. Did you use this link? http://joomlacode.org/gf/project/joomla/frs/

Re: Joomla install files down?

Posted: Thu Apr 26, 2007 7:58 pm
by rolan
dhuelsmann wrote:Looks like it is working now. Did you use this link? http://joomlacode.org/gf/project/joomla/frs/


Still not working for me. Can you tell me the ip address of the machine you are hitting?

~Rolan

Re: Joomla install files down?

Posted: Thu Apr 26, 2007 7:58 pm
by dhuelsmann
Just checked again and not working. Moving to sites and infrastructure.

Re: Joomla install files down?

Posted: Thu Apr 26, 2007 8:12 pm
by hansoffate
Yup, those are the files i was talking about.  Thanks for helping get this resolved.

-Hans

Re: Joomla install files down?

Posted: Thu Apr 26, 2007 9:38 pm
by hansoffate
They are up now. 

Thanks for the help,
Hans

Re: Joomla install files down?

Posted: Fri Apr 27, 2007 3:31 pm
by ianmac
hansoffate wrote:Also, if any of you know anything about linux (ubuntu) I have a forum thread that has basic untar/rename questions.

http://ubuntuforums.org/showthread.php?t=424237


You have a permissions problem.  You need to find out what user your php is running as (which is probably the same as your apache user, and is specified in your apache2 config file).  Then you need to make sure that user can write the files.  This can probably be done by using sudo chown.

Ian