Jump to content

Daniel F

Invision Community Team
  • Joined

Solutions

  1. Daniel F's post in API notifications: Wrong title and guest author was marked as the answer   
    Thanks, I have created a bug report for this.
  2. Daniel F's post in Suggestion to enhance controllerList.txt (skeleton) was marked as the answer   
    Not sure if I'm missing here something, but couldn't you just use $this->url?
  3. Daniel F's post in [BUG 4.7.0] Column 'feature_content_author' cannot be null (1048) was marked as the answer   
    Thank you for bringing this issue to our attention! I can confirm this should be further reviewed and I have logged an internal bug report for our development team to investigate and address as necessary, in a future maintenance release.
     
  4. Daniel F's post in Retrieve file info custom fields with REST API? was marked as the answer   
    Thanks, This seems to be an oversight.
    I have logged an internal suggestion for this.
  5. Daniel F's post in Something Went Wrong, Try Again was marked as the answer   
    We have released a patch for 4.7.1 to workaround this issue. To install, go to AdminCP > System > Support and click "optional patch available" in the top left block.
  6. Daniel F's post in PHP 8.0 and PHP 8.1 not working with fresh installation was marked as the answer   
    Hi,
    this was caused by a bug affecting only the installation process. It should be safe to upgrade to PHP 8.1 now  
  7. Daniel F's post in Send empty language update and can't edit the sent content was marked as the answer   
    I have rejected the pending version 
  8. Daniel F's post in API Access was marked as the answer   
    The requests are being blocked by the API and not the the .htaccess file!
    Are you using the "Restrict to IP Addresses" option, if yes, make sure to whitelist all necessary IP addresses because this option will check any call, no matter if it is a POST,GET,DELETE or PUT request.

  9. Daniel F's post in Scope Selection sucks was marked as the answer   
    Thanks, I have fixed this for an upcoming release.
  10. Daniel F's post in forum is no longer working properly. was marked as the answer   
    You have no space left on the server / webhost 
    Errcode: 28 "No space left on device") (1)
  11. Daniel F's post in .gitignore File Setup was marked as the answer   
    Hi,
    this is the file which the developers at IPS use
    conf_global.php datastore/*.php uploads/logs/*.php uploads/* plugins/hooks.txt constants.php plugins/hooks.php .DS_Store I hope it helps:)
  12. Daniel F's post in BUG 4.7.0-problem found was marked as the answer   
    Thanks, I have fixed this for an upcoming release.
  13. Daniel F's post in How to set up "Read Own Topic" in a topic where you can't see others topic was marked as the answer   
    When ending the forum in the ACP, disable the 
    Setting. 
  14. Daniel F's post in Whoops while IN_DEV was marked as the answer   
    This was fixed for 4.7.1
  15. Daniel F's post in Admin CPanel Login (lost password) was marked as the answer   
    The ACP and frontend PW is the same, so you can use the link on the frontend to reset the password!
  16. Daniel F's post in Remove Club Content was marked as the answer   
    You have to be inside the feature in the club to see the delete link in the menu

  17. Removing it now would break BC đŸ˜„ 
  18. Fixed
  19. Daniel F's post in [BUG 4.7.0] Typo in "nexus_subs_register_reg_desc" language key was marked as the answer   
    fixed
  20. Daniel F's post in [Bug] IndexNow submits an ACP URL when queue runs from ACP was marked as the answer   
    Thanks, we have fixed this recently.
  21. Daniel F's post in Issue with repeated Log Entries- CLUB. was marked as the answer   
    That’s an issue with PHP 8.1 which should be resolved in our upcoming 4.7 release 
  22. Daniel F's post in Calling a controller function from javascript was marked as the answer   
    Your approach seems to be fine.
    if request::I()->foo ... do something...
     
     
    You can also just return a simple "OK" by using
    if( \IPS\Request::i()->isAjax() ) { \IPS\Output::i()->json( 'OK' ); } If you want to see the full working code, take a look at e.g. applications/core/modules/front/contact/contact.php
  23. Daniel F's post in Some typos in translation was marked as the answer   
    Thanks, I have submitted a fix for this.
  24. Daniel F's post in HTTP Error 500 after SQL Server move - syntax error, unexpected 'archive' (T_STRING) was marked as the answer   
    Your conf_global is broken because of line 27, I would suggest to just remove it:)
    Unfortunatly the FTP account we have on file was able to open it, but had no permissions to save the changes, so I couldn't fix it on my own.

  25. Daniel F's post in Hi, is this new in IPS 4.7, or is it a custom job? was marked as the answer   
    That’s a small template modification where we added few important links to the page instead of the menu.