News:

Looking for documentation? Take a look on our wiki

Main Menu

3.0.18.5 User ccount form ERR_INSUFFICIENT_RESOURCES

Started by nordmograph, November 27, 2016, 22:57:53 PM

Previous topic - Next topic

nordmograph

Hello


On the VM user account form
I get someting weird in the browser console when being logged in

This keeps looping & incrementing every 0.01sec

vmkeepalive.js?vmver=fbb39d1d:19 keep alive 5852 newTime 0.4146 < NaN
vmkeepalive.js?vmver=fbb39d1d:19 keep alive 5853 newTime 0.4146666666666667 < NaN
vmkeepalive.js?vmver=fbb39d1d:19 keep alive 5854 newTime 0.41473333333333334 < NaN
...
...

Untill it gets to

send @ gzip.php?jquery.min-1a32f86c.js:2ajax @ gzip.php?jquery.min-1a32f86c.js:2(anonymous function) @ vmkeepalive.js?vmver=fbb39d1d:21
vmkeepalive.js?vmver=fbb39d1d:19 keep alive 6352 newTime 0.4346833333333333 < NaN
gzip.php?jquery.min-1a32f86c.js:2 GET https://www.nordmograph.com/extensions/index.php?option=com_virtuemart&view=user&layout=edit&Itemid=594&_=1480283634077 net::ERR_INSUFFICIENT_RESOURCESsend @ gzip.php?jquery.min-1a32f86c.js:2ajax @ gzip.php?jquery.min-1a32f86c.js:2(anonymous function) @ vmkeepalive.js?vmver=fbb39d1d:21
vmkeepalive.js?vmver=fbb39d1d:19 keep alive 6353 newTime 0.43475 < NaN
gzip.php?jquery.min-1a32f86c.js:2 GET https://www.nordmograph.com/extensions/index.php?option=com_virtuemart&view=user&layout=edit&Itemid=594&_=1480283634078 net::ERR_INSUFFICIENT_RESOURCESsend @ gzip.php?jquery.min-1a32f86c.js:2ajax @ gzip.php?jquery.min-1a32f86c.js:2(anonymous function) @ vmkeepalive.js?vmver=fbb39d1d:21
vmkeepalive.js?vmver=fbb39d1d:19 keep alive 6354 newTime 0.43483333333333335 < NaN
gzip.php?jquery.min-1a32f86c.js:2 GET https://www.nordmograph.com/extensions/index.php?option=com_virtuemart&view=user&layout=edit&Itemid=594&_=1480283634079 net::ERR_INSUFFICIENT_RESOURCES


And saving the form takes ages or breaks the page with a ERR_INSUFFICIENT_RESOURCES
message

What's going wrong ?

edit: ok I just found out the templat gzip feature was causing that.

Thanks for your help

Studio 42

YOur server is very slow(on my test), so perhaps you are limited on resource and the server stopped the request ?
And strange is gzip.php?jquery.min-1a32f86c.js, perhaps this is in your template framework and have a bug ?

nordmograph

No,
Because of VM I've had to disable gzip on the whole site.
it was causing an infinite loop as described in my previous post.