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