
Solutions
-
Daniel F's post in API notifications: Wrong title and guest author was marked as the answerThanks, I have created a bug report for this.
-
Daniel F's post in Suggestion to enhance controllerList.txt (skeleton) was marked as the answerNot sure if I'm missing here something, but couldn't you just use $this->url?
-
Daniel F's post in [BUG 4.7.0] Column 'feature_content_author' cannot be null (1048) was marked as the answerThank 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.
-
Daniel F's post in Retrieve file info custom fields with REST API? was marked as the answerThanks, This seems to be an oversight.
I have logged an internal suggestion for this.
-
Daniel F's post in Something Went Wrong, Try Again was marked as the answerWe 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.
-
Daniel F's post in PHP 8.0 and PHP 8.1 not working with fresh installation was marked as the answerHi,
this was caused by a bug affecting only the installation process. It should be safe to upgrade to PHP 8.1 now
-
Daniel F's post in Send empty language update and can't edit the sent content was marked as the answerI have rejected the pending version
-
Daniel F's post in API Access was marked as the answerThe 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.
-
Daniel F's post in Scope Selection sucks was marked as the answerThanks, I have fixed this for an upcoming release.
-
Daniel F's post in forum is no longer working properly. was marked as the answerYou have no space left on the server / webhost
Errcode: 28 "No space left on device") (1) -
Daniel F's post in .gitignore File Setup was marked as the answerHi,
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:)
-
Daniel F's post in BUG 4.7.0-problem found was marked as the answerThanks, I have fixed this for an upcoming release.
-
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 answerWhen ending the forum in the ACP, disable the
Setting.
-
Daniel F's post in Whoops while IN_DEV was marked as the answerThis was fixed for 4.7.1
-
Daniel F's post in Admin CPanel Login (lost password) was marked as the answerThe ACP and frontend PW is the same, so you can use the link on the frontend to reset the password!
-
Daniel F's post in Remove Club Content was marked as the answerYou have to be inside the feature in the club to see the delete link in the menu
-
Daniel F's post in New unused variable in "\applications\core\sources\Messenger\Conversation::memberCanReceiveNewMe()"? was marked as the answerRemoving it now would break BC đŸ˜„
-
Daniel F's post in [BUG 4.7.0] Debug code left in template "\applications\core\dev\html\global\forms\rowDesc.phtml" was marked as the answerFixed
-
Daniel F's post in [BUG 4.7.0] Typo in "nexus_subs_register_reg_desc" language key was marked as the answerfixed
-
Daniel F's post in [Bug] IndexNow submits an ACP URL when queue runs from ACP was marked as the answerThanks, we have fixed this recently.
-
Daniel F's post in Issue with repeated Log Entries- CLUB. was marked as the answerThat’s an issue with PHP 8.1 which should be resolved in our upcoming 4.7 release
-
Daniel F's post in Calling a controller function from javascript was marked as the answerYour 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
-
Daniel F's post in Some typos in translation was marked as the answerThanks, I have submitted a fix for this.
-
Daniel F's post in HTTP Error 500 after SQL Server move - syntax error, unexpected 'archive' (T_STRING) was marked as the answerYour 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.
-
Daniel F's post in Hi, is this new in IPS 4.7, or is it a custom job? was marked as the answerThat’s a small template modification where we added few important links to the page instead of the menu.