• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

Search results

  1. HHawk

    Parse error: syntax error, unexpected '$this' (T_VARIABLE)

    Very weird, I also created a thread on Atomiccorp's forum about this and they couldn't re-produce this issue at all?! Sigh... Seems this will never get solved. Maybe someone else with more insight can explain it to them? The thread is located here...
  2. HHawk

    Parse error: syntax error, unexpected '$this' (T_VARIABLE)

    Well I didn't have issues before with Roundcube, only after uninstalling things (apparently it also uninstalled Roundcube). So I also selected it to reinstall. But I got a blank apache page after it. But, like I said, Plesk repair fixed it. Regards.
  3. HHawk

    Parse error: syntax error, unexpected '$this' (T_VARIABLE)

    Thank you again for answering. Well I followed the exact steps as you described and in the end I received "ProFTPD Version 1.3.6rc2" again. Further details: Version: 1.3.6rc2 (devel) Platform: LINUX [Linux 2.6.32-042stab113.21 x86_64] Built: Mon Mar 21 2016 15:40:44 EDT It's the same as...
  4. HHawk

    Parse error: syntax error, unexpected '$this' (T_VARIABLE)

    Thank you gennolo and trialotto for your (detailed) answers. Highly appreciated. Well as soon as I downgrade the ProFTPD version (on my own server) it will be updated once again the next day. The installed version is: ProFTPD Version 1.3.6rc2 (psa-proftpd). If I am not mistaken, it's...
  5. HHawk

    Parse error: syntax error, unexpected '$this' (T_VARIABLE)

    How do you change from Atomic ProFTPD rpm release to the original Plesk rpm release? I only want to change it for ProFTPD though, nothing else. Thank you.
  6. HHawk

    Parse error: syntax error, unexpected '$this' (T_VARIABLE)

    Same here. This should be fixed asap. I already have a few (just a few luckily) customers who complained about this. Told them it was their buggy script, though it seems ProFTP is the culprit here. I don't understand why I received this update for our servers though from Plesk...
  7. HHawk

    Changing anti-spam and anti-virus for all accounts at once in SSH?

    So if I add the emailaddresses to the "Tools & Settings" >> "Spam Filter" >> "White List" it will apply anyways for all hostingaccounts and therefor emailaccounts server-wide? Awesome. :)
  8. HHawk

    Changing anti-spam and anti-virus for all accounts at once in SSH?

    Wow thanks HoracioS! One final question though. With the SSH command you gave me, how do I add (as an example) the following emailaddresses to the white-list: *@firstdomain.com and *@seconddomain.com? Would it be this: Or is that incorrect? Or is adding these emailaddresses under "Tools &...
  9. HHawk

    Changing anti-spam and anti-virus for all accounts at once in SSH?

    I did a search and came up with the following posted by IgorG and I quote: For mass enabling antispam or antivirus for all emails you can use following scripts: First; this still works with Plesk 12.5 as well, right? And how would I enable anti-spam (using the above) and set all...
  10. HHawk

    Is it possible to bulk change NS-records from SSH?

    Okay, I managed to make the changes to the NS records and necessary (webmail) records, by using: mysql> update dns_recs set displayVal='ns1.newserver.nl.' and val='ns1.newserver.nl.' where displayVal='ns1.oldserver.nl.' and type='NS'; Result: Query OK, 32 rows affected, 32 warnings (0.07 sec)...
  11. HHawk

    Is it possible to bulk change NS-records from SSH?

    Hi Alex! First off; thanks for repying. When I run the query (after changing it to the desired values obviously) I get this as a result: Query OK, 0 rows affected (0.00 sec) Rows matched: 0 Changed: 0 Warnings: 0 Doesn't matter what I do, it seems it cannot find the items to replace? Maybe...
  12. HHawk

    Is it possible to bulk change NS-records from SSH?

    What "Panel DNS Manager Tool" ? You mean 'General Settings' > 'DNS Template', right? Well that doesn't work. Plesk considers the records I mentioned as user created and therefor won't change if I apply (any of the two options). I tested this already. So it's pretty much useless. If you mean...
  13. HHawk

    Is it possible to bulk change NS-records from SSH?

    I think this is possible by replacing the old nameserver and IP with the new values through phpMyAdmin, but I have no clue on how to execute a SQL (sorry kind of a noob here). I want to replace these values: oldnameserver.nl > newnameserver.nl old.ip.number > new.ip.number If someone could...
  14. HHawk

    Is it possible to bulk change NS-records from SSH?

    Hi all, I have quick question. Because one of our older server (Plesk 12) had problems, we are migrating all those accounts to different Plesk servers (Plesk 12.5). Though Plesk Migrator works generally well, we have one (actually two) issue. Contents, databases, emails, etc. are all correctly...
Back
Top