Problema mensajes instalacion phpBB3 y Opencart Linux - Unix - Free BSD Soluc.

Iniciado por manyblue, 18 Diciembre 2010, 23:15 PM

0 Miembros y 1 Visitante están viendo este tema.

manyblue

[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

/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

/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

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


y añadis inmediatamente despues esto

// 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

/usr/local/www/apache22/data/Opencart/store/config.php
/usr/local/www/apache22/data/Opencart/store/admin/config.php



/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


manyblue

Cita de: manyblue en 18 Diciembre 2010, 23:15 PM
[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

/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

/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

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


y añadis inmediatamente despues esto

// 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

/usr/local/www/apache22/data/Opencart/store/config.php
/usr/local/www/apache22/data/Opencart/store/admin/config.php



/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.