Jump to content

NoSpy

Clients
  • Posts

    212
  • Joined

  • Last visited

Reputation Activity

  1. Like
    NoSpy reacted to Marc Stridgen in Cleaning tools: How remove all orphan file (recursively) ?   
    Check your emails. When a ticket is created on your behalf, its on email
  2. Like
    NoSpy got a reaction from Marc Stridgen in Bug: Pages -> Blocks : FR – Humour   
    I have sended message to PM 👍
  3. Like
    NoSpy reacted to TDBF in MySQL: How change type MyISAM to InnoDB when are mixed ?   
    You have to do this yourself, and it is quite easy to do once you use the right tools.
    If you don't want to use SHH and MySQL commands, then I would suggest a tool like HeidiSQL. You can easily convert your database tables from MyISAM to InnoDB using the 'Bulk Table Editor' within the Table Tools.
    If you do not want to download more software, you can use phpMyAdmin (You will most likely find this in your CPANEL account or something similar) and run an alter command like this:  'ALTER TABLE table_name ENGINE=InnoDB;'
     
    Hope this helps?! 🙂
  4. Agree
    NoSpy reacted to Marc Stridgen in MySQL: How change type MyISAM to InnoDB when are mixed ?   
    Sorry to hear you are being told this. I'm not sure where it is they get that impression, as we create tables and they will be created on the server with whatever the default is for that servers MySQL setup.
    Just taking a quick search there, this looks like it may help
    https://stackoverflow.com/questions/3856435/how-to-convert-all-tables-from-myisam-into-innodb
     
     
  5. Like
    NoSpy reacted to Wolfie in Suggestion: Include more information when error during upgrade occurs.   
    Seeing an error during the upgrade process can be frustrating enough.  But not knowing what part of the process the upgrade is at makes it even more so.  Therefore, when an error happens, the app and upgrade file in use when the error happened should be shown.  Not only provides more information to the administrator performing the upgrade, but it's more information that can be provided when they are seeking assistance.
  6. Like
    NoSpy reacted to teraßyte in Cleaning tools: How remove all orphan file (recursively) ?   
    It's in the same place where you enter the FTP/ACP details. See this guide: https://invisioncommunity.com/4guides/client-services/getting-support-r292/#access
     
  7. Agree
    NoSpy reacted to Wolfie in Suggestion: Allow SQL engine to be specified in conf_global.   
    Current host has InnoDB as the default engine which is great.  However, I'm looking to switch to a different hosting company and their default is MyISAM, which causes issues.  I see in the code that the supported engines are checked and the "default" one is chosen as the default to be used.  However, the administrator of the community should be able to specify the preferred engine that gets used (if it's supported, of course).  If it's not supported, then go with the server's default engine.
    $INFO['sql_engine'] = (MyISAM or InnoDB).  
     
     
     
  8. Like
    NoSpy reacted to Arni in Not remembering logins since 4.7..11 Upgrade   
    Thanks for the quick response. The Sunday patch seems to have fixed the worst for the time being. 👏


  9. Like
    NoSpy reacted to nodle in Not remembering logins since 4.7..11 Upgrade   
    I am also patched to the latest updated and I am experiencing the same problem. This only started once I applied the patch.
  10. Agree
    NoSpy reacted to derpunker in Not remembering logins since 4.7..11 Upgrade   
    Is this check really wanted?
     

     
    Instead of "==" contains would work too.
    With this implementation, there is no chance to customize the guest banner with additional text.
  11. Thanks
    NoSpy reacted to Marc Stridgen in When I try to permanently delete a file I get an error.   
    They are deleted, as there is a "could not locate the item you are trying to view" message. Is this what you are referring to?
  12. Like
    NoSpy got a reaction from Marc Stridgen in Cleaning tools: How remove all orphan file (recursively) ?   
    This is a very good idea. 👍
  13. Thanks
    NoSpy reacted to Jim M in BUG in Pages : Fields -> Record Image : Guest Permissions   
    You are using modified templates for this Database. Please change it to be using an unmodified template. The "Listing Template Group" being used is modified.
  14. Like
    NoSpy reacted to Marc Stridgen in Cleaning tools: How remove all orphan file (recursively) ?   
    The simplest method to achieve this en-masse would be to move your storage to another location. You would need to do a full backup of both files and database first, and be prepared to revert if needed. But essentially you would
    Create a new storage configuration. Say "uploads2" Move all items to that storage location Whatever is left, are items not being used. So whatever is left in uploads (if thats the location you are using) should be able to be deleted. You can then move everything back to the original storage method if you wanted to do so.
  15. Like
    NoSpy reacted to DawPi in Cleaning tools: How remove all orphan file (recursively) ?   
    Sure. Thanks for clarification. I need to write custom mod then. 
  16. Like
    NoSpy reacted to Stuart Silvester in Content encoding error   
    PHP recently pushed out some updates (8.0.17 and 8.1.4) that are causing issues in several PHP projects when zlib compression is enabled in php.ini. The best work around at the moment is to disable zlib compression on your server, or ask your host to if you cannot.
    Further discussion is here: https://invisioncommunity.com/forums/topic/466401-my-community-is-offline-again-nothing-renders-onscreen-err_content_decoding_failed/
     
  17. Thanks
    NoSpy reacted to Jim M in Error 500 after have change URL   
    If their file system can't write fast enough to handle the datastore then yes, MySQL may be best. 
    You would simply change it back in your constants.php file.
  18. Like
    NoSpy reacted to Kyle F in Joomla integration with IPS 4.4?   
    Hey people.
    Is integration a thing between Joomla and IPS 4.4.x?
  19. Like
    NoSpy reacted to Hisashi in (.webp) images support   
    When invision will accept this image extension?
    https://developers.google.com/speed/webp/
  20. Like
    NoSpy reacted to Real Hal9000 in GDPR Consent Banner and IPS   
    Hello,
    I feel we should revisit the platform’s compliance with GDPR, in light of the latest developments and clarifications issued by the EU. Had some discussions, read a lot about this and it's clear to me that the classic Cookie strip with one button (I accept) simply doesn't cut it anymore and would make the website owner liable for not fully following the current regulations.

    It's been brought to my attention from the ad network we use, that we should provide a full Consent message to every visitor of our site, and give them the option to choose which cookies, if any, they would want to be used during their visit. There are already many services out there like Cookiebot, Quantcast and OneTrust which can scan one’s site and automate the process by creating this banner. Of course even if they have limited free packages, my main concern is that there are limitations to styling, speed, translation, etc. I feel that such features must be provided from the platform itself, which must integrate the IAB Consent Framework. 
    A valid cookie consent banner has to look like the one Cookiebot provides, offering the ability to choose the type of cookies the visitor wants. If you’d like to see a live example, visit this page.

    Cookiebot Consent Banner

    analytic view
    Two links from the Cookiebot site, which I really feel that they offer a full picture of what is the proper way to have a GDPR Consent banner in your site.
    GDPR and cookies | GDPR cookie consent | Is my use of cookies compliant? Active consent and the case of Planet49 | CJEU | GDPR & ePR I’d very much like to read your thoughts on this and particularly whether such options are included in the roadmap.
  21. Like
    NoSpy reacted to Everade in Better RSS implementation for Pages   
    There should be better possibilities to retrieve certain data within an RSS feed for Pages.
    Yes, there's now the possibility to generate custom RSS feeds, but it still lacks lots of options as its an extremely basic filter.
    What it currently generates:
    <item> <title>Topic_Title</title> <link>https://mysite.com/community/announcements/topic_title/</link> <description>Actual text content</description> <enclosure url="https://mysite.com/community/uploads/image.png" length="11111" type="image/png"/> <pubDate>Wed, 09 Jun 2021 01:12:00 +0200</pubDate> </item>  
    There's currently no possbility to include any of the additionaly added fields.
    I haven't tested all of them, but i'm pretty certain that none of them are included in any feed.

    These are just examples, to outline what's not possible with any RSS feed feature given by IPB:
    Category [Type: Select Box]      (To define articles in the RSS feed) Summary [Type: Text Area]       (Text field, for proper news summaries) Thumbnail [Type: Upload]        (Additional image upload for smaller image versions) Here's are the example setup fields:

     
    It would be great, if we could define which additional fields are included in the RSS feed.
    Or at least include all fields by default.
     
    So we can achieve something like this:
    <item> <title>Topic_Title</title> <link>https://mysite.com/community/announcements/topic_title/</link> <description>Actual text content, lorum ipsum its a lot.</description> <enclosure url="https://mysite.com/community/uploads/image.png" length="11111" type="image/png"/> <pubDate>Wed, 09 Jun 2021 01:12:00 +0200</pubDate> <thumbnail>https://mysite.com/community/uploads/thumbnail.png</thumbnail> <summary>This is a quick summary.</summary> <category>Event</category> </item>  
  22. Thanks
    NoSpy reacted to usmf in Upgrade to 4.6.5.1   
    You may want to open a support ticket on that, as it could be an issue. We had a problem with the download of the update yesterday, but they were able to fix it about a half hour after I opened the ticket. Hope you get it to work!
  23. Like
    NoSpy reacted to Matt in I don't know where to post a problem with this forum...   
    I have removed the text so it no longer looks odd.
  24. Thanks
    NoSpy reacted to Dexter_X in Hump Day: 4.6 Beta 1.1 is live!   
    contact support through your client area "bubble-contact" interface...
  25. Thanks
    NoSpy reacted to Stuart Silvester in Number of emails?   
    This is only for bulk emails that an administrator sends.
×
×
  • Create New...