Jump to content

Michael Grote

Clients
  • Joined

  • Last visited

  1. Hallo, last week I started a bulkmail with rd. 30,000 Mails which completed in about 45 minutes. This is about 666 mails/minute - which stressed the server and is far too much for the algorithm of the mail providers. They classified my server as a spam sending machine 😞 What can I do to restrict the send rate of outgoing bulkmail? Regards Michael
  2. Hi, I#m looking for a way to access/download the PII data of a certain user via the Admin CP. Of course do I have admin privileges 🙂 Thanks in advance Michael
  3. Yesterday the upgrade performed without any problems
  4.    Michael Grote reacted to a post in a topic: Got stuck during upgrade to 4.7.4
  5. It still got stuck with a download of exactly 92,51%
  6. That is a complete different story. I do not get any red error message - the process simply stucks. The provided trace is part of the system logs
  7. The error message is part of the system logs
  8. Hello, during the download part of the upgrade process the process got stuck with about 94%. There is an error message: Any ideas? Michael
  9. Hi Marc, any news on this?
  10. Thanks Marc My improved script can be found here
  11. Meanwhile I added two lines of code to print out the calculation values of the memory check. The additional lines are printed in bold: The result is as follows: Again the additional result lines are in bold The string 512M $_memory limit shows the result of the system call $_memoryLimit = @ini_get('memory_limit'); while the string 512 $memory limit is the result of your script calculation. This is compared to $memoryLimit >= 128 * 1024 * 1024 and fails The above code can be found in line 244 to 268 Doing the same with PHP 7.3 enabled shows the correct result.
  12. Hi, as I'm waiting for an unrestricted FTP access I tried to drill down the error message. For this I added an extra line of code in the ips4.php script as follows: The result looks like this: From my point of view the PHP system reports 512M memory too, but your script does a the wrong evaluation. Or am I completely wrong?
  13. I‘ll talk to the hosting provider to open FTP access for you
  14. I asked your colleagues to change one of my test installations to point to the above URL. Now it's an official test installation.
  15. Hi Jim, Correct, the listed URL is not a licensed one. As we tried the same on the licensed ones the forum software stopped working. In order to have running forums we choose to switch to this test setup (on the same server). So I ask again: do you have any idea whats going wrong?