Jump to content

teraßyte

Clients
  • Posts

    33,811
  • Joined

  • Last visited

  • Days Won

    55

 Content Type 

Downloads

Release Notes

IPS4 Guides

IPS4 Developer Documentation

Invision Community Blog

Development Blog

Deprecation Tracker

Providers Directory

Projects

Release Notes v5

Invision Community 5 Bug Tracker

Forums

Events

Store

Gallery

Everything posted by teraßyte

  1. A friendly reminder to check the huge list of open bugs reports in the Developer Connection forum instead of nagging us about PHP 8. 😋
  2. Just found another bug with Custom Products (which I heavily use). Here are the steps to reproduce: Add a paid invoice to any random account in ACP and add a Custom Product with it. In the Client Area Display tab insert some text and an attachment. Now go to the user's account and edit the custom Product (pencil button) from there: add some more text, delete the attachment, and upload a new file. After saving the changes go back and edit again the custom product: nothing has changed except for the fact that the old attachment and the new one are both there now. Now try adding another invoice with a NEW Custom Product and you'll find the editor in the Client Area Display tab prefilled with the original text and both attachments from before. In some cases, the old attachment is still there but the editor doesn't display it instead. I'm not sure of the steps to reproduce this just yet though. I'll keep looking. === Overall Custom Products have a lot of little bugs here and there: There's no way to immediately add custom fields (like URL, FTP details, accounts, etc) when adding/editing the package itself but going and editing each custom field individually the custom packages show up there. It's hard to find them once they're added to a single account, there's no easy way or some kind of custom group to list all of them in one place. Settings for them are saved when you initially create them from an invoice but editing them after they're added to the user account doesn't save some things. Custom products don't show up in certain settings (like associable products when editing a department). Honestly, the whole situation is a mess... 🙄
  3. The new version has been approved. 🙂
  4. The software is based on using a single email in a lot of places/functions/etc. To allow multiple accounts using the same email would basically require to rewrite the whole code from scratch. It's just not possible. Some email provides allow to use aliases (like gmail) so you could probably use that to work around it: email.name@gmail.com email.name+alias1@gmail.com email.name+alias2@gmail.com etc.
  5. Maybe the email/IP aren't on Cleantalk but on another list like https://www.stopforumspam.com/ IPS uses multiple lists to check, and even their own list based on all IPS communities. They won't share how they return a 4 response though, or (real) spammers would have an easier way bypassing their checks. ACP > Members > CONTENT MODERATION > Spam Prevention > Spam Defense Whitelist (button top-right). IPS should probably add the word whitelist to return this page in ACP's live search as currently it's not included.
  6. Uploaded a new 1.0.3 version pending IPS approval:
  7. Yes. That looks like the database was imported(?) with the wrong charset at some point. Maybe during a server move (or simply a backup restore). I've seen it plenty of times. If the issue affects only a few posts I suggest simply fixing the ones you come across manually. However, considering Italian uses a lot of accents (I would know being Italian myself lol), I guess the issue covers a lot of content. Unless you know how to fix it yourself you can look into hiring a developer to fix it for you. The only way to solve it would be if you have an old backup of the correct data and it's possible to attempt to re-import it. Any edited content would be lost though. if you just overwrite the rows though. There are ways to avoid that, but it's quite a time consuming process. And if you don't have the original, non-broken data it's still possible to attempt to fix it but it requires even more time.
  8. Yeah, you're okay without doing anything. 🙂
  9. I'm back. I'll be checking the error as soon as I'm done catching up with things. Hmm, I don't see many people using this feature honestly. The plugin was initially made to allow users to bump their own topics. If there is enough interest from other people I can consider adding multi-bump from forum view in a future release. I'll just keep the idea in a corner of my mind for now.
  10. Based on the error the table core_cache is missing from your database: IPS\Db\Exception: Table 'ic4.core_cache' doesn't exist (1146) You should check with your hosting why the table is suddenly missing from your database. There might also be other tables missing and/or issues with the database itself.
  11. @Maxtor Hmm, is that PHP 8.0 or 8.1? I don't remember seeing that error when I tested on 8.0. That said I'm currently away until 7 October so I'll have a look once I'm back.
  12. @Manuel Molina I sent you a PM. 🙂
  13. Is anyone else interested in this feature? 🙄
  14. I'm loading the content the same way IPS does for the clubs homepage. Just to double-check: you're noticing the issue only in the widget and not in the block on the clubs homepage? If you can't replicate with the default block from IPS I'll need a link to the page with the widget in order to have a look at it because I can't replicate locally either. If you don't want to post it there for everyone to see send me a PM. 🙂
  15. I think at the time they must have "fixed it the wrong way" by using the function that calculates the rating on-the-fly every time instead of properly updating the cached value. That widget is still using the cached value though.
  16. A new 4.0.1 version is currently pending approval:
  17. Just noticed there's a wrong rating for this file: There is only 1 review right now and the user initially posted it with 1 star. After that he edited it to be 5 stars but the rating for the file itself is still showing 1 star in the Recent Updates widget in the Marketplace homepage: The file embed above is showing 5 stars though, so it's probably calculating the rating on-the-fly rather than using a cached file from the files table. === Another bug I just noticed: the embed above is showing 0 comments but that part should be hidden if the category doesn't allow comments to begin with. Marketplace allows only reviews.
  18. New 1.0.1 version pending approval:
  19. Are you getting some kind of specific error or it just doesn't work with no specific info that can be looked at? From a quick search it looks like Patreon stopped supporting their API as of June 22nd, 2020. The same warning is also listed in the application's description: After 2 years there might have been changes to how they handle things and the API stopped working because of that. 🤔 Their PHP 1.0.0 v2 API was released on 1 October 2019 (so ~1 year before they even stopped supporting it) and hasn't been updated since.
  20. Uploaded a new 1.1.2 version currently pending IPS approval. Here's the changelog:
  21. I assume you've already checked the code of all your modifications and found nothing related to the license key settings/code? Maybe you can try adding some logging to check at intervals if the license key is still present. From there you can find out when it happens, see what was running around that time, and possibly add more logging based on that. But yeah, it's gonna take some time.
  22. This is the support topic for this modification:
  23. The warning is cached. You can either have a look at your phpinfo (Support page) and check the list of disabled functions in the data, or just wait for a day and if the functions are indeed disabled the warning will disappear.
  24. Here's a link to the search-related guide (elastic search is mentioned at the bottom of it):
×
×
  • Create New...