Wie kann man Admin Kennwort zurücksetzen? Es geht um Drupal 8.
Deprecated: You are retrieving the service locator from within the class Users\Controller\LoginController. Please be aware that ServiceLocatorAwareInterface is deprecated and will be removed in version 3.0, along with the ServiceLocatorAwareInitializer. You will need to update your class to accept all dependencies at creation, either via constructor arguments or setters, and use a factory to perform the injections. in ZF\vendor\zendframework\zend-mvc\src\Controller\AbstractController.php on line 258
Vorher:
cd /home/MeineWebUser/public_html
Man muss sicher sein, dass Mysql-Verbindung hergestellt werden kann.
Backup your code, files, and database into a single file.
drush archive-dump
Site in Wartungmodus:
drush sset system.maintenance_mode 1
Welche Dienste sollte eine Firma mit Schwerpunkt Web / Programmierung anbieten? Welche Punkte sollte man nennen?
<?php
rename_function('strlen', 'new_strlen');
override_function('strlen', '$string', 'return override_strlen($string);');
function override_strlen($string){
So hat es bei mir funktioniert:
php composer create-project -n -sdev zendframework/skeleton-application path/to/install
Um gesperrte IPs zu sehen:
iptables -L INPUT -v -n --line-number
Um eine IP-Adresse zu entsperren, bzw. eine Zeile (zB 6) zu löschen:
iptables -D INPUT 6
MYSQL MELDET:
error: Found option without preceding group in config file: /etc/mysql/conf.d/mysite04.cnf
WAS TUE ICH FALSCH?
1 Folgende Datei mit einem Grafikprogramm überarbeiten und eine Flagge ersetzen. Bspw. die dritte Flagge druch die schwedische Flagge ersetzen.
. /themes/Frontend/Responsive/frontend/_public/src/img/ico-flags.png
2. Less Datei unter bearbeiten :
/themes/Frontend/Responsive/frontend/_public/src/less/_components/flags.less
Zeile 19:
&.nl_NL { background-position: 0 -22px; }
durch folgendes ersetzen:
&.sv-SE { background-position: 0 -22px; }
Warum liefert "??" anderes Ergebnis als "?:", wenn man sonst identische Werte hat ? Getestet habe ich mit PHP 7.1.4
<?php
$var1 = 0 ?? 123;
$var2 = 0 ?: 123;
echo " $var1 : $var2 ";
// Ergebnis ist 0 : 123
?>
Neueste Kommentare
Hilft "cp -avf old new && rm…
Hilft "
cp -avf old new && rm -rvf old"
nicht?Same with Drush 13 + PHP 8.3 and my Solution
Same with Drush 13 + PHP 8.3
Error : Failed to install the required package 'RPM' by using AP
Initializing...
Error : Failed to install the required package 'RPM' by using APT. Please install it manually.
Exit
Solution:
Installieren & Aktivieren
So habe es installiert und dann mit Hilfe von Key/Code (über Website von Acronis Cyber Protect) aktiviert:
I have a view with a path…
I have a view with a path like
/my-content-export
to export entivies as JSON or CSV.admin_toolbar 3.5.2 is the…
admin_toolbar 3.5.2 is the reason. Patch coming ...
Drupal 10.4, in a custom View
Drupal 10.4:
Tools & Settings >> Security…
Tools & Settings >> Security Policy :
Allow only secure FTPS connections
List config vaiables
/usr/sbin/mariadbd --help --verbose | grep "query.*size"
Restart MariaDB / MySQL
Commandline: