till's Recent Activity
-
till replied to the thread ISPConfig 3.2.9p1 pending operations.
Run as root: ispconfig_upfate.sh --force and choose nightly as update source when the updater asks.
Mar 27, 2023 at 6:55 PM -
till replied to the thread ISPConfig 3.2.9p1 pending operations.
You can call Drupal scripts on cli with a specific PHP version instead of the default one. Or you can update ISPConfig to nightly...
Mar 27, 2023 at 5:55 PM -
till replied to the thread Uncaught Error: Undefined constant "dbtable".
That's the root cause of the issue. The dbtable error was causing the system to be unable to log the error message.
Mar 27, 2023 at 5:48 PM -
till replied to the thread Uncaught Error: Undefined constant "dbtable".
Just updated my post above, missed correcting the code. dbtable must be in single quotes.
Mar 27, 2023 at 5:00 PM -
till replied to the thread Uncaught Error: Undefined constant "dbtable".
And change line 189 in the modules.inc.php file to: $app->log("Replication failed. Error: (" . $d['dbtable'] . ") " ....
Mar 27, 2023 at 4:40 PM -
till replied to the thread Uncaught Error: Undefined constant "dbtable".
Please post the output of the command: ls -la /usr/local/ispconfig/server/plugins-enabled/ from one of the affected DNS servers.
Mar 27, 2023 at 4:34 PM -
till replied to the thread Letsencrypt - Could not verify domain.
Post the debug output for activating LE now (see let's encrypt FAQ post).
Mar 27, 2023 at 4:13 PM -
till replied to the thread Uncaught mysqli_sql_exception: Data truncated for column 'warnvirusrecip' at row 1.
The table is sys_datalog. Get the value of the 'updated' column from server table and then check which records in sys_datalog have a...
Mar 27, 2023 at 2:53 PM -
till replied to the thread regenerate a correct vhost.
That's not an error. So nothing is wrong with that vhost. It's just compatible with older Apache versions as well. This is just an info...
Mar 27, 2023 at 12:35 PM -
till replied to the thread Email Mail Filter does not appear to block tld.
Have you used the complete from line from an email as source in a regex tester and tested your regex against that? This can't work as...
Mar 27, 2023 at 10:37 AM -
till replied to the thread ISPConfig 3.2.9p1 pending operations.
Use debug mode to find out which issue you are getting now.
Mar 27, 2023 at 9:22 AM -
till replied to the thread [SOLVED] Debian 11.6 + btrfs + ISPConfig script install @ quota fstab = [ERROR] ISPConfigOSException.
ISPConfig supports standard Linux filesystem quota only and not BTRFS quota, so you cannot limit the sizes of websites on your system.
Mar 27, 2023 at 7:32 AM -
till replied to the thread Recommended Let's Encrypt migration.
ISPConfig supports acme.sh and certbot equally and you can choose via command line options in the auto-installer which one should be...
Mar 26, 2023 at 7:20 PM -
till replied to the thread Incorrect datetime value: '2023-03-26 01:46:08' for column `dbispconfig`.`dns_rr`.`stamp` at row 1.
Datetime values in MySQL can be in the past or future, so this should not be an issue. Try updating the DNS record again.
Mar 26, 2023 at 10:41 AM