Search found 22 matches

by jareeq
Thu 11. Oct 2007, 22:36
Forum: phpwcms Support English
Topic: Template modification with polish charset - entities ?
Replies: 21
Views: 5690

true is that looks like marginal problem so realy nobody is interested in solution,
beacause it was some time ago after several cheks conversion is the best way so all data in templates page and database use utf-8

chers
jarek
by jareeq
Thu 24. May 2007, 08:40
Forum: phpwcms Support English
Topic: Problems with errased sesion vars ?
Replies: 3
Views: 1579

[SOLVED] Problems with errased sesion vars ?

Some closing info :) After several months situation is solved - like we suspected - problem was located on server side - no folder for session caching :) solution initiated by provider is not very sophisticated (and probably safe) but works, :) new folder called 'temp' was created in root user www ...
by jareeq
Wed 23. May 2007, 10:18
Forum: phpwcms Support English
Topic: Size limit on articles?
Replies: 8
Views: 2666

ok so problem returns in 1.3.3 - change to MEDIUMTEXT didn't work

anybody knows where can I extend size of this field ?
by jareeq
Mon 21. May 2007, 10:39
Forum: phpwcms Support English
Topic: Template modification with polish charset - entities ?
Replies: 21
Views: 5690

So it looks like all operations doing right if all is set to $phpwcms['db_charset'] = 'utf8'; $phpwcms['db_collation'] = 'utf8_general_ci'; $phpwcms['charset'] = 'utf-8'; database collation is utf8_unicode_ci, but I didn’t see any mismatch in text, but second problem appears in Backend interface t ...
by jareeq
Sun 20. May 2007, 11:34
Forum: phpwcms Support English
Topic: Template modification with polish charset - entities ?
Replies: 21
Views: 5690

sorry i forgot paste it but problem is no there : version 1.3.3 $phpwcms['db_charset'] = 'latin2'; $phpwcms['db_collation'] = 'latin2_general_ci'; $phpwcms['charset'] = 'iso-8859-2'; also checked with $phpwcms['db_charset'] = 'utf8'; $phpwcms['db_collation'] = 'utf8_general_ci'; in 1.2.8 some time ...
by jareeq
Sun 20. May 2007, 11:05
Forum: phpwcms Support English
Topic: Template modification with polish charset - entities ?
Replies: 21
Views: 5690

Template modification with polish charset - entities ?

Hi, I'm looking for solution of this problem: in Admin -> temlplates typing polish test string: 'zażółć gęślą jaźń' in 'main', 'left', 'right' or any other window, aftrer saving template text looks like: 'za¿ó³æ gê¶l± ja¼ñ' after second save operation it looks like: 'za¿ó³æ gê ...
by jareeq
Mon 18. Sep 2006, 12:06
Forum: phpwcms Support English
Topic: Problems with errased sesion vars ?
Replies: 3
Views: 1579

Thanks Oliver, in fact, This hosting is upgrade of some old service on mine internet provider packet (it is integrated so I already pay for it), it looks like DB connection and overal speed of interface is very high but You have right - several times i'v receivied information about 'too many ...
by jareeq
Thu 14. Sep 2006, 12:31
Forum: phpwcms Support English
Topic: Problems with errased sesion vars ?
Replies: 3
Views: 1579

Problems with errased sesion vars ?

Hi, I sent that question because probably I know where is a problem but now I need to be sure. My version of phpwcms is 1.2.8 realse 25.08.2006, php version is 5.1.4 and apache 2.0.55 It works fine on my own computer but after installation on some hosting provider server, strange things happed ...
by jareeq
Tue 18. Apr 2006, 09:48
Forum: sites you are proud of (made with phpwcms only)
Topic: www.fzd.kom.pl
Replies: 0
Views: 1591

www.fzd.kom.pl

This is site is about small federation in Hattrick community, local cups, matches, discusion, galeries...

http://www.fzd.kom.pl
by jareeq
Fri 14. Apr 2006, 18:24
Forum: hacks & enhancements
Topic: User Rights Management and Frontend Editing
Replies: 16
Views: 17893

this is realy good, now I'm only waiting for groups administration in some future version of phpwcms an I'l be happy.


this is realy good enhancement
by jareeq
Thu 6. Apr 2006, 11:25
Forum: hacks & enhancements
Topic: {TEASER_EX} Replacement tag v1.90 - 10.1.2007
Replies: 398
Views: 183990

You found it some time ago :-)

http://www.phpwcms.de/forum/viewtopic.p ... &start=219

:-)

for me it is not a problem I know where insert the line :D
by jareeq
Thu 6. Apr 2006, 11:10
Forum: hacks & enhancements
Topic: {TEASER_EX} Replacement tag v1.90 - 10.1.2007
Replies: 398
Views: 183990

im writing about 1.61 downloaded from recomended link that line is missing and problem with sort order is back again... could not verify this: Version 1.61, 14.03.2006 for mysql.4 line 281 $sql .= $sqlorder; line 298 $sql .= $sqlorder; dont know what file you are talking about!!!!!??? or do you ...
by jareeq
Thu 6. Apr 2006, 11:05
Forum: hacks & enhancements
Topic: {TEASER_EX} Replacement tag v1.90 - 10.1.2007
Replies: 398
Views: 183990

// TEASER_EX replacementtag (by Erich Munz, 2006)^ // // Version 1.61, 14.03.2006^ // // requirements: mysql >= 4.x, phpwcms ver >= 1.2.x !!!!!!!!!^ // // copy this file to phpwcms_template\inc_script\frontend_render betwen line 292 and 293 $sql .= $sqlorder; is missed , i'v downloaded it yesterday ...
by jareeq
Thu 6. Apr 2006, 10:03
Forum: hacks & enhancements
Topic: {TEASER_EX} Replacement tag v1.90 - 10.1.2007
Replies: 398
Views: 183990

erich_k4 wrote:
jareeq wrote:@erich_k4

line 293 should be

Code: Select all

$sql .= $sqlorder;

:-)
it was a bug in ver 1.52 actual version is 1.61 please update your installation
im writing about 1.61 downloaded from recomended link that line is missing and problem with sort order is back again...
by jareeq
Wed 5. Apr 2006, 20:01
Forum: hacks & enhancements
Topic: {TEASER_EX} Replacement tag v1.90 - 10.1.2007
Replies: 398
Views: 183990

@erich_k4

line 293 should be

Code: Select all

$sql .= $sqlorder;

:-)