i have a problem with crosslinking and safecracker compatibility
crosslinking works well except for safecracker if i enable the crosslinking addon the safecracker sumbit form gives an error
The URI you submitted has disallowed characters.
the uri looks like
index.php/wiki2/<a
i dont see where the “<a” comes from, it works with the addon disabled
if i press submit a second time it will update the field, but if there is a crosslink word in it i get an other error
A PHP Error was encountered
Severity: User Warning
Message: Invalid EE Conditional Variable: {if "the crosslink word here"}
Filename: libraries/Functions.php
Line Number: 2855
A PHP Error was encountered
Severity: Warning
Message: Cannot modify header information - headers already sent by (output started at /home/develop/public_html/intern/system/codeigniter/system/core/Exceptions.php:170)
Filename: core/Common.php
Line Number: 412the safecracker code i use
{exp:safecracker channel="wiki" return="wiki2/{url_title}" preserve_checkboxes="yes" include_jquery="no" require_entry="yes" entry_id="{entry_id}"}
<textarea name="knowledge" id="knowledge" class="span9" rows="2">{no_crosslink}{knowledge}{/no_crosslink}</textarea>
<input type="submit" value="Submit">
{/exp:safecracker}i did try with and without the no_crosslink tags