Hello,
I have some trouble with my initial installation on the 1und1 server.
Actually the installation appears to run well. But even on a clean new
installation the behavior is strange:
bar on the left where it is not operational.
http://org.light-of-darkness.de/Context_menu.png
I am using PHP7 (on the 1&1 server this is the only option to activate op
code caching)
I do not have root access to the linux so I have to install via FTP
The .htaccess hat the following commands active:
#For Apache FCGI (not regular mod_php!) you need the following rewrite rule:
RewriteEngine on
RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization},L]
In the php.ini I have (and I reference it from each sub directory):
file_uploads = on
log_errors = on
magic_quotes_gpc = off
magic_quotes_runtime = off
register_globals = off
short_open_tag = on
track_vars = on
upload_max_filesize = 64M
date.timezone = Europe/Berlin
display_errors = off
error_reporting = 30711
max_execution_time = 240
memory_limit = 256M
session.gc_maxlifetime = 14400
post_max_size = 65M
session.use_trans_sid = Off
session.gc_probability = 1
session.gc_divisor = 10
mbstring.func_overload = 0
the following is for 1&1 op code caching
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=/kunden/homepages/38/d622307063/htdocs/.opcache/LoD_eGW14
3;
opcache.file_cache_only=1;
zlib.output_compression = On
Somehow I ran into the submission of usage statistics. After that submission
the session seemed to work better i.e. the context menu appeared normally.
But at the next login it is back to the strange state.
I have now removed everything several times donloaded the SF files several
times to make sure I am not missing something and created the database over
again. But the behavior does not change.
Is there something with 1und 1 that I should know?
Does anyone experience the same problems?
Thanks a lot to any help and hints you can give me!
Best regards,
Gernot