Write PHP Array as debug output to a file instead of echoing it

PHP debugging made easy At some point in our life as PHP developer, we come to the point where we are debugging PHP by checking the values of our variables, arrays and objects.We all know: Its easy to debug in Javascript. You can do something like:console.log(“variable is:”+myVar); This is a problem for PHP debug.You can […]

Read More… from Write PHP Array as debug output to a file instead of echoing it

413 Request Entity Too Large (nginx)

Above error shoved up in my browser when uploading a database dump to phpmyadmin. The server runs a nginx webserver and so my apache knowledge was completely useless. But after some googling I found, i just had to add the line to my “http {}” Block in my /etc/nginx/nginx.conf config. But i don’t like to […]

Read More… from 413 Request Entity Too Large (nginx)

Obtaining a Let’s Encrypt SSL Certificate fails on a freshly installed forge server with:”ERROR: Challenge is invalid!”

I tried to create a SSL certificate on a new digitalocean server administered by forge (a Laravel deployment and server administration service), but eventually failed with an error: ERROR: Challenge is invalid! (returned: invalid) (result: [“type”] “http-01” After some testing and research (I tried removing the .htaccess Basic Auth, changing the hostname, changing the webroot […]

Read More… from Obtaining a Let’s Encrypt SSL Certificate fails on a freshly installed forge server with:”ERROR: Challenge is invalid!”

Delete already deleted Acronis Backups?

Always wondered, how you can delete an already deleted Acronis Cyber Security backup on your webspace, that still uses space of your backup space? I was wondering, too. These backups you see, when you turn on “show deleted backups”. They take up space on your backup space, you can see them on your Acronis Management […]

Read More… from Delete already deleted Acronis Backups?