Few of my views are stuck while loading, browser shows loading but it never loads.
Any idea?
Thanks,
Adil
You have a syntax error in your view. Check the apache log and/or enable error reporting.
Related
I am not getting the result in view page but its displaying while i am printing in controller. Its working perfect in my local but its not working in server. Please help me to get solution for this.
Please check your code in view page properly, As my experience any loop or condition is not closed in your code.
In localhost error is showing but code is execute after that error but on server code is not execute after error in code
I'm having trouble debugging an extremely strange bug.
It happens rarely, and at seemingly random places on the page.
The HTML will stop, and start loading the page again - see screenshot below:
If I reload the page then 99% of the time it works fine. We're using Magento on an nginx server but the issue also happens on my local dev box.
There are no errors generated when this happens that I can see (checked nginx, php-fpm, mysql and Magento logs).
Does anyone have any ideas on how I could debug this issue?
I think the problem is your javascript in your template or skin. When dom is ready the search filter will load their subcategory also.
You should have a look at Network tab in debug tool and check the last request is called by Ajax (XHR). Maybe it is rendering a page layout template instead of json or blank page.
Good luck
I am facing a problem with my preloader. The below is the url.
http://aceklouds.com/bimtec-wp/?page_id=9
In this preloader is not loading first. The content is loading first and then after fraction of seconds, preloader is coming. I am not able to solve this. Can anyone help me with this ??
Thanks in advance.
I have hidden the body before loading and then revealed it. Its working now.
In one of our projects users get an error "CKEditor is undefined" from time to time if they working with IE for quite some time and than load an XPage with the CKEditor. The error occurs direct after loading the page before the user can interact with it.
It looks like there might be a problem with caching. With a fresh start of IE the problems goes away.
CKEditor is an object to access the CKEditor on the page. So I guess the browser try to call a method but the object has not been loaded yet.
Has anybody experienced the same problem? Maybe also a solution?
Does anyone know, why the debugger tool (https://developers.facebook.com/tools/debug) always reports a 404 error on the following link: www.rosenhof-tirol.at/top-angebote-sommer.html? The source code view of the page clearly shows the tags, which are reported missing. The CMS in use is Contao (www.contao.org). Other pages I implemented, do not have this problem. Link. Any ideas? Thank you in advance.
Kind regards
Wolfgang
The debugger reports a 404 error because your page is sending a 404 header.