Como me los anda tocando mi proveedor de hosting porque no me dan respuesta a la carga de imágenes. Me propongo descargar un backup y montarlo en un servidor de CentOS que tengo a mano en 5 minutos:
INSTALAMOS LAS DEPENDENCIAS
yum -y install mysql-server httpd php php-mysql unzip wget
SERVICIOS EN ARRANQUE AUTOMÁTICO
chkconfig httpd on
chkconfig mysqld on
EJECUTAMOS SERVICIOS
/etc/init.d/mysqld start
/etc/init.d/httpd start
CREAMOS BD DE WORDPRESS
echo 'CREATE DATABASE wordpress;' | mysql
echo "GRANT ALL PRIVILEGES ON wordpress.* TO 'wordpress'@'localhost' IDENTIFIED BY 'wordpress';" | mysql
echo "FLUSH PRIVILEGES;" | mysql
BAJAR WORDPRESS.ORG Y COPIAR CON FILEZILLA
Copiamos los ficheros http://wordpress.org/download/ a /var/www/html
(Yo he utilizado mi copia)
DAMOS PERMISO A APACHE
chown apache:apache wp-content/uploads wp-content/cache -R
SOLO TIENES QUE ACCEDER A TU SERVIDOR
http://your-server-ip-or-hostname/wp-admin/install.php
(Yo he modificado los datos de wp-config.php para la BD que reside en el hosting)
Te ha gustado la entrada SGUENOS EN TWITTER O INVITANOS A UN CAFE?
Blog Virtualizacion Tu Blog de Virtualización en Español. Maquinas Virtuales (El Blog de Negu) en castellano. Blog informática vExpert Raul Unzue


Didn’t work for me. Well it one way it did but it didnt. I cant even view the site myself bascuee it doesnt see that I have flash running on my computer. (redownloaded flash player about 4 times just to make sure everything is working) I cant even tell if it is working or even looks right bascuee of that. If you can email me the extra code that I would need to I can view my site. that would be a great help. (just the whole javascript crap.) I would love to see my site up in running in a few days
Hello Carlos need more data. Did not give any error? regards