Jump to content

Michael Grote

Clients
  • Posts

    47
  • Joined

  • Last visited

 Content Type 

Downloads

Release Notes

IPS4 Guides

IPS4 Developer Documentation

Invision Community Blog

Development Blog

Deprecation Tracker

Providers Directory

Forums

Events

Store

Gallery

Everything posted by Michael Grote

  1. Yesterday the upgrade performed without any problems
  2. It still got stuck with a download of exactly 92,51%
  3. 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
  4. Hello, during the download part of the upgrade process the process got stuck with about 94%. There is an error message: Any ideas? Michael
  5. 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.
  6. 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?
  7. I‘ll talk to the hosting provider to open FTP access for you
  8. I asked your colleagues to change one of my test installations to point to the above URL. Now it's an official test installation.
  9. 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?
  10. Yes, it's a brand new copy from the invision server
  11. Hi, in preparation of the upgrade to 4.7 I asked my hosting provider to switch to PHP 7.4.3+ The company installed PHP 4.7.26 on Debian 4.19, MariaDB and nginx Using a test setup to check the compatibility I run in trouble. phpinfo() reports a memory limit of 512MB while the compatibilty checker ips4.php reports "our PHP memory limit is too low. It needs to be set to 128M or more. You should contact your hosting provider or system administrator to ask for this to be changed." (see screenshots) Both the hosting provider and I are searching for the reason for this discrepancy - but with no success. Do you have any ideas? Regards Michael
  12. Hi, I'm running "Partner / Sponsor System 1.1.0" on Invision Community v4.6.12.1. When trying to a add a new sponsor I'll get the following error The marketplace offers "Partner Page 2.1.1" Is this the successor? But even this is not compatible with Invision 4.6 Any ideas? Michael
  13. Hello, is there a hack to have a thicker line between two partners? Regards Michael
  14. @derpunkerthanks for the advice. I fixed it directly in the system source and it's fine now @Fostersplease provide a fixes new version Regards Michael
  15. Hi, after the upgrade to IPS 4.4.4 with the actual GDPR CompliIance the tasks fails with Exception: IPS\Db\Exception Object ( [query] => DELETE FROM `ibf_core_members_known_ip_addresses` WHERE time<=1555573982 [binds] => Array ( ) [message:protected] => Unknown column 'time' in 'where clause' [string:Exception:private] => [code:protected] => 1054 [file:protected] => /var/customers/webs/mgfvlw/test/system/Db/Db.php [line:protected] => 631 [trace:Exception:private] => Array ( [0] => Array ( [file] => /var/customers/webs/mgfvlw/test/system/Db/Db.php [line] => 1280 [function] => preparedQuery [class] => IPS\_Db [type] => -> [args] => Array ( [0] => /*IPS\gdprannoyance\tasks\_pruneOtherIpAddresses::execute:255*/ DELETE FROM `ibf_core_members_known_ip_addresses` WHERE time<=1555573982 [1] => Array ( ) ) ) [1] => Array ( [file] => /var/customers/webs/mgfvlw/test/applications/gdprannoyance/tasks/pruneOtherIpAddresses.php [line] => 86 [function] => delete [class] => IPS\_Db [type] => -> [args] => Array ( [0] => core_members_known_ip_addresses [1] => Array ( [0] => time<=1555573982 ) ) ) [2] => Array ( [file] => /var/customers/webs/mgfvlw/test/system/Task/Task.php [line] => 255 [function] => execute [class] => IPS\gdprannoyance\tasks\_pruneOtherIpAddresses [type] => -> [args] => Array ( ) ) [3] => Array ( [file] => /var/customers/webs/mgfvlw/test/system/Task/Task.php [line] => 224 [function] => run [class] => IPS\_Task [type] => -> [args] => Array ( ) ) [4] => Array ( [file] => /var/customers/webs/mgfvlw/test/applications/core/interface/task/task.php [line] => 62 [function] => runAndLog [class] => IPS\_Task [type] => -> [args] => Array ( ) ) ) [previous:Exception:private] => ) Any ideas? Michael
  16. Hi, I installed version 1.0.5. one week ago. The ACP setting (Remove IP addresses after) is set to 90 days. When looking at the IP addresses belonging to a member (via ACP -> Member -> <selecting a member> -> View all IP Addresses) there are still a lot of members with IP addresses older than the 90 days threshold (even back to 1999).
  17. Is there anything to configure related to this tool?
×
×
  • Create New...