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
?>
Ich bekomme diesen Fehler:
PHP Warning: geoip_org_by_name(): Required database not available at /usr/share/GeoIP/GeoIPOrg.dat
Mein PHP-Script:
<?php
Damit man GEOIP-PECL auf Debian zum laufen bringt:
- apt-get install geoip-bin geoip-database libgeoip-dev
- pecl install geoip
- Eintrag in php.ini: extension=geoip.so
Danach Apache neu starten oder Konfigurationsdatei neu laden.
<?php
echo geoip_country_code_by_name ( $ip );
// Ausgabe sollte zweistellige Ländercode wie DE oder ähnliches sein.
?>
( ! ) Fatal error: Uncaught exception 'RuntimeException' with message 'LocalConfiguration.php exists already' in C:\xampp\typo3_src-6.2.6\typo3\sysext
Neueste Kommentare
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:
MariaDB Restart (after changes in /etc/mysql/db-performance.cnf)
After my changes in /etc/mysql/db-performance.cnf