problemas drupal multisitio squeeze

2010-04-30 Thread Ricardo Delgado
hola, estoy tratando de configurar un multisitio con drupal 6 en squeeze, he 
seguido/mirado varias opciones y casi todas dicen mas o menos lo mismo ej 
http://www.cyfuss.com/configurar_un_multisite_con_drupal_6 y 
http://www.drupalweb.com/instalardrupal

        He seguido los pasos pero al tratar ingresar via web en la url definida 
me da el siguiente mensaje


Drupal already installed

* To start over, you must empty your existing database.
* To install to a different database, edit the appropriate settings.php 
file in the sites folder.
* To upgrade an existing installation, proceed to the update script.
* View your existing site.



   En la otra pagina 
(http://www.cyfuss.com/configurar_un_multisite_con_drupal_6) me dice que tengo 
que agregar el virtualhost en apache, algo que tambien realice, con el mismo 
resultado. 

Alguien tuvo inconvenientes similares? alguna idea al respecto 
donde mirar? 

  Muchas Gracias de antemano

---



        \|||/
        ( @   @ )
--oOOo-( )---oOOo
|     Ricardo Delgado       |
|                           |
|http://delgado.homelinux.net|
|                           | 
|                           |
|                           |
|                           |
 ---0ooo-
    ooo0        (   )
    (  )         ) /
     \ (        (_/
      \_)

Por Favor, no hagas Top Posting
http://es.wikipedia.org/wiki/Top-posting

Por Favor, sin formato html
http://es.wikipedia.org/wiki/Netiquette

Sin formatos propietarios.






--
To UNSUBSCRIBE, email to debian-user-spanish-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/816948.16162...@web33405.mail.mud.yahoo.com



Re: problemas drupal multisitio squeeze (SOLUCIONADO)

2010-05-02 Thread Ricardo Delgado
--- El vie 30-abr-10, Ricardo Delgado  escribió:

> 
> He seguido los pasos pero al tratar ingresar
> via web en la url definida me da el siguiente mensaje
> 
> 
> Drupal already installed
> 
> * To start over, you must empty your existing
> database.
> * To install to a different database, edit
> the appropriate settings.php file in the sites folder.
> * To upgrade an existing installation,
> proceed to the update script.
> * View your existing site.
> 
> 
>
>   Muchas Gracias de antemano


Bueno, finalmente luego de seguir buscando por varios sitios, encontre mi 
error, habia definido equivocadamente el sitio en /etc/apache2/ por tanto 
siempre me redireccionaba a la pagina de mi primer instalacion de drupal, ahora 
bien luego de solucionado el problema de direccionamiento, me surgio otro 
problema esta vez con la BBDD creada

Warning: Cannot modify header information - headers already sent by (output 
started at /usr/share/drupal6/includes/file.inc:911) in 
/usr/share/drupal6/includes/install.inc on line 618

asi que me dije, bien, ahora el error es otro, no voy tan mal :D, asi que a 
buscar por este error, encontre la solucion en 

http://amitpatriwala.wordpress.com/2010/01/29/deprecated-function-eregi-is-deprecated-in-cwampwwwdrupal-6-14includesfile-inc-on-line-902/

Solutions:

step 1: Goto Folder Drupal\includes

step 2: Select File “file.inc”

step 3:

Goto 902 Line

elseif ($depth >= $min_depth && ereg($mask, $file)) {

Change the function ereg to mb_ereg

elseif ($depth >= $min_depth && mb_ereg($mask, $file)) {

 O sea cambiar EREG por MB_EREG. y Salio funcionado.

Puf! me costo encontrar respuesta, pero al fin di con la 
solucion (je! en realidad alguien tuvo el mismo problema y lo soluciono)



---

\|||/
( @   @ )
--oOOo-( )---oOOo
| Ricardo Delgado   |
|   |
|http://delgado.homelinux.net|
|   | 
|   |
|   |
|   |
 ---0ooo-
ooo0(   )
(  ) ) /
 \ ((_/
  \_)

Por Favor, no hagas Top Posting
http://es.wikipedia.org/wiki/Top-posting

Por Favor, sin formato html
http://es.wikipedia.org/wiki/Netiquette

Sin formatos propietarios.








--
To UNSUBSCRIBE, email to debian-user-spanish-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/973781.75274...@web33401.mail.mud.yahoo.com