Joomla

2010-08-24 Thread STeve Andre'
Are there folks here using Joomla on OpenBSD? If so can you email me directly. Thanks, --STeve Andre'

Cursos dis. Web con Joomla - Publi - misc

2010-03-15 Thread JoomlaClases
PubliAprenda a diseqar su propia pagina Web con Joomla- Curso practico de 6 clases de 2 hs c/u.- Aranceles accesibles.- Solo debe saber utilizar una computadora- Cursos personalizados, grupales, online y a domicilio- Pagos con Tarjetas de Cridito, PagoFacil, RapiPago y en efectivo- Garantido

Re: Joomla - MySQL Problem: "Could not connect to MySQL"

2010-03-13 Thread Stuart Henderson
On 2010-03-13, Sunnz wrote: > 2010/3/12 Daniel Gracia Garallar : >> Not quite a solution, I think. What about if /var/www mounts in a different >> filesystem than /var? >> >> Hardlinks from chrooted environments don't seem to be a wise solution >> anyway... Just IMHO. >> > > In that case you could

Re: Joomla - MySQL Problem: "Could not connect to MySQL"

2010-03-13 Thread bert beaudin
This has also worked for me in the past. Bert On 3/13/10 9:27 AM, "L. V. Lammert" wrote: > On Sat, 13 Mar 2010, Sunnz wrote: > >> 2010/3/12 Daniel Gracia Garallar : >>> Not quite a solution, I think. What about if /var/www mounts in a different >>> filesystem than /var? >>> >>> Hardlinks from

Re: Joomla - MySQL Problem: "Could not connect to MySQL"

2010-03-13 Thread L. V. Lammert
On Sat, 13 Mar 2010, Sunnz wrote: > 2010/3/12 Daniel Gracia Garallar : > > Not quite a solution, I think. What about if /var/www mounts in a different > > filesystem than /var? > > > > Hardlinks from chrooted environments don't seem to be a wise solution > > anyway... Just IMHO. > > > > In that ca

Re: Joomla - MySQL Problem: "Could not connect to MySQL"

2010-03-13 Thread Sunnz
2010/3/12 Daniel Gracia Garallar : > Not quite a solution, I think. What about if /var/www mounts in a different > filesystem than /var? > > Hardlinks from chrooted environments don't seem to be a wise solution > anyway... Just IMHO. > In that case you could change the location mysqld itself uses

Re: Joomla - MySQL Problem: "Could not connect to MySQL"

2010-03-13 Thread Edho P Arief
On Fri, Mar 12, 2010 at 6:58 PM, Daniel Gracia Garallar wrote: > Not quite a solution, I think. What about if /var/www mounts in a different > filesystem than /var? > how about - tell mysql to create sock file in /var/www/var/run/mysql; or - tell php to connect to mysql over tcp/ip -- O< ascii

Re: Joomla - MySQL Problem: "Could not connect to MySQL"

2010-03-13 Thread Daniel Gracia Garallar
Not quite a solution, I think. What about if /var/www mounts in a different filesystem than /var? Hardlinks from chrooted environments don't seem to be a wise solution anyway... Just IMHO. Regards, Dani El 12/03/2010 12:16, Sunnz escribiC3: 2010/3/11 Jan: I didn't notice, that httpd was s

Re: Joomla - MySQL Problem: "Could not connect to MySQL"

2010-03-12 Thread Alexander Hall
rk. Here a short review: >>> >>> === Are you trying to connect to the MySQL socket outside of the httpd >>> chroot? >>> ===> after having run "apachectl start", I tried the same process using >>> "httpd -u". But nothing cha

Re: Joomla - MySQL Problem: "Could not connect to MySQL"

2010-03-12 Thread Jan
Sounds very interesting. But using "find / -name mysql.sock" isn't successful, so creating a hardlink doesn't work. The directory /var/run/mysql doesn't exist either. Jan Sunnz wrote: 2010/3/11 Jan : I didn't notice, that httpd was still running. kill -TERM ID_of_httpd httpd -u solved

Re: Joomla - MySQL Problem: "Could not connect to MySQL"

2010-03-12 Thread Sunnz
2010/3/11 Jan : > I didn't notice, that httpd was still running. > > kill -TERM ID_of_httpd > httpd -u > > solved the problem. Thank you! Everything works fine! > > Now that it works we know that it was a problem with chroot. It might be a good practice now to hardlink the mysql.sock in the chroot

Re: Joomla - MySQL Problem: "Could not connect to MySQL"

2010-03-11 Thread Jan
did mean you killed httpd in between, yes? === mysql -h localhost -u root -p Works perfect. "mysql -h localhost -u joomla -p" works also. How about "mysql -h 127.0.0.1 -P 3306 -u joomla -p" ? /Alexander === Have a look in /var/www/logs/ ===>in the errorlog of the folde

Re: Joomla - MySQL Problem: "Could not connect to MySQL"

2010-03-10 Thread Alexander Hall
f the httpd > chroot? > ===> after having run "apachectl start", I tried the same process using > "httpd -u". But nothing changed. You did mean you killed httpd in between, yes? > > > === mysql -h localhost -u root -p > Works perfect. "mysql -h localhos

Re: Joomla - MySQL Problem: "Could not connect to MySQL"

2010-03-09 Thread Jan
ot? ===> after having run "apachectl start", I tried the same process using "httpd -u". But nothing changed. === mysql -h localhost -u root -p Works perfect. "mysql -h localhost -u joomla -p" works also. === Have a look in /var/www/logs/ ===>in the errorlog o

Re: Joomla - MySQL Problem: "Could not connect to MySQL"

2010-03-08 Thread Fred Crowson
On Mon, Mar 8, 2010 at 9:07 PM, Jan wrote: > Hello all together, > > I installed PHP and MySQL on my box (running apache). When I try to install > Joomla, the MySQL Database is recognized by the precheck of the install > script. But when I try to connect to the database I get the

Re: Joomla - MySQL Problem: "Could not connect to MySQL"

2010-03-08 Thread L. V. Lammert
t;. > The only valid test is with the UID & PW that you created for Joomla - you did create it, didn't you? Lee

Re: Joomla - MySQL Problem: "Could not connect to MySQL"

2010-03-08 Thread Gaby Vanhegan
On 8 Mar 2010, at 21:07, Jan wrote: > Unable to connect to the database: Could not connect to MySQL Check that your code is connecting to 127.0.0.1 instead of localhost? Usually fixes it for me and you don't need to worry messing around with sockets. G. -- Bought to you by the Department of R

Re: Joomla - MySQL Problem: "Could not connect to MySQL"

2010-03-08 Thread Floor Terra
On Mon, Mar 8, 2010 at 10:07 PM, Jan wrote: > > Any ideas? > > Are you trying to connect to the MySQL socket outside of the httpd chroot? Floor -- Floor Terra www: http://brobding.mine.nu/

Re: Joomla - MySQL Problem: "Could not connect to MySQL"

2010-03-08 Thread Scott McEachern
Jan wrote: I added the following 3 packets, installed MySQL and set the symbolic links: mysql-server-5.0.51ap1.tgz php5-core-5.2.6.tgz php5-mysqli-5.2.6.tgz Any ideas? Jan At the very least you'll also need the php5-mysql-5.2.6.tgz package installed as well. It contains the base mysql

Joomla - MySQL Problem: "Could not connect to MySQL"

2010-03-08 Thread Jan
Hello all together, I installed PHP and MySQL on my box (running apache). When I try to install Joomla, the MySQL Database is recognized by the precheck of the install script. But when I try to connect to the database I get the following error msg: Unable to connect to the database: Could