'invalid XML markup' error
Amitaibu - August 18, 2007 - 10:39
| Project: | CCK Multimage |
| Version: | 5.x-1.1 |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Jump to:
Description
Hi,
Thanks for the module. I get an error and can't see the slideshow...
invalid XML markup
http://localhost/drupal/modules/cck_multimage/cck_multimage_javascript.php
Line 25

#1
another error from FireBug:
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN"><html><head>
<title>404 Not Found</title>
</head><body>
<h1>Not Found</h1>
<p>The requested URL /ajaxchecklist/loadall/null was not found on this server.</p>
</body></html>
#2
According to your post, it's using an absolute URL to localhost? Can you describe which settings you used?
#3
I had the same problem - its was caused when I switched from PHP 4 to PHP 5.
To fix, open up cck_multiimage_javascript and change the three entires of
<?to
<?php