Page 6 of 11

Posted: Wed 28. Jun 2006, 16:30
by Oliver Georgi
beruhigt :)

Oliver

Posted: Wed 28. Jun 2006, 20:41
by cth3
I have a plain html page with some [PHP] code in it. After updating, it no longer works. Do I need to use a different call tag for the php code?

[PHP] code [/PHP]

Posted: Wed 28. Jun 2006, 20:57
by flip-flop
Hi cth3,

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
regards
Knut

Posted: Tue 4. Jul 2006, 04:05
by 1996 328ti
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.

Posted: Tue 4. Jul 2006, 06:53
by Oliver Georgi
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

Posted: Tue 4. Jul 2006, 08:56
by Jens*
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 ?

Posted: Tue 4. Jul 2006, 09:06
by Oliver Georgi
yepp - is solved. I will upload a fixed release today solving some other problems.
Error, you did NOT set variable $ToCharset in Convert() function.
Error, can NOT read file.....
This happens when a feed is processed which has not set any charset information.

Oliver

Posted: Tue 4. Jul 2006, 09:41
by 1996 328ti
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 can see the FCKEditor using Mac Safari but. . .
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.

Posted: Tue 4. Jul 2006, 10:12
by cyber-james
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. :wink:

Greez
cyber

Posted: Tue 4. Jul 2006, 11:41
by Jens*
Oliver Georgi wrote:yepp - is solved. I will upload a fixed release today solving some other problems.
Error, you did NOT set variable $ToCharset in Convert() function.
Error, can NOT read file.....
This happens when a feed is processed which has not set any charset information.

Oliver
Thx Oliver. But the feed has a charset information! http://study-board.de/crss.php

Posted: Tue 4. Jul 2006, 11:55
by Oliver Georgi
I see - but still it's solved ;-)

Oliver

Posted: Mon 10. Jul 2006, 21:16
by Jens*
Oliver, did you allready update the archiv? ;)

Posted: Mon 10. Jul 2006, 22:50
by spirelli
what is $phpwcms["recipient_count"] in the config file?

Posted: Mon 10. Jul 2006, 23:20
by DeXXus
For sending newsletters:
"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();
			}

Posted: Tue 11. Jul 2006, 11:30
by spirelli
Thanks, but what does the value '1' or '0' do?
I don't know PHP or javascript. So I can't quite see that. Btw, would be nice if someone would pay attention that Phpwcms stays accessible for webmasters that are not programmers.