Jump to content

teraßyte

Clients
  • Posts

    33,395
  • Joined

  • Days Won

    47

 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 teraßyte

  1. Well, from your previous post the error is quite clear: If the issue is your server running out of space IPS can't really fix the code not being able to create new files because of it... 🙄
  2. I think it was still around until 3.1.4 at least.
  3. You're thinking of the old "Trash Can Forum" setting in IP.Board 3.x. It was removed in 4.x (or late 3.4.x versions; can't recall exactly) and was replaced by the soft delete Marc just mentioned above.
  4. It's better to run queries on such big tables from SSH rather than phpMyAdmin.
  5. Send me a PM with some more details on what you're trying to do and I can take a look if you want. 🙂
  6. I see you have another Go To Top modification in that list. Based on the name it should do something similar, if not you can give this one a try instead:
  7. Back To Top is most likely the culprit. I've seen plenty of forums going down because it's not compatible with PHP 8. As for the logo, your old theme should still be there. You can just switch back to it. 👍
  8. That would require some kind of modification. Or you could enter both manual option in the same field.
  9. Not exactly a bug, but it's not really needed to keep an empty file around either: \applications\core\setup\upg_107500\upgrade.php The file contains a single empty upgrade step: public function step1() { return TRUE; }
  10. From that screenshot you also seem to have mixed charset values: utf8_unicode_ci and utf8mb4_unicode_ci. All tables should be using utf8mb4_unicode_ci instead.
  11. This is the support topic for this modification:
  12. When you reset/change the main licensed URL the test URL is reset at the same time. Someone from IPS might be able to just reset the test URL for you, but you'll need to wait for them to see this topic.
  13. I don't remember any default option to prune topics with no reply after X days. Are you using some kind of modification perhaps? It could be updated to support also a last viewed date. Or you can have a completely new one made since the software doesn't store a topic's last view date in the first place. You'd also need to account for that in the code.
  14. That's something you should check with your hosting. Every server has its own setup. However, have you already tried running the Requirements Checker? There might be missing PHP extensions causing the error.
  15. I just tried myself and was able to install the plugin with no error. 🙄 Here's my zip structure (seen with 7zip):
  16. Which plugin are you trying to install specifically?
  17. If there are a lot of modifications installed it might be worth upgrading to 4.7.3 with PHP 7.4 in order to have the tool flag any incompatible modifications with PHP 8. Other than that, yeah, it's probably not worth the time.
  18. Is the issue you're talking about different from the topic/query I linked above? Because if the issue is the field having the text string NULL instead of being NULL itself it's not the solution in this case.
  19. @Jim M I restored a full backup from a 3.x version and then upgraded it to 4.7.4. The forum currently has only 1 plugin installed, but the error can still be reproduced after disabling it and testing on the default theme. I also saw this topic and verified with the query posted in the solution but there were 0 results:
  20. Add a product in ACP, uploads a few images for it in the Store tab, chosen a primary image and then save it. Once you go back to edit the product the primary image you chose is not marked as such. All images have an empty radio button instead.
  21. You can do this by uploading the 4.7.3 files manually (as long as you downloaded them before 4.7.4 became available). The auto-upgrade in ACP always uses the latest version available so it would upgrade straight to 4.7.4 right now (soon to be 4.7.5).
  22. Yeah, a few sites I know that were using that application all converted to using Radical Tags instead. As for Minimized Quote, it's now a built-in feature since version 4.5 so you can just uninstall the plugin.
  23. Viglink was removed in version 4.7.4 because the implementation doesn't work anymore: https://invisioncommunity.com/release-notes/
  24. @Daniel F Great! While you're at it can you guys give a good look at this forum and check the other bugs? I've posted several ones (even easy ones like this one) and they were never acknowledged nor fixed. Here's some random ones: https://invisioncommunity.com/forums/topic/468507-bug-470-cannot-setup-extra-fields-in-downloads-to-be-included-in-topics/ https://invisioncommunity.com/forums/topic/468498-bug-470-the-setting-send-diagnostic-data-is-broken/ https://invisioncommunity.com/forums/topic/468464-bug-470-cms-database-setting-field-options-records-per-page-controls-also-comments-per-page/ https://invisioncommunity.com/forums/topic/468123-bug-470-blog-app-has-calendar-code-in-it/ These are just some recent ones.
×
×
  • Create New...