Sounds like serious problems with your customized code and all the addons you've installed.
http://www.zen-cart.com/wiki/index.p...Obscure_Issues
Sounds like serious problems with your customized code and all the addons you've installed.
http://www.zen-cart.com/wiki/index.p...Obscure_Issues
.
Zen Cart - putting the dream of business ownership within reach of anyone!
Donate to: DrByte directly or to the Zen Cart team as a whole
Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.
Perhaps.
But since the problem doesn't happen with original code, the most efficient way to find out where your specific problem exists is to do the comparison.
Thankfully automated tools like WinMerge make it simpler.
.
Zen Cart - putting the dream of business ownership within reach of anyone!
Donate to: DrByte directly or to the Zen Cart team as a whole
Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.
I have made a lot of changes and added a lot of addons to my sites (multisite addon also), from 2 or 3 years,
The update is made by someone who I found at freelancers site in india (I haven't a good experience with that),
So should I check all changes and for that I must remove and reinstalle each addon !
thanks
I have made a lot of changes and added a lot of addons to my sites (multisite addon also), from 2 or 3 years,
The update is made by someone who I found at freelancers site in india (I haven't a good experience with that),
So should I check all changes and for that I must remove and reinstalle each addon !
thanks
If you upgraded to 1.5.0 from any other version, you need to check EVERY add-on because some are not yet compatible. You probably should double check them all anyway but absolutely if you moved to 1.5.
Blessings,
Krisann
I ended up uninstalling the Dynamic Filter completely and reverting the functions_general.php file back to the zen-cart original because my CPU usage went through the roof. It was up to 88% yesterday. I'm lucky my hosting company is being really understanding and letting me sort through the trouble. If it isn't the DF mod that drove it up then it will most likely be something in IH4 because those were the last two mods installed when the CPU usage spiked.
Any other ideas about what it could be are greatly appreciated.
Blessings,
Krisann
CPU spikes are often caused by a "while" loop that's iterating through database results without specifying a MoveNext call ... resulting in an endless loop that spins out of control until the server kills it for running too long or killing CPU.
.
Zen Cart - putting the dream of business ownership within reach of anyone!
Donate to: DrByte directly or to the Zen Cart team as a whole
Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.
Thank you, I just wish I understood what that means,.
After removing the DF mod the cpu usage dropped back down to 3% so something in that mod was mis-configured. I think I misunderstood part of the directions and installed an extra jscrip.jquery file (it said to download it and rename it...). I'm just guessing though.
I re-installed IH4 and it seems to not be affecting the CPU negatively at all.
I'll live with the default filter for the time being.
Thank you!
Blessings,
Krisann