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

Comments

amitaibu’s picture

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>
silviogutierrez’s picture

According to your post, it's using an absolute URL to localhost? Can you describe which settings you used?

pwhite’s picture

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