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. I remember reading people having issues with MYSQL 8.0 so up to 5.7 you should be safe. (As for MariaDB, if anyone is interested, I've seen people using even 10.9 without issues.)
  2. The index seems way too big compared to the data in the table. Maybe you have some extra/duplicate/useless indexes you can remove?
  3. Try replacing the parent call (line 134) with this code instead: # Get parent output (PHP 8 fix) $whosOnline = ''; if( \is_callable( 'parent::' . __FUNCTION__ ) ) { $whosOnline = \call_user_func_array( 'parent::' . __FUNCTION__, \func_get_args() ); }
  4. Yes, those database recommendations for InnoDB help making the site faster overall. And the change from Compact to Dynamic is to support larger indexes. That said, since you've already restored the site I'm not seeing any error right now. Without knowing the actual error it's not possible to know what exactly was wrong.
  5. You get that error when you drag& drop the files inside CKEditor itself. You need to use the attachments area at the bottom instead (where it says Drag files here to attach, or choose files...).
  6. The error seems to be coming from the rowStory template, which I assume is your widget's template. Can you post it here?
  7. No reply on thig bug report or any other related to custom packages... 🙄 😕 Considering the mess they are right now it's simply impossible to use them properly. As a workaround I'll create a CUSTOM group and place everything there while not showing it in the frontend store. I see no other solution.
  8. The upgrade step for 4.7.0 Beta 3 (107004) add a core_image_scanner_logs table in the database but a fresh 4.7.4 install doesn't have such table. A quick mass search in the files returns 2 result: the one above adding the table in 4.7.0 Beta 3, and the other is actually to drop the table but in the 4.6.13 Beta 1 upgrade instead. I guess the query to drop the table was added to the wrong step/file? 🤨
  9. IPS cannot support 3rd party modifications. It's best if you ask directly for help from the developer in the application's support topic. EDIT: looks like the old topic is closed. Try asking in the new topic instead:
  10. That seems indeed right. Just to double-check have you tried viewing the page as a guest or logged in as a member in a different group than the Administrator group? If you checked as a guest, it's possible guest caching was showing you a page cached before you changed the permissions. Clearing the cache from ACP > System > Support should help.
  11. You need to update the permission for each Downloads category in your ACP. Remove the download permissions from any groups you don't want the button to show up for.
  12. Hello, no it's not supported in the current version. You're the second person showing interest in having an option for multiple groups to be treated as VIP. I'm going to add this feature to my todo list, but I'm a bit busy with other works right now so no ETA on when I'll add it.
  13. Badge and ranks are saved in another table so the date is kept there. Not sure about achievement and I can't check right now, but I don't recall a separate table from the core_achievements_log one so you might lose the date there.
  14. There is a setting that allows you to prune the logs: ACP > Members > ACHIEVEMENTS > Settings > Clear activity log.
  15. Those limitations only apply if you upload an avatar.
  16. Oh okay then, one of those situations. In case there's also the option of hiring a different developer to update it for you, or at least give it a quick check at least: https://invisioncommunity.com/third-party/providers/ Making it compatible might end up being a simple thing depending on what needs to be updated. I've done several similar updates myself recently with this whole PHP 8 compatibility chaos. 😅
  17. In case restoring a backup is not an option, what about the the application's developer? Have you tried contacting them to see if they have an updated/compatible version? Okay, then that's something the IPS staff needs to answer for you. It's nothing we can check ourselves.
  18. With isset() it simply checks if the key exists in the array (it doesn't matter what value it contains), with !empty() instead if checks both that the key exists and the value is not empty (null, zero, etc).
  19. By default new registrations shouldn't be getting a secondary group. Do you have some kind of modification related to registrations installed? Or maybe you have the commerce application and are requiring users to select a subscription/product that changes the group?
  20. There is no setting to stop them from replying. Depending on what you want to do there are 2 options: You can disable the messaging module completely for the group in the Core application. Doing so they will lose access to their current PMs/content though. Have a modification made to also stop them from replying when they can't start new PMs. If you want to let your members still see their old PMs then you'd have to go with option #2. It's easy enough to make the plugin, send me a PM for more info if you're interested.
  21. To add some more details to this: the problem are POST requests that contain <iframe> elements being blocked by the server. Like YouTube embeds as mentioned above.
  22. Hmm, nope. I can't reproduce even using the same settings. 🙄 Could you please send me a PM with an ACP/FTP account so I can have a look directly at your site?
  23. Yep. I've reported this bug before, and even report the guide itself. Looks like they haven't gotten around to fix it still. 😋
  24. Ops, apologies about this. When I tested I wasn't able to reproduce the bug and I was going to ask you more info but I clearly forgot to do so. 😅 So yeah, could you please post the settings you're using for the group having the error? Either make a list of just post a screenshot.
  25. I can help you with that if you want. Send me a PM with the details. 🙂 Or, you can find a list of other people available in the Providers database: https://invisioncommunity.com/third-party/providers/ Just filter by IPS Legacy Upgrades.
×
×
  • Create New...