Jump to content

teraßyte

Clients
  • Posts

    33,371
  • 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. Make sure the ROW_FORMAT for InnoDB tables is also DYNAMIC rather than COMPACT.
  2. The error is thrown only when editing the GUEST GROUP with MYSQL STRICT MODE enabled.
  3. I think Mark was thinking of PHP 8.2 when he replied. Anyway, while IPS has started recommending 8.1 with 4.7.15, there's no hurry to upgrade just now. 🙂 You can take your time and figure out the issue.
  4. Have you used the requirements checker after switching to PHP 8.1? It's possible that some required modules are not enabled.
  5. The site's account on the server and CLI can use different PHP versions. Based on your post, CLI is using PHP 8.2 instead of 8.1. You need to manually indicate CLI to use the 8.1 path. For example, instead of: php script.php You might need: /opt/alt/php81/usr/bin/php script.php The exact path depends on your server's configuration.
  6. Older versions had all login methods listed by default, and during the upgrade, they were converted as disabled. You can safely delete them, but leaving them there disabled won't cause any issues, either.
  7. Oh, I guess you also need to manually unlock the application in the database. It's the app_requires_manual_intervention field in the core_applications table. Here's a query you can run directly (if your tables use a prefix, adjust as needed): UPDATE core_applications SET app_requires_manual_intervention=0 WHERE app_directory='videos'; Clear again the cache after running the query, and the app should be unlocked. IPS won't offer support for 3rd party modifications. At most, they'll redirect you to the application's developer (who is currently MIA) or 3rd party developers in the Providers Directory. (Example link under my photo.) Anyway, with the query above you should be good to go.
  8. You need to change the first line with this code: public function setLastComment( \IPS\Content\Comment $comment=NULL, \IPS\Content\Item $updatedItem=NULL ) Then clear the cache in ACP > Support and re-enable the application.
  9. Yes, IPS added a new parameter to a function. It's a simple change if you know how to do it. If you need help let me know.
  10. Looks like a fix for this bug was included in 4.7.15. Marking as solved.
  11. Looks like a fix for this bug was included in 4.7.15. Marking as solved.
  12. Looks like a fix for this bug was included in 4.7.15. Marking as solved.
  13. Looks like a fix for this bug was included in 4.7.15. Marking as solved.
  14. The extra free months are if you convert your current license (with only some applications) to a classic license (with all applications). If you click the Click here to change under the Change your license to new Invision Community Classic terms title, you'll get a summary of your situation and the free extra months. Clicking that button won't change anything just yet, you have to confirm again on the page that loads, and only after choosing either the month or year renewal option. Be aware that after clicking the button it might take a while to load all your data to calculate the extra free months. (At least it took more than a minute when I did it). There are no issues. I've helped several clients switch from cloud hosting to self-hosting. You can ask IPS to provide you with a backup of your data anytime, purchase the self-hosting (classic) license, and import the backup on your new hosting. 👍
  15. Yes, I've seen several sites (10+) using version 10.11 without any issues.
  16. PHP 8.2 is not supported currently, though. If your site uses it, you should downgrade to PHP 8.1 instead. Otherwise, you might experience issues in some areas.
  17. I read the title as 3.4.6 at first. I've recently done 2 upgrades from 3.4.6 and 3.4.9. 😅 IPS doesn't provide older versions for download, so you can only upgrade directly to 4.7.14. The steps mentioned in the post above are all you need. However, remember that you can't use the automatic upgrade option in ACP in this particular instance because you need to change the PHP version. The only option is to perform a manual upgrade. Here's a link to the guide: https://invisioncommunity.com/4guides/advanced-options/server-management/install-and-upgrade-r259/#manualupgrade
  18. I've seen this problem several times. Making that error message more visible would certainly help. 👀 Maybe a big red error message at the top of the form like other pages do.
  19. Here you go some links 🙂 You need a modification for that. Here's a link: https://www.sosinvision.com.br/index.php?/file/68-user-groups-in-registration-screen-account-settings/ Again, you also need a modification for this: https://www.sosinvision.com.br/index.php?/file/40-profile-field-per-user-group/ Have a look at this guide from IPS. It won't automatically log in members, but they can use the same account. You need another modification for this one, too: https://allastronauts.com/files/file/19-kitchen-sink/
  20. Are you allowing only certain email domains perhaps?
×
×
  • Create New...