Es que drupal me pide activar un opcache, entonces me la paso nomas ese requerimiento?

|
2018-04-17 00:47:10
gracias eduardo
2018-04-17 01:02:34
Ahora si les voy a molestra amigos, va elprimer error y o se que tengo qeu hacer, y dice:
Strict Standards: DateTime::createFromFormat(): 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 ‘America/New_York’ for ‘EDT/-4.0/DST’ instead in /homepages/21/d699401616/htdocs/drupal8Practice/vendor/symfony/http-foundation/ResponseHeaderBag.php on line 336
2018-04-17 01:03:31
edita to php.ini y define el timezone de tu server de php
2018-04-17 01:04:08
del hosting server??
2018-04-17 01:04:18
estoy instalando directo en un hosting
2018-04-17 01:05:07
Pues tu hosting no tiene, eso tienes ver que como puedes moficiar esa configuracion de tu pho
2018-04-17 01:05:09
php
2018-04-17 01:05:43
sino siempre me va a salir ese warning?, ok vamos a ver
2018-04-17 01:05:59
correcto
2018-04-17 01:06:45
me parece que por esta razon mi host no tiene drupal como app, alguna solucion debe habr, es decir eso tengo que pelearme con el soporte tecnico de 1and1
2018-04-17 01:06:49
entiendo
2018-04-17 01:07:06
a ver y si encuentro el archivo, a que debo cambiarle exactamete y que debo poner
2018-04-17 01:07:18
timezone guayaqiil -5??
2018-04-17 01:07:22
soy de ecuador
2018-04-17 01:08:46
https://www.drupal.org/forum/support/installing-drupal/2017-10-25/cannot-manually-install-drupal-840#comment-12318157

Cannot Manually Install Drupal 8.4.0Drupal.org
I want to install Drupal 8.4.0 onto a shared 1and1 server. I downloaded all the files, prepared the database, set the PHP version to 7.1, but on the very first install screen, before I have done anything, I am getting the following error: Strict Standards: DateTime::createFromFormat(): We selected ‘Europe/Berlin’ for ‘CEST/2.0/DST’ instead in /homepages/0/d309344694/htdocs/drupal8/vendor/symfony/http-foundation/Response.php on line 231
2018-04-17 01:09:05
https://drupal.stackexchange.com/questions/201746/it-is-not-safe-to-rely-on-the-systems-timezone-settings

«It is not safe to rely on the system’s timezone settings.»Stackexchange
I’m finding the following error in the Recent log messages report:
Warning: DateTime::createFromFormat(): It is not safe to rely on the system’s timezone settings. You are required to use the date.
2018-04-17 02:25:25
Eduardo, una ayudita más, estoy activando el opcache que me pide drupal. Me dice que copie un codigo en eel php.ini ya lo hice, pero la ruta no se sila pse correcta, .opcache esta en el root del ftp, entonces puse en la ruta …/.opcache.

Es correcto eso??
de todas manras te paso el codigo muchas gracias
zend_extension=opcache.so;
opcache.enable=1;opcache.memory_consumption=32;
opcache.interned_strings_buffer=8;
opcache.max_accelerated_files=3000;
opcache.revalidate_freq=180;
opcache.fast_shutdown=0;
opcache.enable_cli=0;
opcache.revalidate_path=0;
opcache.validate_timestamps=2;
opcache.max_file_size=0;
opcache.file_cache= …/.opcache;
opcache.file_cache_only=1;

2018-04-17 02:26:01
Sorry de eso no se :S
2018-04-17 02:26:16
ooohh
2018-04-17 02:26:38
es que drupal me pide activar un opcache, entonces me la paso nomas ese requerimiento? igual le instalo?
2018-04-17 02:27:28
si yo creo que si se instala sin eso, si es una prueba esta bien
2018-04-17 02:27:40
si es un server de un sitio de verdad, diria que si trata de resolverlo
2018-04-17 02:27:46
ok Eduardo muchas gracias
2018-04-17 02:27:54
en esas estoy
2018-04-17 02:27:57
si no estoy en mi compu
2018-04-17 02:28:18
no me gusta trabajar en local porqeu lueg cunado tengo que subirle me cambian la bla de cosas y es doble trabajo
Daniel Rocha 2018-04-17 02:31:43
@all alguien ha trabajado con docker. Alguna documentación por favor?
2018-04-17 02:51:23
que es eso amigo
Daniel Rocha 2018-04-17 02:52:41
Docker es un proyecto de código abierto que se utiliza para automatizar el despliegue de Drupal
Daniel Rocha 2018-04-17 02:52:55
Es como una actualización a Vagrant
|