Jump to content

jwdenzel

Clients
  • Posts

    203
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

jwdenzel's Achievements

  1. I am seeing this same error on my self-hosted server. Did you ever find a solution to resolve this? Any advice? My error specifically was: Missing club node IPS\blog\Blog 279 is being loaded. I looked at my list of Blogs and the one with ID 279 doesn't exist.
  2. OK, thanks! That's really great to know. I'm using 4.7.2.1 (current GA), but I'm happy to wait until 4.7.3 to test again. Thanks, @Jim M
  3. Oh yeah, sure. So... Here's the link to my iCalendar file from Google. You should be able to download it to your computer or plug it into a calendar app. You'll see it's full of events. One of them is "Robert Jordan's Birthday." It occurs annually on Oct 17. This event is not showing up in my public IPS calendar. Here's the iCalendar entry for that event. BEGIN:VEVENT DTSTART;VALUE=DATE:20191017 DTEND;VALUE=DATE:20191018 RRULE:FREQ=YEARLY DTSTAMP:20221004T193950Z UID:631c6vumo7j54veecea1vdaf9h@google.com CREATED:20190426T213910Z DESCRIPTION:Born 1948 LAST-MODIFIED:20191016T161651Z LOCATION: SEQUENCE:0 STATUS:CONFIRMED SUMMARY:Robert Jordan's birthday TRANSP:TRANSPARENT X-APPLE-TRAVEL-ADVISORY-BEHAVIOR:AUTOMATIC BEGIN:VALARM ACTION:AUDIO TRIGGER:-PT15H X-WR-ALARMUID:B6410EE7-1D91-443F-9B6F-47BF9E52DBFB UID:B6410EE7-1D91-443F-9B6F-47BF9E52DBFB ATTACH;VALUE=URI:Basso X-APPLE-DEFAULT-ALARM:TRUE ACKNOWLEDGED:20191016T161651Z END:VALARM END:VEVENT This is only one example. Like I said above, if you compare the iCalendar file from Google and the one from IPS, there's about 1,100 line of text difference. Thanks!
  4. Yes, most of them. The calendar I linked to above is designed to be a historical, "on this day in history" type calendar for our community. If you look at the source feed, it's full of many events that repeat annually. The vast majority of them are not importing. Only a couple of them are there. Follow the links and you'll be able to see for yourself. Thanks for the reply!
  5. I have the same issue. Came here to report the same problem. I created a Google Calendar. Made it public. Grabbed the iCalendar URL Verified permissions on the calendar and events (all set to 'Public') Provided the iCalendar URL into IPS. Verified permissions for all users (including Guests) to be able to see all calendar events Only "some" of my events show up in the IPS calendar. At least one event (an annually occurring one) shows up. But many others do not. The iCalendar Valdiator shows "warnings" but no errors on the feed. iCalendar feed link here IPS Calendar here Other Notes When I download the iCalendar file directly from Google and open it in a text editor, it contains all events. (1,200+ lines of text) When I download the iCalendar file from my IPS site, it only has 100 lines.
  6. sigh. My "hosting company" is AWS. It's all self managed. There's a load balancer involved. I wonder if it's that.
  7. Thanks, @Marc Stridgen. I've enabled that feature and we'll see how it goes. Honestly, I don't think it will. I previously tried enabling this option, but I don't think it resolved the store issue. I left it enabled for a day or 2 but disabled it because it was constantly logging me out. Mid-session I would get booted because my IP had changed. After that occurred like 5 times in a single day, I disabled the feature. I'll let you know if it resolves the store issue.
  8. Updated the login info again. Tested it on my end. Should work now?
  9. Hi @Jim M, thanks for looking. Client area is updated and ready for you. Yes, my MaxMind account is active. I verified it just now to be sure. And yes, I believe I'm using a reverse proxy. My site is hosted on AWS Lightsail and it has a load balancer in place. Traffic hits my load balancer, which then distributes it to "n"-number of servers. Currently.... 1. 🙂 So yeah, I think that qualifies as a reverse proxy? I hadn't thought of the load balancer being an issue. Any ideas how to resolve it? Thanks again
  10. I use MaxMind for Commerce. Starting somewhat recently, I discovered that every single one of my Commerce sales were suddenly requiring manual approval. When I looked at the details of the transaction, it gives me a MaxMind error: Warning from MaxMind IP_NOT_FOUND I couldn't find anything useful in my server-side logs, but perhaps I didn't look in the right place. Any ideas why IPS is (apparently?) not sending a valid IP address to MaxMind? Some other notes: I am using the proper 1.3 API of MaxMind. I disabled all MaxMind Commerce rules and this still occurs. Thoughts?
  11. Bingo! That was it. Web server was using 8.0.19 and the CLI was using 8.1. I updated the CLI to use 8.0 and the maintenance script ran without error. Thank you both @Stuart Silvester and @Jim M
  12. The site is hosted in AWS and I'm the sole administrator with full root access to the LAMP instance. All 3 of the following locations indicate I am using PHP 8.0.19: phppinfo() page IPS4.php that you linked to And my IPS Support page dashboard (screenshot) I can install any package that I need to, but I believe I have them all. Kindly asking for guidance from anybody. This appears to be a critical error and I don't want to permanently damage my site.
  13. I found this in the application log: Wed, 01 Jun 2022 17:58:42 +0000 Error: Class "mysqli" not found (0) #0 /var/www/html/init.php(735): require_once() #1 /var/www/html/system/Data/Store/Database.php(92): IPS\IPS::autoloader() #2 /var/www/html/system/Data/Store/Database.php(108): IPS\Data\Store\_Database->loadIntoMemory() #3 /var/www/html/system/Data/Store/Database.php(162): IPS\Data\Store\_Database->get() #4 /var/www/html/system/Data/AbstractData.php(126): IPS\Data\Store\_Database->exists() #5 /var/www/html/system/Data/Store.php(303): IPS\Data\_AbstractData->__isset() #6 /var/www/html/system/Settings/Settings.php(176): IPS\Data\_Store->__isset() #7 /var/www/html/system/Settings/Settings.php(132): IPS\_Settings->loadFromDb() #8 /var/www/html/applications/core/interface/task/task.php(31): IPS\_Settings->__get() #9 {main} #0 /var/www/html/init.php(1015): IPS\_Log::log() #1 [internal function]: IPS\IPS::exceptionHandler() #2 {main} It says it can't find mysqli, but I verified that it is installed for my version of PHP (8.0.19) # apt-get install php8.0-mysqli Reading package lists... Done Building dependency tree Reading state information... Done Note, selecting 'php8.0-mysql' instead of 'php8.0-mysqli' php8.0-mysql is already the newest version (1:8.0.19-1+ubuntu20.04.1+deb.sury.org+1). 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
×
×
  • Create New...