17488 Posts in 4473 Topics by 1978 members
|
Page:
1
|
Go to End | |
| Author | Topic: | 846 Views |
-
Problem with forum attachments

11 September 2008 at 8:25am
Whenever I enable attachments I get this error~
XML Parsing Error: not well-formed
Location: http://campbarebones.com/general-discussion/starttopic
Line Number 194, Column 258: <div id="PostAttachment" class="field attachment "><label class="left" for="Form_ReplyForm_PostAttachment">Upload Files</label><span class="middleColumn"> <iframe name="AttachmentField_upload" src="AttachmentField_Uploader/uploadiframe/?PostID=19&DestObj=Post_Attachment" id="Form_ReplyForm_AttachmentField_PostAttachment" border="0"></iframe></span></div>
----------------------------------------------------------------------------------------------------Any ideas? or am I missing something?
-
Re: Problem with forum attachments

11 September 2008 at 4:45pm
I think the error is to do with &'s. If you look in forum/code/AttachmentField.php scroll down to about line 50ish is there a $extraData = implode("&", $array); ? You might need to change that to $extraData = implode("&", $array);
-
Re: Problem with forum attachments

12 September 2008 at 8:24am
ok well I can't try that because I am now getting this error
Cannot write manifest file! Check permissions of /tmp/silverstripe-cache-home etc....
any ideas on that one, it will not even let me in the admin section...
| 846 Views | ||
|
Page:
1
|
Go to Top |


