Jump to content

NZyan

Clients
  • Posts

    127
  • 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 NZyan

  1. I have an issue after the update, that might be related to this one: If the start page is configured to show the „Fluid view“ and no forums are filtered … the performance is dramatically slow. mySQL 8.0.36-28
  2. 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
  3. Tried that too, didn’t help. I switched off carrousel, categories, new images, nothing helped
  4. 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}
  5. 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
  6. 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
  7. Issue started yesterday in several of my communities, generating 7 (seven) accounts with each registration attempt. Issue started after update to mySQL 8
  8. 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.“)
  9. 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
  10. That was quick. And that was helpful. Thanks a lot! Andreas
  11. 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
  12. Perfect, thanks a lot! Andreas
  13. Totally agree. I double-checked – it's the correct theme and the only template using the CSS class nehidecontent HTH Andreas
  14. Sorry, I was confused by different names: (NE) Hide content (NE) Hide replies from guests I'm using only images only in forums Can't find a setting „Use ipsMessage box for replacement content“ I only have „ipsMessage type to use“ – which works well. I updated the version today to 4.0.4
  15. Argh. Sorry. Wrong thread – talking about the Hide Content Application. Andreas
  16. Hi, I'm trying to include an data-nosnippet attribute to the message DIV in order to keep the guest messages out of the Google Search snippets. Thus I changed the template hideAllContent_messageType but without success – no changes visible in the front end. <div class="ipsMessage ipsMessage_{$type} nehidecontent" data-nosnippet> {$message|raw} </div> Am I missing something? BTW – Might be a good idea to have this change in the application. Andreas
  17. Thanks for your reply! Sorry, not happy… Andreas
  18. Serious question: Is this available in Cloud only or also available for self-hosted instances?
  19. Do you have access to your .htaccess file? There you can solve this issue easily IMHO
  20. I wasn't (2.3.0) but know I am (2.3.1). Problem still exists. Tried a new redirect, but didn't work either. Andreas
  21. Hi, I'm including an affiliate script on all my forum content. Now I want to restrict it to the forum app only, so it is not included on pages added via the Pages app. How can I do that via an {{if … Statement? BTW: Does a full documentation of all template syntax options? TIA Andreas
×
×
  • Create New...