Jump to content

CorneredRatSoftware

Clients
  • Posts

    12
  • Joined

  • Last visited

 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 CorneredRatSoftware

  1. Thanks for all of the responses. Will rollback the php update and see what happens. What kind of value gets passed in IPS\\Login_Handler::usernameIsInUse($username, ?IPS:qMember $exclude = null) In this came the '3rd party app' is a php function that returns True/False/Null.
  2. We are self-hosted and in the process of updating our test installation from version 4.6.12.1 to 4.7.1 When updating the underlying systems we have started to encounter an error. Prior to updating the forum software we updated the server to: Debian 10 Buster, installed PHP 8.2. There was a MySQL update in there also. It's now running 10.3.34-MariaDB-0+deb10u1 Debian 10 Since this backend update when attempting to access the forums, we are encountering an error 500 on the UI, the only capturable error log is: PHP Fatal error: Declaration of IPS\\Login_Playnet::usernameIsInUse($username) must be compatible with IPS\\Login_Handler::usernameIsInUse($username, ?IPSMember $exclude = null) in var/www/forums/system/Login/Playnet.php on line 320 This error shows up when attempting to either a) login, or b) change theme from default. As a result, the /admin area is not accessible to look into other possible causes or remediate.
  3. Is that still valid for current version? Looks like it was last updated in 2021, and not past version 4.4.10. (If the changelog is current)
  4. Does there exist a list of the overall minimum required system specs for self-hosting ? I've seen the notices in the admin panel, was wondering if there is a consolidated list anywhere that'd say version 4.7.x = msql version a, php version b, debian 8.... etc.
  5. Maybe its due to only having forums, and being self-hosted, or maybe i'm completely overlooking it, but i'm not seeing a 'block manager' in the admin CP. Where is it located?
  6. I am attempting to use 2 calendars with my forum. I am running into an issue where the events from 1 calendar are not populating through to the upcoming events widget. When I inspect the page this shows up. <li class="ipsWidget ipsWidget_vertical ipsBox " data-blockid="app_calendar_upcomingEvents_fg9k4v3no" data-blockconfig="true" data-blocktitle="Upcoming Events" data-blockerrormessage="This block cannot be shown. This could be because it needs configuring, is unable to show on this page, or will show after reloading this page." data-controller="core.front.widgets.block"> <h3 class="ipsType_reset ipsWidget_title">Upcoming Events</h3> <div class="ipsWidget_inner"> <div class="ipsPad_half"> <div class="ipsType_light ipsPad_half ipsType_center">No upcoming events found</div> </div> </div></li> Just to see what would happen - on my test environment, I deleted all calendars, then added 1. Which should leave a singular object for the widget to pull from. However, this same error resulted. Where is the configuration setting for the Upcoming Events widget so that I can update which calendars it should reference?
×
×
  • Create New...