Jump to content

Adlago

Clients
  • Posts

    3,894
  • Joined

  • Last visited

  • Days Won

    23

 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 Adlago

  1. When you use this widget, and if you do a html5 validation test, you will notice this test report issue . The solution that I implemented in my live site and works correctly is - in a template core_front_widgets / guestSignUp find: <p class="ipsType_richText ipsType_contained"> {$text|raw} </p> and remove </p> For me - this widget works correctly and test validation html5 does not take into account the issue.
  2. Are you planning for the next release?
  3. For PWA: "A maskable icon ensures that the image fills the entire shape without being letterboxed when installing the app on a device" Would you add that, please😇
  4. Thanks @Jim M, I saw that you managed to apply a patch, but I see the same error recorded in the system log, after your work. DivisionByZeroError: Division by zero (0) #0 /home/database/public_html/system/Helpers/MultipleRedirect/MultipleRedirect.php(93): IPS\core\modules\admin\system\_upgrade->IPS\core\modules\admin\system\{closure}(Array) #1 /home/database/public_html/applications/core/modules/admin/system/upgrade.php(1048): IPS\Helpers\_MultipleRedirect->__construct(Object(IPS\Http\Url\Internal), Object(Closure), Object(Closure)) #2 /home/database/public_html/system/Helpers/Wizard/Wizard.php(181): IPS\core\modules\admin\system\_upgrade->_upgrade(Array) #3 /home/database/public_html/applications/core/modules/admin/system/upgrade.php(109): IPS\Helpers\_Wizard->__toString() #4 /home/database/public_html/system/Dispatcher/Controller.php(101): IPS\core\modules\admin\system\_upgrade->manage() #5 /home/database/public_html/applications/core/modules/admin/system/upgrade.php(54): IPS\Dispatcher\_Controller->execute() #6 /home/database/public_html/system/Dispatcher/Dispatcher.php(153): IPS\core\modules\admin\system\_upgrade->execute() #7 /home/database/public_html/admin/index.php(13): IPS\_Dispatcher->run() #8 {main}
  5. PS. If you want to look, your login support data is up to date. The site is in upgrade mode, and I have a working day and in a while I will return the site with a backup
  6. Test again DivisionByZeroError: Division by zero (0) #0 /home/database/public_html/system/Helpers/MultipleRedirect/MultipleRedirect.php(93): IPS\core\modules\admin\system\_upgrade->IPS\core\modules\admin\system\{closure}(Array) #1 /home/database/public_html/applications/core/modules/admin/system/upgrade.php(1048): IPS\Helpers\_MultipleRedirect->__construct(Object(IPS\Http\Url\Internal), Object(Closure), Object(Closure)) #2 /home/database/public_html/system/Helpers/Wizard/Wizard.php(181): IPS\core\modules\admin\system\_upgrade->_upgrade(Array) #3 /home/database/public_html/applications/core/modules/admin/system/upgrade.php(109): IPS\Helpers\_Wizard->__toString() #4 /home/database/public_html/system/Dispatcher/Controller.php(101): IPS\core\modules\admin\system\_upgrade->manage() #5 /home/database/public_html/applications/core/modules/admin/system/upgrade.php(54): IPS\Dispatcher\_Controller->execute() #6 /home/database/public_html/system/Dispatcher/Dispatcher.php(153): IPS\core\modules\admin\system\_upgrade->execute() #7 /home/database/public_html/admin/index.php(13): IPS\_Dispatcher->run() #8 {main} and etc...
  7. After apply patch - upgrade finds unmodified files in Application and System. After downloading and uploading, a critical error occurs. Attempting to download the full 4.6.10 package from client area - again failure Site is in Upgrade mode. I recovered from backup files and database and then stopped the upgrade. Please, check out this new patch that exists for everyone in the ACP.
  8. I found in Error log, IP from Romania, with over 8000 records in about 2 hours, with that <div class='ipsType_richText ipsType_normal' data-controller='core.front.core.lightboxedImages' > <p> <strong>Predator Clan è un percorso preparato per te da Aivia Demon</strong> </p> <p> <strong><a href="http://www.predatorclan.com/it/3-video-is/" rel="external nofollow">CLICCA QUI PER AVERE L'ACCESSO</a></strong> </p> <p> Mentre se ne fai già parte e vuoi sbloccare i nuovi moduli o avere altre informazioni <a href="<___base_url___>/t-45596-predator-clan-faq/" rel="">segui la FAQ ufficiale del Predator Clan</a>! </p> </div> and it's probably some kind of site breakthrough attempt.
  9. The main problem is TBT and FCP, these are the ones that dramatically reduce mobile speed.
  10. Reality is not fun, but with a lot of work.
  11. Well, yes, you try, maybe you will do it so that the community is grateful to you. The optimization process is not something simple and easy - you put some code and you're done. It's only in a fantasy movie.
  12. This may be great if you optimize your home page, but when you load another page from your site you will be surprised by a bad view. If you have to use this tool for every page, you will simply get lost in your CSS. The tool developer of the Chrome browser also has a quick assessment of unused CSS, but due to considerations I wrote above, I personally gave up using it ...
  13. A combination of critical CSS, preload CSS external and prefetch JS overcomes many of the negatives. At the moment I reach 90 points for mobile speed on my site, but as you will guess, I keep digging ...
  14. The default theme is well structured (there is still room for improvement) so IPS have done a great job. Each site contains various customizations, 3rd party add-ons, applications, etc. - so the owner is responsible for optimizing the site. It's the same with a new and powerful car. Some learn to drive it well and find a good way to feel the pulse and speed of their car. Who does not want or can not learn to hire a driver ...😉
  15. Open: loginPopupForm template (core_front_global) Find <input type="checkbox" name="remember_me" id="remember_me_checkbox" value="1" checked aria-checked="true"> and replace <input type="checkbox" name="remember_me" id="remember_me_checkbox" value="1"> For me work good
  16. Probably your website needs web vitals optimization. If you share a link to your community, you can get specific advice.
  17. However, a mobile browser and a desktop browser are not equivalent. Ie it should be considered what task to give to mobile browsers so that they download content that they can display. Also the bandwidth connection connectivity is different, so the mobile ones are always in the narrow bandwidth connection and the download time is extended ... With all kinds of optimization techniques - there is always a difference of 10-15% score speed test desktop/mobile. This difference could be compensated only by an appropriate task oriented to mobile browsers - ie. you should think a little more ...
  18. Test - add this RewriteCond %{THE_REQUEST} \ /(.+/)?index\.([^/]+)(\?.*)?\ [NC] RewriteRule ^(.+/)?index\.([^/]+)$ /%1 [NC,R=301,L]
  19. If your site is in forum directory, put in this directory htaccess file with this code
  20. <IfModule mod_rewrite.c> Options -MultiViews RewriteEngine On RewriteBase / RewriteCond %{REQUEST_FILENAME} !-f RewriteRule \.(js|css|jpeg|jpg|gif|png|ico|map)(\?|$) /404error.php [L,NC] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] </IfModule> Try and put this at the bottom of your htaccess file
  21. After reviewing the error log, and the update again, the auto-update was successful. In a live site, the auto update went without a issues.
  22. Error log: DivisionByZeroError: Division by zero (0) #0 /home/database/public_html/consults/system/Helpers/MultipleRedirect/MultipleRedirect.php(93): IPS\core\modules\admin\system\_upgrade->IPS\core\modules\admin\system\{closure}(Array) #1 /home/database/public_html/consults/applications/core/modules/admin/system/upgrade.php(1047): IPS\Helpers\_MultipleRedirect->__construct(Object(IPS\Http\Url\Internal), Object(Closure), Object(Closure)) #2 /home/database/public_html/consults/system/Helpers/Wizard/Wizard.php(181): IPS\core\modules\admin\system\_upgrade->_upgrade(Array) #3 /home/database/public_html/consults/applications/core/modules/admin/system/upgrade.php(109): IPS\Helpers\_Wizard->__toString() #4 /home/database/public_html/consults/system/Dispatcher/Controller.php(101): IPS\core\modules\admin\system\_upgrade->manage() #5 /home/database/public_html/consults/applications/core/modules/admin/system/upgrade.php(54): IPS\Dispatcher\_Controller->execute() #6 /home/database/public_html/consults/system/Dispatcher/Dispatcher.php(153): IPS\core\modules\admin\system\_upgrade->execute() #7 /home/database/public_html/consults/admin/index.php(13): IPS\_Dispatcher->run() #8 {main}
  23. There was an outdated redirect in my htaccess file, I removed it - but no change. The issue is available. Your ACP access account is active. Now I've tested this profile and attached enough images through it so that when using a bulk mail editor you can see this feature and issue.
×
×
  • Create New...