2009-10-06, 09:27:07
Please change line 241 in File admin/edit.php line 241 from:
into
See: http://wiki.moxiecode.com/index.php/Tiny...t_base_url
This should fix the problems with images and adding "/admin".
Code:
relative_urls:false
into
Code:
relative_urls:true,
document_base_url : "<?php echo $SITEURL; ?>"
See: http://wiki.moxiecode.com/index.php/Tiny...t_base_url
This should fix the problems with images and adding "/admin".