Ich bekomme diesen Fehler:
PHP Warning: geoip_org_by_name(): Required database not available at /usr/share/GeoIP/GeoIPOrg.dat
Mein PHP-Script:
<?php
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:
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
Windows apache thread stack size
This current value cannot be checked by the system, so please ignore this warning if it is already taken care of: Fluid uses complex regular expressions which require a lot of stack space during the first processing. On Windows the default stack size for Apache is a lot smaller than on UNIX. You can increase the size to 8MB (default on UNIX) by adding the following configuration to httpd.conf and restarting Apache afterwards:
<IfModule mpm_winnt_module>
ThreadStackSize 8388608
</IfModule>
Fehler:
Calculated absolute path to tslib directory does not exist.
Was sind die Vorteile und Nachteile von Imagemagick gegen GD?
Kann man komplett auf Imagemagick verzichten?
<?php
echo `dir`;
shell_exec('dir');
?>
Beide funktionieren identisch. Wie kann ich `befehl` bzw. Backticks deaktivieren aber shell_exec('befehl') weiter laufen lassen?
Laut meiner Lernunterlagen sind die größte zahlen, die ein gewöhnlicher Computer-System bearbeiten kann:
32bit: 2147483647
64bit: 9223372036854775807
Gilt das genauso für PHP?
Ich möchte 30 Einträge löschen und bekomme folgende Fehlermeldung von phpMyAdmin.
Request Entity Too Large
The requested resource
/phpMyAdmin/tbl_row_action.php
does not allow request data with POST requests, or the amount of data provided in the request exceeds the capacity limit.
Was mache ich falsch?
Warum PHP gibt diesen Fehlermeldung aus?
PHP Warning: preg_match(): Compilation failed: nothing to repeat at offset 0 in
Neueste Kommentare
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
Error: configure: error: no acceptable C compiler found in $PATH
Error:
PHP 8.3, APCu via PECL
PHP 8.3 extra packages (+ pecl, apcu)
apt update && apt upgrade
https : Secure Connection Failed
I get this error, when I visit https://solr.example.com:8983 :
Remove files and show the number of deleted files
Remove all files starting with 2024 in mydir123 and show the number of deleted files:
find mydir123 -name '2024*' -exec rm -vf {} \; | wc -l
find . -name '*' | xargs rm …
find . -name '*' | xargs rm -v
Maybe Patch
https://www.drupal.org/project/tablefield/issues/3397688