Jump to content

Daniel F

Invision Community Team
  • Posts

    6,573
  • Joined

  • Days Won

    37

 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 Daniel F

  1. Well, looking at the code you're using which is clearly out of our framework( AKA it's not going to use an IPS app) , I'm not sure what you're expecting to get returned from : \IPS\Request::i()->app. It's clearly not an app;) But if everything else (the constats) is set correct at least the session should work. <?php define('IPS_ROOT', __DIR__.'/include/subdomains/community/'); require IPS_ROOT.'init.php'; \IPS\Session\Front::i(); echo \IPS\Member::loggedIn()->name;
  2. [12-Jun-2020 04:28:51 UTC] PHP Warning: Module 'redis' already loaded in Unknown on line 0 Seems to be an issue in your php conf where the module is loaded twice? That's something your webhost should be able to address
  3. The error means that there's an issue with the SQL connection. Have you changed any details? Have you deleted any databases?
  4. I can confirm any_time(which I have fixed for 4.5), but nothing else from your list was duplicate for me.
  5. What do you mean with “haven’t done anything?” It’s normal if they’re not shown in the frontend because the permissions aren’t set yet. Do you see any imported members and forums in the ACP or are they missing there too? Please submit a ticket if they’re missing there, if not, please just review the forum permissions 🙂
  6. You’ll be able to disable the automatic detection in 4.5.
  7. Yea, it seems to be a bug. Could you please submit a ticket so that we can investigate this further and test any possible fixes on your system if required:)
  8. Please use the proper support topic for any further questions 🙂
  9. There's no need for a 3rd party plugin 🙂 Just add it to the analytics setting, which can be found in your ACP on the System => Analytics page.
  10. Exactly, if it’s such a PITA, you could just remove the 3rd party string by deleting it from the database. i really really wouldn’t advise it, it’s probably better to wait that the 3rd party dev addresses this by changing his key which also means that need to adjust any usage and also that he‘ll need to remove his duplicate string from them database:) or just to use the existing one from the core , but this also requires the manual cleanup and to remove the existing string... this was improved fror 4.5 , but it’s not backwards compatible and until it’s released it’s unfortunately a step which we but also 3rd party devs have to keep on mind😞 You can see our own cleanup steps in the Upgrade scripts where literally any deprecated or duplicate string is being removed manually 🙂
  11. Disabling an application won't remove the duplicate langstring keys unfortunately. It's something what we noticed after the 4.0 release and what we really can't control, so we advice any 3rd party dev to use an unique key for their templates,language strings, email templates, etc, BUT we've also made some adjustments in 4.5 which will be handy to 3rd party developers and translation providers and which will help them in this case.
  12. It does for moderators with the "Can edit members' profiles?" moderator permission but it's a moderation feature, so it's only visible on the other members profiles. None member will see this while editing his own profile 🙂
  13. This language string is using another string x_members for the member/members pluralisation, so once you translate x_members it should work correct 🙂
  14. Faqole left our community, but there's at least another file in our marketplace, which is able to accomplish this https://invisioncommunity.com/files/file/8377-delete-old-content/
  15. There’s an app by @Fosters with Russian, Chinese , etc character detection for spam protection
  16. You could trigger the cleanup tasks several times manually and see if it helps .
  17. There’s a setting on the ACP file settings page to remove old data from the table. Please make sure that it’s active
  18. Either your templates or a 3rd part plugin are outdated. Ill take a look at the ticket ASAP 🙂
  19. You could create a page and use block permissions to control the blocks visibility for each group or create a stand alone page and use a 3rd party plugin
  20. You can do this inside the group permissions!
×
×
  • Create New...