Search notes:
Perl module POSIX
use warnings;
use strict;
use POSIX;
printf "acos( 0) = %7.6f\n", acos( 0);
printf "asin( 1) = %7.6f\n", asin( 1);
printf "atan(100000) = %7.6f\n", atan(100000);
print "\n";
print "start of epoch: ", strftime ('%H:%M:%S %d.%m.%Y', gmtime (0)), "\n";
print "now: : ", strftime ('%H:%M:%S %d.%m.%Y', localtime( )), "\n";
Fatal error: Uncaught PDOException: SQLSTATE[HY000]: General error: 8 attempt to write a readonly database in /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php:78
Stack trace:
#0 /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php(78): PDOStatement->execute(Array)
#1 /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php(30): insert_webrequest_('/notes/developm...', 1743247824, '3.135.222.93', 'Mozilla/5.0 App...', NULL)
#2 /home/httpd/vhosts/renenyffenegger.ch/httpsdocs/notes/development/languages/Perl/modules/POSIX/index(56): insert_webrequest()
#3 {main}
thrown in /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php on line 78