vincej Posted November 24, 2012 Share Posted November 24, 2012 HI - This belongs to one of those "weird or what" situations. I have built an order processing system using codeigniter ( a very light weight MVC php framework). Amongst many things it generates invoices for orders. It runs faultlessly on a hard wire internet connection. However, if I run my invoices page over a mobile 3G connection the invoices page fails to display only when there are 5 or more line items on the page. The error message I get back is: requested content www.mysite/index.php/invoices cannot be processed due to error while parsing reply However if there are 4 items or less, it runs fine ..... weird or what ?? I have Googled everything and can find only scant references to this error message. Does anyone have the vaguest idea what could be going wrong ? Or perhaps where else I can Google ? Many Many Thanks ! Quote Link to comment https://forums.phpfreaks.com/topic/271118-why-wont-a-page-load-when-using-mobile-network/ Share on other sites More sharing options...
Pikachu2000 Posted November 24, 2012 Share Posted November 24, 2012 Tried a different browser yet? Tried it on the same device, same browser, over WiFi and/or USB tethered connection? Quote Link to comment https://forums.phpfreaks.com/topic/271118-why-wont-a-page-load-when-using-mobile-network/#findComment-1394792 Share on other sites More sharing options...
vincej Posted November 25, 2012 Author Share Posted November 25, 2012 yes - I get this error when looking at it on a Samsumg Galaxy. However when I look at the page on a IPad with Safari, I get a different error: winsock 10054. Then on IE 9 with a Pc with a usb 3g stick windows 7 reports the network is lost. However I repeat , it only happens when there are more that 4 invoices. and it never happens on a wired network. Any ideas ?? Quote Link to comment https://forums.phpfreaks.com/topic/271118-why-wont-a-page-load-when-using-mobile-network/#findComment-1394908 Share on other sites More sharing options...
kicken Posted November 25, 2012 Share Posted November 25, 2012 Would you be able/willing to provide a URL to the page for us to test with? Without being able to see the problem all we could do is speculate which is a bit pointless. Quote Link to comment https://forums.phpfreaks.com/topic/271118-why-wont-a-page-load-when-using-mobile-network/#findComment-1394909 Share on other sites More sharing options...
Christian F. Posted November 29, 2012 Share Posted November 29, 2012 A quick internet search gave me this: http://geekswithblogs.net/Lance/archive/2007/08/07/Winsock-Error-10054.aspx In short: Your connection to the server was disconnected, for some reason. Most likely due to a time limit. Quote Link to comment https://forums.phpfreaks.com/topic/271118-why-wont-a-page-load-when-using-mobile-network/#findComment-1396064 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.