Jump to content

Adlago

Clients
  • Posts

    3,888
  • 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. 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
  2. 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...
  3. 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.
  4. 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.
  5. The main problem is TBT and FCP, these are the ones that dramatically reduce mobile speed.
  6. Reality is not fun, but with a lot of work.
  7. 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.
  8. 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 ...
  9. 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 ...
  10. 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 ...😉
  11. 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
  12. Probably your website needs web vitals optimization. If you share a link to your community, you can get specific advice.
  13. 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 ...
  14. Test - add this RewriteCond %{THE_REQUEST} \ /(.+/)?index\.([^/]+)(\?.*)?\ [NC] RewriteRule ^(.+/)?index\.([^/]+)$ /%1 [NC,R=301,L]
  15. If your site is in forum directory, put in this directory htaccess file with this code
  16. <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
  17. 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.
  18. 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}
  19. 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.
  20. No, I have no custom redirects. If there is something on the server, the same function should be behaved in this way when posting in a forum topic. But in a forum when creating a post or topic, this feature works perfectly without any issues.
  21. This is all content in console
  22. Disable mod_security does not solve this issue.
  23. When composing a message and using the "Insert an existing attachment" feature, if you choose to go to a page of your choice at the bottom ( Page 1of 99), and after clicking Go, the site's home page and default skin open. See the image. If pages with attachments are opened with a choice of 2,3,4, etc. no issues. The same action in an editor, for example in a forum post, works correctly. Is this just for me or is it an bug in 4.6.8?
×
×
  • Create New...