i had the problem on Windows with newest xampp 8.2.12 that the extension_dir path in my php.ini was not working. after struggling a while, trying different thing i found out, that it works if i put the extension_dir above the include_path, and voila – now i can see the correct extension_dir in phpinfo() i found…
All posts in IT
create/write permission denied – mysql/mariadb/libman etc. – howto fix broken linux filesystem permissions with valid backup
after a reboot i could not start mysql anymore. [ERROR] mysqld: Can’t create/write to file ‚/usr/local/var/mysql/aria_log_control‘ after a while i noticed that man was not working anymore: man-db: error while loading shared libraries: libmandb-2.8.1.so slowly i started to understand that something serious did happen to the system. after executing chmod o+x . from / directory,…