![]() |
Re: X-Cart v4.4.2 released
|
Re: X-Cart v4.4.2 released
How do i install this on LOCALHOST without the annoying message.
Do i really have to open ports and firewall etc. Yes i know its been a long time. I am still working with a very old x-cart version. LOL A lot has changed meanwhile i see. |
Re: X-Cart v4.4.2 released
Another serious bug in 4.4.2, which I assume is also present in all 4.4.x and 4.3.x. Using Flyout menus with cache the url for images for categories will save in the cache image path as regulat http url which will result in security warning under https (if you choose to show the thumbs). If you are using cache for Flyout menus the html code is like this if thumbs are shown
HTML Code:
<a href="home.php?cat=xxx" class="icon-link sub-link"><img src="http://www.domain.com/images/C/c-xxx.jpg" alt="" width="16" height="16" />Category</a> Turn off the Flyout cache and the image url changes when protocol changes. Now the question here is: Why these images have absolute url in the first place? Is there a reason for the images not to use relative url? How to fix it? There are few places where image url is constructed as Code:
return $current_location . str_replace(XC_DS, '/', substr($image_path, strlen(preg_replace('/' . preg_quote(XC_DS, '/') . '$/S', '', $xcart_dir)))); The $current_location has to go. There is no need for it. This is in func.files.php, func.image.php, in a few function. I am not sure why this was done like this, so QT please provide a fix asap, as I am not sure if I take out $current_location it won't break something else. I don't see the reason anything at all to be referenced with absolute url. |
Re: X-Cart v4.4.2 released
Another bug in 4.4.2 OPC - see this
https://bugtracker.qtmsoft.com/view.php?id=39242 Man, that was supposed to be bug free version a year ago... |
Re: X-Cart v4.4.2 released
Quote:
Who are you hosting your website with (www.party-wholesale.com)? Thanks |
Re: X-Cart v4.4.2 released
Ok this is not exactly a bug but it has to be fix and fast. Why on Earth 4.4.x was designed to load every single css file available no matter if the module is in use or not, for active modules? What is the login behind loading OPC css file(s) on site front page or products list page? What is the login behind loading Upsell products css file(s) on checkout pages? QT - PLEASE, an answer.
service_css.tpl loads on every single page and has the following code in it Code:
{foreach from=$css_files item=files key=mname} Code:
if ($active_modules) { Who was the bright mind behind all this? Did we really needed more bloated css? 4.4x. was suppose to be clean, css driven, up to the standards cart. Do you think Google likes to see 15+ different css files loading without even a single line from them being used? WOW. I have to revise the first line - this is a BUG, a huge one. And by the way almost same applies to the js files loading with every page load. Lots of them and at least half of them are needed on specific pages only. To somehow reduce that load make sure you turn off every module you don't need/use. |
Re: X-Cart v4.4.2 released
Steve you need a medal. Please report it in bugracker.
Quote:
|
Re: X-Cart v4.4.2 released
Reported it already. I can't believe what they have done sometimes
|
Re: X-Cart v4.4.2 released
Probably, their intended method is to amalgamate all the css and javascipt with the intent being that on a production site, the css and javascript speed-up tools will be used. The problem is, after all the initial reported bugs associated with the speed-up tools, it is unclear if they are dependable for production yet. For example - the method in drupal has individual css files being loaded for many addons and themes used, so you can end up with many small, focused css files depending on what you have enabled in your configuration. But, when you are ready to go to production, there are effective tools to aggregate and compress the css. QT appears to want to use a similar method for performance enhancement, but they are starting with css from previous versions that is not designed modularly, and the speed up tool appears to not be trusted by many users yet - so the css architecture is actually worse than on previous versions.
--- |
Re: X-Cart v4.4.2 released
Even if speedup tool works ok why load all unused css files and js scripts. Just makes the load bigger for no reason.
|
All times are GMT -8. The time now is 10:14 AM. |
Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.