Forum
Welcome, Guest
Please Login to access forum.
Error in XML IMAGE generation 'nbsp' (1 viewing) 
Go to bottom
TOPIC: Error in XML IMAGE generation 'nbsp'
#2203
chris
Fresh Boarder
Posts: 11
User Offline
Error in XML IMAGE generation 'nbsp' Karma: 0  
Hi again John!

Another problem today: trying to activate the XML image, I have the following error:

Code:

This page contains the following errors: error on line 13874 at column 535: Entity 'nbsp' not defined Below is a rendering of the page up to the first error.
Any idea how to solve?? What can I check/analyse?? I'm using JCH. Thanks for your feedback
 
Logged Logged  
  The administrator has disabled public write access.
#2204
John Dagelmore
Admin
Posts: 3722
User Online Now
Re:Error in IMAGE generation 'nbsp' Karma: 79  
Hi Chris, looking at the sitemap it seems that the problem is due to a wrong image that has url/characters not properly recognized and accepted.

Code:

https://www.akaoma.com/media/plg_jchoptimize/images/placeholder.gif data-jchll=true /> </a> <div itemprop=description><h2>Contenu officiel du cours CEH V8 Ethical Hacking</h2><p>Contenu du cours CEH V8 Ethical Hacking: description exhaustive des modules et thèmes abordés tout au long du cursus de formation présenté par AKAOMA. <br /><br />Le cours CEH V8 ETHICAL HACKING est délivré en Français par AKAOMA Consulting lors de nos sessions de formation.</p><p> </p><p>Nous proposons le cursus de formation CEH Ethical Hacking dans les formules suivantes:</p><ul> <li><a href=/formation/ceh-certified-ethical-hacker>CEH v8 BOOTCAMP</a></li> <li><a href=/formation/ceh-certified-ethical-hacker/cehv8-elearning-ethical-hacker>CEH v8 eLEARNING</a></li> <li><a href=/formation/ceh-certified-ethical-hacker#ju-tabs-cehv8_6>CEH v8 BOOTCAMP ALL-INCLUSIVE</a></li> <li><a href=/formation/ceh-certified-ethical-hacker#ju-tabs-cehv8_6>CEH v8 MENTORING</a></li> </ul><h3><img data-src=/images/thumbnails/images/goodies/arrow2-fit-150x104.png src=/media/plg_jchoptimize/images/placeholder.gif
At this url
Code:

https://www.akaoma.com/formation/ceh-certified-ethical-hacker/contenu-cours-cehv8-course-outline
The problem could also be due to JCH HTML minification, eventually try to set the compression to 'Advanced' and not 'Ultra' and check if it solves. John
 
Logged Logged  
  The administrator has disabled public write access.
#2205
chris
Fresh Boarder
Posts: 11
User Offline
Re:Error in IMAGE generation 'nbsp' Karma: 0  
Changing the JCH level to Advanced works great!

There's a lot of images (by checking on /index.php?option=com_jmap&view=sitemap&format=images&xslt=1)
but now... I've 11627 images which are the same! URL is /media/plg_jchoptimize/images/placeholder.gif

I'm using LAZYLOAD under JCH (a new option in their 4.2.3) which is making my website faster.
It seems this option is making XML IMAGES generation wrong...

What can I do John?
Thanks for your time,

PS: I don't want to disable LAZYLOAD option under JCH.... it's really impressive!
 
Logged Logged  
  The administrator has disabled public write access.
#2206
John Dagelmore
Admin
Posts: 3722
User Online Now
Re:Error in IMAGE generation 'nbsp' Karma: 79  
Hi Chris,

if i'm correct the lazy load removes images from pages, in this case also the crawler can't find them

The only solution i can think of, would be disable the lazy load, then generate the images sitemap using precaching with AJAX, and switch on again the lazy load feature of JCH.

John
 
Logged Logged  
  The administrator has disabled public write access.
#2207
chris
Fresh Boarder
Posts: 11
User Offline
Re:Error in IMAGE generation 'nbsp' Karma: 0  
ok great idea...

As JCH is showing first a placeholder.gif (empty image) but the second URL is pointing to the real image, maybe you can include in your next release a kind of option that may scan all URLs, in case of placeholder.gif, to collect only images. That's a simple idea, but I'm sure I'll not be alone for next releases to use lazyload option

Thanks again for your rocket support really impressive!
Kind regards


NB: by the way, I've found another extension unite revolution 2 on my website https://www.akaoma.com using a kind of lazy load, and URL is composed by /media/com_uniterevolution2/assets/images/dummy.png ... same problem as above
 
Logged Logged  
  The administrator has disabled public write access.
#2208
John Dagelmore
Admin
Posts: 3722
User Online Now
Re:Error in IMAGE generation 'nbsp' Karma: 79  
 
Logged Logged  
  The administrator has disabled public write access.
Go to top