[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: problemas drupal multisitio squeeze (SOLUCIONADO)



--- El vie 30-abr-10, Ricardo Delgado <ricardodelgadoar@yahoo.com.ar> 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.








Reply to: