Problemas con instalacion por bd remota
Hola, tratando de instalar drupal 5-5 con postgresql por conexion remota, ya he cambiado el settings. php que esta en sites... le indico nombre del servidor de base de datos password y base de datos, no funciona me carga una pagina con cerca de 100 errores. Alguien sabe como resolver esto? adjunto algunos de los errores.Warning: pg_query() [function.pg-query]: Query failed: ERROR: no existe la relación «access» in /var/www/drupal-5.5/includes/database.pgsql.inc on line 125
Warning: ERROR: no existe la relación «access» query: SELECT CASE WHEN status=1 THEN 0 ELSE 1 END FROM access WHERE type = 'host' AND LOWER('127.0.0.1') LIKE LOWER(mask) ORDER BY status DESC LIMIT 1 OFFSET 0 in /var/www/drupal-5.5/includes/database.pgsql.inc on line 144
Warning: session_start() [function.session-start]: Cannot send session cookie - headers already sent by (output started at /var/www/drupal-5.5/includes/database.pgsql.inc:125) in /var/www/drupal-5.5/includes/bootstrap.inc on line 860
Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /var/www/drupal-5.5/includes/database.pgsql.inc:125) in /var/www/drupal-5.5/includes/bootstrap.inc on line 860
Warning: pg_query() [function.pg-query]: Query failed: ERROR: no existe la relación «cache» in /var/www/drupal-5.5/includes/database.pgsql.inc on line 125
Warning: ERROR: no existe la relación «cache» query: SELECT data, created, headers, expire FROM cache WHERE cid = 'variables' in /var/www/drupal-5.5/includes/database.pgsql.inc on line 144
Warning: pg_query() [function.pg-query]: Query failed: ERROR: no existe la relación «variable» in /var/www/drupal-5.5/includes/database.pgsql.inc on line 125
Warning: ERROR: no existe la relación «variable» query: SELECT * FROM variable in /var/www/drupal-5.5/includes/database.pgsql.inc on line 144
- Inicie sesión o regístrese para enviar comentarios







falta una tabla en la BD
Acromeu:
Parece ser que la tabla 'access' que se menciona en la consulta no existe en tu BD y esa es la raiz de todos los problemas que salen después.
Errores por seguridad del servidor
A ver si alguno de ustedes me puede ayudar, porque en verdad estoy tratando de migrar a Drupal mi portal y tenia ya un mes con la prueba para liberarlo justo este fin de semana y ahora estos errores ya que no se que hacer , ya que por razones de seguridad mi servidor no puede liberar el php, y es un servidor dedicado , me gusta el drupal pero estos incovenientes no se si seguir adelante con drupal...
A ver si me pueden ayudar de una manera concisa, y mil gracias de antemano, que conste que busque el tópico por el error y no consegui nada asi, de igual forma me pierdo mucho en estos foros no se porque...
Pero bien el problema es este:
Warning: ini_set() has been disabled for security reasons in /home/abc/public_html/ABC/includes/bootstrap.inc on line 356
Warning: session_start() [function.session-start]: Cannot send session cookie - headers already sent by (output started at /home/abc/public_html/ABC/includes/bootstrap.inc:356) in /home/abc/public_html/ABC/includes/bootstrap.inc on line 995
Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /home/abc/public_html/ABC/includes/bootstrap.inc:356) in /home/abc/public_html/ABC/includes/bootstrap.inc on line 995
Warning: Cannot modify header information - headers already sent by (output started at /home/abc/public_html/ABC/includes/bootstrap.inc:356) in /home/abc/public_html/ABC/includes/bootstrap.inc on line 596
Warning: Cannot modify header information - headers already sent by (output started at /home/abc/public_html/ABC/includes/bootstrap.inc:356) in /home/abc/public_html/ABC/includes/bootstrap.inc on line 597
Warning: Cannot modify header information - headers already sent by (output started at /home/abc/public_html/ABC/includes/bootstrap.inc:356) in /home/abc/public_html/ABC/includes/bootstrap.inc on line 598
Warning: Cannot modify header information - headers already sent by (output started at /home/abc/public_html/ABC/includes/bootstrap.inc:356) in /home/abc/public_html/ABC/includes/bootstrap.inc on line 599
Consejo
ALMA: Deberías haber puesto este post en un hilo nuevo.
Mejor separar los temas diferentes ;)
No obstante te diré que tu hosting tiene deshabilitada una función de PHP que es "básica" para el funcionamiento de éste, por lo que no puede funcionar.