Thursday, December 15, 2011

Fancybox : The requested content cannot be loaded Error - Resolved

When adding a fancybox popup you may encounter a common issue, which shows the below error message, while clicking the link.

"The requested content cannot be loaded.
Please try again later."

This error is due to the misconfiguration of the link class.
  1. If image popup is used, then it may be the issue with the image extension, make sure the extensions are all small letters. Ex: image.jpg instead of image.JPG
  2. In case of href url, then you must add class fancybox.iframe, otherwise the page may not load resulting the error.
    Ex: Demo
    changes to
    Demo
Hope this will work for you.

Tags: fancybox broken, broken fancybox image, broken fancybox page, fancybox iframe broken, fancybox not working

Thursday, December 1, 2011

FTP Filezilla - 421 Sorry, cleartext sessions are not accepted on this server. [Resolved]

Some times when  you connect to the webhost via FileZilla you may encounter this error message.
"421 Sorry, cleartext sessions are not accepted on this server."

Solution:
Just add a ftpes:// before the domain name

Old One,
host : domain.com
username : xxx
pass : yyy
port : 21


New,
host : ftpes://domain.com
username : xxx
pass : yyy
port : 21

Advanced Option,

Login to  Web Host Manager
Go To : Service Configuration
Go To : FTP Server Configuration
Check that  :
TLS Encryption Support : set to  “Optional”

Try that, it will work.





Popular Posts