Constantly challenging ourselves to deliver more to our clients

Scripting

Base-admin.class.php PHP Fatal error: Uncaught Error: [] operator not supported for strings

The error you're encountering, "PHP Fatal error: Uncaught Error: [] operator not supported for strings", indicates that in the file base-admin.class.php of the Revolution Slider (or RevSlider) plugin, you are trying to use the [] operator to add a value to a variable that has been declared as a string. The [] operator is used [...]

How to Create a Script to Automate Backups on a Dedicated Server with Multiple Vhosts

Automating backups on a dedicated server hosting multiple websites via vhosts is essential to ensure data security and availability. In this article, you'll learn how to create a Bash script to automate the backup process for different websites hosted on a server with vhosts. I'll include code examples so you can implement it easily. Step [...]

By |2024-08-23T20:59:51+00:00August 23rd, 2024|Scripting, System Administration|0 Comments

Creating a script for monitoring the free space in the disk and sending an email in case of need

Monitoring disk space is crucial to ensure that servers and systems do not run out of space, which could lead to data loss or system failures. In this article, you will learn how to create a Bash script that monitors disk space and sends an email notification when the available space falls below a specific [...]

By |2024-08-22T22:23:43+00:00August 22nd, 2024|Scripting, System Administration|0 Comments
Go to Top