Pre 1.2.7 release!
- Oliver Georgi
- Site Admin
- Posts: 9906
- Joined: Fri 3. Oct 2003, 22:22
- Contact:
Hi cth3,
have you set this at the conf.inc.php?
regards
Knut
have you set this at the conf.inc.php?
Code: Select all
$phpwcms["allow_cntPHP_rt"] = 1; //allow PHP replacement tags and includes in content parts
Knut
>> HowTo | DOCU | FAQ | TEMPLATES/DOCS << ( SITE )
-
- Posts: 317
- Joined: Mon 19. Apr 2004, 06:10
- Location: Greenville, SC USA
- Contact:
I'm getting very frustrated.
Normally I use Mac Netscape.
When I edit the source on in a summary section, any html is not saved. Only plain text.
I have tried Mac Safari, IE and Mozilla.
I don't have any FCK options at all in those.
Then I went over to a PC running IE.
Same thing. Any html code is not saved.
Another weird thing. Mac IE which does not give me any options other than the summary box treats the entry as if it's a html article section.
I really miss 1.2.6.
I might just overwrite all of my 1.2.7 files.
Normally I use Mac Netscape.
When I edit the source on in a summary section, any html is not saved. Only plain text.
I have tried Mac Safari, IE and Mozilla.
I don't have any FCK options at all in those.
Then I went over to a PC running IE.
Same thing. Any html code is not saved.
Another weird thing. Mac IE which does not give me any options other than the summary box treats the entry as if it's a html article section.
I really miss 1.2.6.
I might just overwrite all of my 1.2.7 files.
- Oliver Georgi
- Site Admin
- Posts: 9906
- Joined: Fri 3. Oct 2003, 22:22
- Contact:
Since 1.2.7 pr Release, i get an error using RSS Content Part...
Error, you did NOT set variable $ToCharset in Convert() function.
Error, can NOT read file.....
Any idea ?
Error, you did NOT set variable $ToCharset in Convert() function.
Error, can NOT read file.....
Any idea ?
http://www.study-board.de :: Das Studenten Portal
Die Kompetenzseite für alle Fragen rund um die BWL/VWL
und das wirtschaftswissenschaftliche Studium
Die Kompetenzseite für alle Fragen rund um die BWL/VWL
und das wirtschaftswissenschaftliche Studium
- Oliver Georgi
- Site Admin
- Posts: 9906
- Joined: Fri 3. Oct 2003, 22:22
- Contact:
-
- Posts: 317
- Joined: Mon 19. Apr 2004, 06:10
- Location: Greenville, SC USA
- Contact:
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
I tried a little experiment.
I removed some html markup in an expired article. Save.
When I went back it was still there. It was not saved.
This is the latest problem for me.
In another phpwcms install with no RTs added I tried this. . .
Created a new article.
I was not able to enter anything in the summary box when the FCKeditor was opened.
In source I typed <b>test</b>. Save.
When I went back the html markup was not there.
-
- Posts: 100
- Joined: Mon 28. Jun 2004, 23:43
Hy 1996
Take Firefox and use your Safari for compatibility tests only. For developers (and editors), FF is the first choice. Enhance FF with some Extensions like Web Developer and you don't touch some other Browser.
Greez
cyber
Take Firefox and use your Safari for compatibility tests only. For developers (and editors), FF is the first choice. Enhance FF with some Extensions like Web Developer and you don't touch some other Browser.
Greez
cyber
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
http://www.study-board.de :: Das Studenten Portal
Die Kompetenzseite für alle Fragen rund um die BWL/VWL
und das wirtschaftswissenschaftliche Studium
Die Kompetenzseite für alle Fragen rund um die BWL/VWL
und das wirtschaftswissenschaftliche Studium
- Oliver Georgi
- Site Admin
- Posts: 9906
- Joined: Fri 3. Oct 2003, 22:22
- Contact:
Oliver, did you allready update the archiv?
http://www.study-board.de :: Das Studenten Portal
Die Kompetenzseite für alle Fragen rund um die BWL/VWL
und das wirtschaftswissenschaftliche Studium
Die Kompetenzseite für alle Fragen rund um die BWL/VWL
und das wirtschaftswissenschaftliche Studium
For sending newsletters:
"act_sendnewsletter.php"
"act_sendnewsletter.php"
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();
}