elhacker.net cabecera Bienvenido(a), Visitante. Por favor Ingresar o Registrarse
¿Perdiste tu email de activación?.
 
Inicio Ayuda Buscar Ingresar Registrarse
28 Mayo 2012, 02:38  


Tema destacado: Sigue las noticias más importantes de elhacker.net en ttwitter!

+  Foro de elhacker.net
|-+  Sistemas Operativos
| |-+  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 2,208 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 »

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 »

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 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 la instalación de Linux Mandrake Beta 9
GNU/Linux
DaRGoHaCk 3 1,459 Último mensaje 4 Septiembre 2002, 22:19
por -PinGuiN0-
tengo un problema con la instalacion de linux
GNU/Linux
CSFURUGUAYO 2 373 Último mensaje 3 Marzo 2005, 04:31
por Soul Lost
Problema foro phpbb3
Desarrollo Web
j.garcia2 6 2,270 Último mensaje 9 Enero 2009, 15:24
por j.garcia2
problema al registrarse en mi foro phpbb3
Desarrollo Web
callter 0 739 Último mensaje 3 Diciembre 2009, 01:52
por callter
problema con mi foro phpbb3
PHP
callter 2 1,782 Último mensaje 3 Diciembre 2009, 09:15
por callter
Powered by SMF 1.1.16 | SMF © 2006-2008, Simple Machines