
Oliver
Code: Select all
$phpwcms["allow_cntPHP_rt"] = 1; //allow PHP replacement tags and includes in content parts
I can see the FCKEditor using Mac Safari but. . .Oliver Georgi wrote:If this happen something has gone wrong with your path settings. That Safari does not support general WYSIWYG editors is know. But Firefox is working very good. So please compare your settings.
Also check the WYSIWYG setting under your profile.
Oliver
Thx Oliver. But the feed has a charset information! http://study-board.de/crss.phpOliver Georgi wrote:yepp - is solved. I will upload a fixed release today solving some other problems.
This happens when a feed is processed which has not set any charset information.Error, you did NOT set variable $ToCharset in Convert() function.
Error, can NOT read file.....
Oliver
Code: Select all
if(!empty($phpwcms['recipient_count']) && $phpwcms['recipient_count'] == $x) {
$mail->ClearAddresses();
unset($mail);
echo '<script language="javascript" type="text/javascript">'."\n<!--\n";
echo "self.location.href='act_sendnewsletter.php?repeat_newsletter_sending=1';";
echo "\n//-->\n</script>";
flush();
exit();
}