Pre 1.2.7 release!

Get help with installation and running phpwcms here. Please do not post bug reports or feature requests here.
Post Reply
User avatar
Oliver Georgi
Site Admin
Posts: 9892
Joined: Fri 3. Oct 2003, 22:22
Contact:

Post by Oliver Georgi »

beruhigt :)

Oliver
Last edited by Oliver Georgi on Wed 28. Jun 2006, 21:49, edited 1 time in total.
Oliver Georgi | phpwcms Developer | GitHub | LinkedIn | Систрон
cth3
Posts: 4
Joined: Wed 28. Dec 2005, 16:54

Post 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]
User avatar
flip-flop
Moderator
Posts: 8178
Joined: Sat 21. May 2005, 21:25
Location: HAMM (Germany)
Contact:

Post 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
>> HowTo | DOCU | FAQ | TEMPLATES/DOCS << ( SITE )
1996 328ti
Posts: 317
Joined: Mon 19. Apr 2004, 06:10
Location: Greenville, SC USA
Contact:

Post 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.
User avatar
Oliver Georgi
Site Admin
Posts: 9892
Joined: Fri 3. Oct 2003, 22:22
Contact:

Post 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
Oliver Georgi | phpwcms Developer | GitHub | LinkedIn | Систрон
Jens*
Posts: 56
Joined: Fri 18. Jun 2004, 18:53

Post 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 ?
http://www.study-board.de :: Das Studenten Portal
Die Kompetenzseite für alle Fragen rund um die BWL/VWL
und das wirtschaftswissenschaftliche Studium
User avatar
Oliver Georgi
Site Admin
Posts: 9892
Joined: Fri 3. Oct 2003, 22:22
Contact:

Post 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
Oliver Georgi | phpwcms Developer | GitHub | LinkedIn | Систрон
1996 328ti
Posts: 317
Joined: Mon 19. Apr 2004, 06:10
Location: Greenville, SC USA
Contact:

Post 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.
cyber-james
Posts: 100
Joined: Mon 28. Jun 2004, 23:43

Post 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
Jens*
Posts: 56
Joined: Fri 18. Jun 2004, 18:53

Post 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
http://www.study-board.de :: Das Studenten Portal
Die Kompetenzseite für alle Fragen rund um die BWL/VWL
und das wirtschaftswissenschaftliche Studium
User avatar
Oliver Georgi
Site Admin
Posts: 9892
Joined: Fri 3. Oct 2003, 22:22
Contact:

Post by Oliver Georgi »

I see - but still it's solved ;-)

Oliver
Oliver Georgi | phpwcms Developer | GitHub | LinkedIn | Систрон
Jens*
Posts: 56
Joined: Fri 18. Jun 2004, 18:53

Post by Jens* »

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
spirelli
Posts: 996
Joined: Tue 27. Jul 2004, 13:37
Location: London

Post by spirelli »

what is $phpwcms["recipient_count"] in the config file?
User avatar
DeXXus
Posts: 2168
Joined: Fri 28. Nov 2003, 06:20
Location: USA - Florida

Post 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();
			}
spirelli
Posts: 996
Joined: Tue 27. Jul 2004, 13:37
Location: London

Post 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.
Post Reply