elhacker.net cabecera Bienvenido(a), Visitante. Por favor Ingresar o Registrarse
¿Perdiste tu email de activación?.

 

 


Tema destacado: Sigue las noticias más importantes de seguridad informática en el Twitter! de elhacker.NET


+  Foro de elhacker.net
|-+  Sistemas Operativos
| |-+  GNU/Linux
| | |-+  Unix/Unix-Like
| | | |-+  Mac OS X (Moderador: zhyzura)
| | | | |-+  Problema mensajes instalacion phpBB3 y Opencart Linux - Unix - Free BSD Soluc.
0 Usuarios y 1 Visitante están viendo este tema.
Páginas: [1] Ir Abajo Respuesta Imprimir
Autor Tema: Problema mensajes instalacion phpBB3 y Opencart Linux - Unix - Free BSD Soluc.  (Leído 4,472 veces)
manyblue

Desconectado Desconectado

Mensajes: 39


Ver Perfil
Problema mensajes instalacion phpBB3 y Opencart Linux - Unix - Free BSD Soluc.
« en: 18 Diciembre 2010, 23:15 pm »

Código:
[phpBB Debug] PHP Notice: in file /index.php on line 86: date() [[URL="http://manyblue.homeunix.com/phpBB3/function.date"]function.date[/URL]]: It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'Europe/Paris' for 'WET/0.0/no DST' instead
[phpBB Debug] PHP Notice: in file /index.php on line 86: getdate() [[URL="http://manyblue.homeunix.com/phpBB3/function.getdate"]function.getdate[/URL]]: It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'Europe/Paris' for 'WET/0.0/no DST' instead
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 4284: Cannot modify header information - headers already sent by (output started at /includes/functions.php:3493)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 4286: Cannot modify header information - headers already sent by (output started at /includes/functions.php:3493)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 4287: Cannot modify header information - headers already sent by (output started at /includes/functions.php:3493)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 4288: Cannot modify header information - headers already sent by (output started at /includes/functions.php:3493)

PHPBB3

problemas de escritura en archivos

Código:
/usr/local/www/apache22/data/Opencart/store/config.php
/usr/local/www/apache22/data/Opencart/store/admin/config.php

Le dais permisos chmor 777 (archivo/directorio)  o  chmod ugo+rwr (archivo/directorioo)

problemas de escritura en directorios

Código:
/usr/local/www/apache22/data/phpBB3/cache/
/usr/local/www/apache22/data/phpBB3/download/
/usr/local/www/apache22/data/phpBB3/files/
/usr/local/www/apache22/data/phpBB3/cache/
/usr/local/www/apache22/data/phpBB3/store/

Le dais permisos chmor 777 (archivo/directorio)  o  chmod ugo+rwr (archivo/directorioo)


Para los mensajitos de la zona horaria os vai y editais el archivo commong.php y haceis esto:

buscad estas lineas que creo estan al final del archivo

Código:
foreach ($cache->obtain_hooks() as $hook)
{
    @include($phpbb_root_path . 'includes/hooks/' . $hook . '.' . $phpEx);
}

y añadis inmediatamente despues esto

Código:
// Timezone Fix.
date_default_timezone_set(Europe/LOndon);

pues yo tengo zona horaria de Greenech

OPENCART

no me dieron problemas los mesanjitos pero si los permisos de

Código:
/usr/local/www/apache22/data/Opencart/store/config.php
/usr/local/www/apache22/data/Opencart/store/admin/config.php


Código:
/usr/local/www/apache22/data/Opencart/store/system/cache/
/usr/local/www/apache22/data/Opencart/store/system/logs/
/usr/local/www/apache22/data/Opencart/store/image/
/usr/local/www/apache22/data/Opencart/store/image/data/
/usr/local/www/apache22/data/Opencart/store/download/


Le dais permisos chmor 777 (archivo/directorio)  o  chmod ugo+rwr (archivo/directorioo)

Salud



En línea

manyblue

Desconectado Desconectado

Mensajes: 39


Ver Perfil
Re: Problema mensajes instalacion phpBB3 y Opencart Linux - Unix - Free BSD Soluc.
« Respuesta #1 en: 19 Diciembre 2010, 07:32 am »

Código:
[phpBB Debug] PHP Notice: in file /index.php on line 86: date() [[URL="http://manyblue.homeunix.com/phpBB3/function.date"]function.date[/URL]]: It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'Europe/Paris' for 'WET/0.0/no DST' instead
[phpBB Debug] PHP Notice: in file /index.php on line 86: getdate() [[URL="http://manyblue.homeunix.com/phpBB3/function.getdate"]function.getdate[/URL]]: It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'Europe/Paris' for 'WET/0.0/no DST' instead
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 4284: Cannot modify header information - headers already sent by (output started at /includes/functions.php:3493)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 4286: Cannot modify header information - headers already sent by (output started at /includes/functions.php:3493)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 4287: Cannot modify header information - headers already sent by (output started at /includes/functions.php:3493)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 4288: Cannot modify header information - headers already sent by (output started at /includes/functions.php:3493)

PHPBB3

problemas de escritura en archivos

Código:
/usr/local/www/apache22/data/Opencart/store/config.php
/usr/local/www/apache22/data/Opencart/store/admin/config.php

Le dais permisos chmor 777 (archivo/directorio)  o  chmod ugo+rwr (archivo/directorioo)

problemas de escritura en directorios

Código:
/usr/local/www/apache22/data/phpBB3/cache/
/usr/local/www/apache22/data/phpBB3/download/
/usr/local/www/apache22/data/phpBB3/files/
/usr/local/www/apache22/data/phpBB3/cache/
/usr/local/www/apache22/data/phpBB3/store/

Le dais permisos chmor 777 (archivo/directorio)  o  chmod ugo+rwr (archivo/directorioo)


Para los mensajitos de la zona horaria os vai y editais el archivo commong.php y haceis esto:

buscad estas lineas que creo estan al final del archivo

Código:
foreach ($cache->obtain_hooks() as $hook)
{
    @include($phpbb_root_path . 'includes/hooks/' . $hook . '.' . $phpEx);
}

y añadis inmediatamente despues esto

Código:
// Timezone Fix.
date_default_timezone_set(Europe/LOndon);

pues yo tengo zona horaria de Greenech

OPENCART

no me dieron problemas los mesanjitos pero si los permisos de

Código:
/usr/local/www/apache22/data/Opencart/store/config.php
/usr/local/www/apache22/data/Opencart/store/admin/config.php


Código:
/usr/local/www/apache22/data/Opencart/store/system/cache/
/usr/local/www/apache22/data/Opencart/store/system/logs/
/usr/local/www/apache22/data/Opencart/store/image/
/usr/local/www/apache22/data/Opencart/store/image/data/
/usr/local/www/apache22/data/Opencart/store/download/


Le dais permisos chmor 777 (archivo/directorio)  o  chmod ugo+rwr (archivo/directorioo)

Salud





Nada brecha seguridad gracias al del email.

Lo que hice para evitar brecha seguridad y solucionar estos problemas a ver si asi esta mejor:


Lo de editar    # vi commong.php si que es necesario hacer pero los permisos 777 solo se le dan a los directorios   store  files  cache y ademas en la instalacion coged instalar con cokies seguros.
Despues eliminar el directorio install, se me olvidaba tambien  hay que ir a dar permisos 777 a    includes/functions.php  a ver si asi esta seguro

admito sugerencias !!!

PD: Esto lo hice bajando del web oficial en español de la ultima version y durante la instalacion tambien me pide que me baje el archivo  config.ph  lo bajais a escritorios y despues lo subis al directorio donde esta phpBB3.


« Última modificación: 19 Diciembre 2010, 07:36 am por manyblue » En línea

Páginas: [1] Ir Arriba Respuesta Imprimir 

Ir a:  

Mensajes similares
Asunto Iniciado por Respuestas Vistas Último mensaje
problema con mi foro phpbb3
PHP
callter 2 3,178 Último mensaje 3 Diciembre 2009, 09:15 am
por callter
Unix v/s Linux
GNU/Linux
celtac 7 3,291 Último mensaje 26 Junio 2010, 19:13 pm
por celtac
registrar a un usuario desde php y almacenarlo en mysql con mysqli_query() SOLUC « 1 2 »
PHP
jhonatanAsm 17 7,059 Último mensaje 20 Octubre 2011, 06:26 am
por jhonatanAsm
Mi PC levanta mucha temperatura. Nadie me da solución. (SOLUCIONADO) « 1 2 »
Hardware
Kajjin112 15 19,749 Último mensaje 14 Marzo 2012, 18:19 pm
por Aprendiz-Oscuro
Problema en la instalación de Linux
GNU/Linux
NowhereMan 3 1,905 Último mensaje 28 Octubre 2014, 03:03 am
por Minusfour_cierralo_o_baneamefull
WAP2 - Aviso Legal - Powered by SMF 1.1.21 | SMF © 2006-2008, Simple Machines