'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
Description

Hi,
Thanks for the module. I get an error and can't see the slideshow...

#1

Amitaibu - August 18, 2007 - 10:45

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

silviogutierrez - August 18, 2007 - 16:31

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

#3

pwhite - February 16, 2009 - 14:09

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

 
 

Drupal is a registered trademark of Dries Buytaert.