ZenphotoCMS Forum
w3c validation - Printable Version

+- ZenphotoCMS Forum (https://forum.zenphoto.org)
+-- Forum: Support (https://forum.zenphoto.org/forum-1.html)
+--- Forum: General support (https://forum.zenphoto.org/forum-4.html)
+--- Thread: w3c validation (/thread-329.html)



w3c validation - austinjreid - 2006-02-27

why do my pages come up with validation errors whereas other zenphoto sites I've seen do not?

The error appearing are all to do with i.php:

e.g.
<img src="/gallery/zen/i.php?a=cp2&i=DSC02539.jpg&s=thumb"... etc

Warning Line 21 column 119: cannot generate system identifier for general entity "i".
Error Line 21 column 119: general entity "i" not defined and no default entity.
Warning Line 21 column 120: reference not terminated by REFC delimiter.
Warning Line 21 column 120: reference to external entity in attribute value.
Error Line 21 column 120: reference to entity "i" for which no system identifier could be generated.
Info Line 21 column 118: entity was defined here.
Warning Line 21 column 134: cannot generate system identifier for general entity "s".
Error Line 21 column 134: general entity "s" not defined and no default entity.
Warning Line 21 column 135: reference not terminated by REFC delimiter.
Warning Line 21 column 135: reference to external entity in attribute value.
Error Line 21 column 135: reference to entity "s" for which no system identifier could be generated.
# Info Line 21 column 133: entity was defined here.


w3c validation - webdev - 2006-02-27

you'd have to replace the & with & in the url's in the following files classes.php and template-functions.php.


w3c validation - webdev - 2006-02-27

`&` that is ...


w3c validation - trisweb - 2006-02-28

Oh right. That. It's a minor deviation with no actual impact... we might change it, but no guarantees.