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. 9 months later... this still isn't fixed even with the fix already provided in the first post... 🙄
  2. That page means there is some kind of issue with a MySQL query or the MySQL server itself. It should save a log in the /cache folder and you can look up the actual error there.
  3. There doesn't seem to be anything wrong in the template itself at a first look. Maybe it's the template variables. Click on the Variables... button and post here the textarea content.
  4. Yeah, the number of links should be displayed. If no lines are allowed the signature area should be disabled in the first place though. 😅
  5. There's also a bug with the signature restrictions at the top of the page not properly listing them all though. The screenshot in the first post simply lists that "images are not allowed". It doesn't say anything about "number of links" or "lines of text" (which are both set to 0).
  6. @Matt When the tables where all updated from mediumint(8) to bigint(20) for member ids in a past version, the upgrade skipped this step and only new installation used bigint(20) from that point on. If I recall correctly it was temporarily skipped because it could have caused issues altering big tables (mainly for big sites) in a minor (?) version. It was supposed to be added to the next major version, but it looks like it was never done until now. That's also when the code I pointed out in the other topic was most likely added:
  7. Not currently. I made this based on a request and they asked to allow only admins & moderators to be able to see it. I can certainly look into adding a group setting for the next update though. I'll probably change the Yes/No setting to a radio option: No Administrators only Administrators & Moderators Specific groups only That way it should cover all options. 🤔
  8. As Marc mentioned it's not possible by default. Until IPS adds such feature the only way would be a custom modification.
  9. Was it a public application available in the marketplace or a custom one? If it's a public one it might help others if you post the name. 🙂
  10. New converter application versions have the redirect scripts included in the code itself but older versions used to have php files uploaded separately on your server. Based on your log it looks like you indeed have one such old script which is most likely missing the latest changes: /forums/showthread.php Try removing/renaming that file, check if the errors stop, and also double-check if your old vB topic urls still redirect properly.
  11. Looking at those logs you have several crashed tables that need to be repaired. In addition I also see that you're using MySQL 8.0 and I've seen a few people having issues with it. It would be best to use MySQL 5.7 or an equivalent MariaDB version instead.
  12. There's no way to cancel an upgrade. You'd need to restore the backup made right before upgrading (as long as you took one).
  13. Ran the query. Everything seems okay for now. 👍
  14. Maybe you have a backup cronjob/task that runs on those specific days? That's something you should ask your hosting usually though. (Unless you're hosted on Cloud.)
  15. To add a bit more to what @MeMaBlue said: after she upgraded the plugin from ACP to version 2.0.6 (that's the version that shows up in ACP at least) she was unable to login on both admin and frontend sides. The error I received when trying myself was this: Table parentsorgips.dp4custombadwords_settings doesn't exist For now I disabled the plugin and the forum works again. But I double-checked the database and there is indeed no such table. Not sure what went wrong or where though. 🙄
  16. Depending on what you're trying to do there might be some kind of possible workaround using plugins. 🤔 I can't be sure without knowing what exactly you're trying to accomplish doing those edits though.
  17. @Gary The database checker usually detects that kind of thing but it looks like there's some specific code in place to specifically skip INT/MEDIUMINT columns that should be BIGINT. Other people will surely run into the same issue at some point. Maybe you could bring it up with the developers? See file /system/Application/Application.php on line 2846: /* If the only difference is MEDIUMIT or INT should be BIGINT UNSIGNED - that's where we changed the member ID column. We don't need to flag it */ [...]
  18. That's probably it then. Try disabling it temporarily and see what happens.
  19. Do you have some kind of SSO login modification enabled perhaps? That could indeed be causing the redirect.
  20. The feature doesn't work by giving the user a choice. It shows an empty text field and the user has to enter the answer manually. The answers you're setting up in that screenshot will ALL be considered correct. Guide link:
  21. Most likely you've reached the MAXIMUM VALUE of the data type used for the member_id column in the ipb__core_pfields_content table. The current default value is BIGINT(20) but in the past it had a lower limit. The column was not updated properly in one of the upgrade steps probably.
  22. @Salvatore Torsi That's indeed a hosting issue on their side instead. I encountered it myself once during an upgrade, it was caused by the folder not being properly created when PHP 8 was installed. And on another server I had a similar issue but it was caused by the folder not having the correct write permissions. Definitely something your host needs to fix though.
  23. @Afrodude IPS has fixed the bug for an upcoming release (4.7.6 most likely).
×
×
  • Create New...