Jump to content

NZyan

Clients
  • Posts

    126
  • Joined

  • Last visited

2 Followers

Recent Profile Visitors

2,866 profile views

NZyan's Achievements

  1. I had problems with ElasticSearch, but those were solved. I see the InnoDB warnings in the support area, but it's a major project to change the DB tables. But this shouldn't cause errors in the arrival queue? Andreas
  2. Tried that too, didn’t help. I switched off carrousel, categories, new images, nothing helped
  3. Since a few days ago the gallery module is extremely slow, up to no response. https://www.oly-forum.com/gallery/ This applies only to logged in users, guests have no problems. I had the suspicion that it's a problem with unapproved content and checked the approval queue. Here I received an OutOfRangeException. Any ideas what might be the reason? I already asked my provider for slow SQL queries but didn't receive an answer. Andreas OutOfRangeException: (0) #0 [PATH]/system/Content/Item.php(1538): IPS\Patterns\_ActiveRecord::load(0) #1 [PATH]/system/Content/Item.php(1507): IPS\Content\_Item->container() #2 [PATH]/system/Content/Item.php(7155): IPS\Content\_Item->containerWrapper() #3 [PATH]/applications/core/extensions/core/ModCp/Unapproved.php(187): IPS\Content\_Item->canUnhide() #4 [PATH]/applications/core/extensions/core/ModCp/Unapproved.php(78): IPS\core\extensions\core\ModCp\_Unapproved->_getNext() #5 [PATH]/applications/core/modules/front/modcp/modcp.php(114): IPS\core\extensions\core\ModCp\_Unapproved->manage() #6 [PATH]/system/Dispatcher/Controller.php(118): IPS\core\modules\front\modcp\_modcp->manage() #7 [PATH]/system/Dispatcher/Dispatcher.php(153): IPS\Dispatcher\_Controller->execute() #8 [PATH]/index.php(13): IPS\_Dispatcher->run() #9 {main}
  4. I think I found the issue, it's related to this one: My provider switched to mySQL strict mode during the mySQL update. This triggered an error during the creation of a new account. The table ipb_core_pfields_content had two fields for Stop Forum Spam (not sure if this is still installed), one of them without default value. Looks as if the SQL statement fixes the issue: ALTER TABLE `ipb_core_pfields_content` CHANGE `sfsNextCheck` `sfsNextCheck` INT NOT NULL DEFAULT '0'; @Marc Stridgen Does this explain the multiple accounts? Andreas
  5. Update: The error message for the new user comes from the spam defense I think: The first three new accounts have first Level 1 (OK), then it escalates quickly to Level 3 and 4 (most likely and known spammer) Andreas
  6. Issue started yesterday in several of my communities, generating 7 (seven) accounts with each registration attempt. Issue started after update to mySQL 8
  7. After my provider updated mySQL to version Version 8.0.35-27 new registrations create seven accounts. All with identical username and email address. I started a test registration (which also created 7 accounts), it resulted in a error 2S129/1 („You are not permitted to register a user account with this site.“)
  8. My provider just informed me that in three weeks mySQL will be upgraded from MySQL 5.7 to MySQL 8.0.33. I'm running Version 4.7.12 (planning to do the last upgrade in the next days). Any problems ahead when mySQL switches to 8.0.33 ? TIA Andreas
  9. That was quick. And that was helpful. Thanks a lot! Andreas
  10. Just bought SuperBlocks – exactly what I need for our new website. Everything went great, created a block for blog entries with images gallery entries When I moved the blocks around, suddenly the images from the blog entries were gone – and I didn't manage to get them back. What I did: Cleared system cache Checked plugin settings (Blog Images: ShowAll) Created new block Nothing helped. Any idea? Test page here: https://www.ai-imagelab.com/blocks.html/ TIA Andreas
  11. Perfect, thanks a lot! Andreas
  12. Totally agree. I double-checked – it's the correct theme and the only template using the CSS class nehidecontent HTH Andreas
×
×
  • Create New...