Jump to content

Daniel F

Invision Community Team
  • Posts

    6,581
  • 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. This seems to be a system configuration issue, where your community isn't able to connect successful to your MySQL server. I would suggest to contact your webhost for further assistance.
  2. You can already create a user via the REST API https://invisioncommunity.com/developers/rest-api?endpoint=core/members/POSTindex
  3. You'll have to truncate following database tables: core_tags core_tags_cache core_tags_perms core_search_index_tags But please create a DB backup before you run this;)
  4. There's a free version. I guess you're meaning the CGI limit? Did you try it with the recent release? Zapier Integration should work now out of the box with most webhost packages.
  5. That's already possible with the current rules.
  6. Why? You could also use integromat.
  7. 1. I guess that's the hash for the "Guest" langstring;) 2. Have you set the cookie domain and path in your IPS installation? My guess is that the IPS cookie is set for www.yourdomain.com/forums. Pls see https://invisioncommunity.com/4guides/advanced-options/configuration-options/using-constantsphp-r25/ for further information how to set the cookie domain I would suggest to also take a look at https://invisioncommunity.com/4docs/advanced-usage/development/single-sign-on-sso-r98/
  8. Somebody with an Android will need to confirm this, the carousel works fine for me on the iPhone with Chrome and Safari.
  9. There’s no rest for the wicked.
  10. It seems that there's an issue with one of the fields on the "Content" Tab. Switch the tab to see the highlighted field and it's error.
  11. My guess is the forms app because following hook is being mentioned in the error stack form_hook_formRegisterController
  12. Works just fine for me as guest. I have clicked on the link (and also the + button for testing) which resulted in: Are you using a custom theme? If yes, does this also happen with the unmodified IPS theme?
  13. No that’s not possible out of the box. 2. How is the redirect supposed to work when he joins 2 or more clubs?;) And even with one club it’s quite pointless if the club owner needs to approve the member.
  14. The file is missing due to a bug in our system ( It's not Adriano's fault ) . Pls reupload it to the MP @Adriano Faria
  15. Usually you’ll prepare and format the text before you send it to the community which then creates the item as it is. I agree that it’s not optimal. We’ll discuss this internally, because I guess we could/should make this optional.
  16. Were you running the cron or webcron option?
  17. Do you see any errors in your browsers console?
  18. Are there any exceptions? Right now you're catching them, so troubleshooting is going to be tricky;) Replace catch (\Exception $e) {} with catch (\Exception $e) {\IPS\Log::log($e); }
  19. DNS changes take some time, because it all depends on the TTL, the clients cache, ISPs cache, etc..
  20. Could you please use the IPS framework and AR objects for at least the CRUD operations to make it easier accessible and adjustable by other hooks?
  21. That's correct, we have changed this for security reasons, I'm just not sure why we have kept the condition and the 3 langstrings instead of returning only one generic error message in all cases:D
  22. I’m not worried about this, because they’re going to rewrite the SERP if they don’t like my site title anyway.. Disclaimer: this are my own views and experience and don’t represent IPS in any way:)
  23. We have already an internal suggestion/ bug report for this.
×
×
  • Create New...