Hi, for a longer time I get the following notices in my OC admin view:
Sicherheits- & Einrichtungswarnungen
Der „Strict-Transport-Security“-HTTP-Header ist nicht auf mindestens „15768000“ Sekunden eingestellt. Für umfassende Sicherheit wird das Aktivieren von HSTS empfohlen, wie es in unseren Sicherheitshinweisen erläutert ist.
Es wurde kein PHP Memory Cache konfiguriert. Konfiguriere zur Erhöhung der Leistungsfähigkeit, soweit verfügbar, einen Memory Cache. Weitere Informationen finden Sie in unserer Dokumentation.
Deine PHP Version (5.4.45-0+deb7u2) wird nicht länger unterstützt. Wir empfehlen ein Upgrade deiner PHP Version, um die volle Performance und Sicherheit zu gewährleisten.
Bitte überprüfe noch einmal die Installationsanleitungen
und kontrolliere das Log auf mögliche Fehler oder Warnungen.
Now I want update my PHP from 5.4.45 to 7.0.or 7.1, but I can’t handle this.
In the begining I tried the following steps (or something similar):
echo ‘deb http://packages.dotdeb.org jessie all’ > /etc/apt/sources.list.d/dotdeb.list
curl http://www.dotdeb.org/dotdeb.gpg | apt-key add -
apt-get update
In the end of “apt-get update” I get this error message:
W: A error occurred during the signature verification. The repository is not updated and the previous index files will be used. GPG error: http://download.opensuse.org Release: The following signatures couldn’t be verified because the public key is not available: NO_PUBKEY 4ABE1AC7557BEFF9
W: Failed to fetch http://packages.dotdeb.org/dists/jessie/Release Unable to find expected entry ‘all/binary-armhf/Packages’ in Release file (Wrong sources.list entry or malformed file)
W: Failed to fetch http://download.opensuse.org/repositories/isv:/ownCloud:/community/xUbuntu_12.04/Release
W: Some index files failed to download. They have been ignored, or old ones used instead.
All following steps for solving the upper named problems didn’t work.
I tried to fix the problem of the “armhf”-packages, or install PHP7.0 by using
sudo apt-get install php7.0
Reading package lists… Done
Building dependency tree
Reading state information… Done
E: Unable to locate package php7.0
E: Couldn’t find any package by regex ‘php7.0’
I wasted several days and evenings now, I don’t know, how I can fix the problem, so I hope someone can help.
I’m using
ownCloud 8.2.9 (production)
on Raspbian 7 (wheezy).
Thanks a lot in advance.