bug for phpwcms 1.3.3

If you have created additional (non official) documentation or tutorials or something like that please post this here

bug for phpwcms 1.3.3

Postby leotan on Sat Feb 16, 2008 08:15

I am using firefox with utf-8 coding, the phpwcms 1.3.3 's fckeditor will show utf-8 signature in "edit artical" section

I fixed this with resave \include\inc_ext\fckeditor\editor\fckeditor.html with non utf-8 signature file

Anyway, phpwcms is a great work, I am moving to 1.3.5 with 2007-12-29 and translating the backend language to another chinese simple version, since I found none on the official site

when the translation done, I will upload a copy here!

thanks phpwcms group for sharing!
leotan
 
Posts: 11
Joined: Sat Feb 16, 2008 08:06

Re: bug for phpwcms 1.3.3

Postby leotan on Sat Feb 16, 2008 09:09

1.3.5 seems fixed utf-8 signature problam, but unstable, i am going back to 1.3.3
leotan
 
Posts: 11
Joined: Sat Feb 16, 2008 08:06

Re: bug for phpwcms 1.3.3

Postby claus on Sat Feb 16, 2008 09:32

There has been an attempt by user sunny123 to translate the backend last year - see post: viewtopic.php?t=15834
Unfortunately the link is gone (or hasn't been there at all?)
Perhaps you could try to contact sunny123 for joining in so no double work will be necessary ?
The following (and the previous) wouldn't have happened if there had been a GURM!
update process in progress 90% - Please stand by.. don't hit any key. Hold your breath...
User avatar
claus
 
Posts: 2557
Joined: Mon Jan 10, 2005 16:29
Location: germany / outdoor

Re: bug for phpwcms 1.3.3

Postby leotan on Sat Feb 16, 2008 15:02

thanks for your info, claus!

I already translated 1/4, and will keep going at next Monday!

It's not difficlut for me! I am php programmer!

By the way, I could take a look of phpwcms by doing this!
leotan
 
Posts: 11
Joined: Sat Feb 16, 2008 08:06

Re: bug for phpwcms 1.3.3

Postby leotan on Sat Feb 16, 2008 15:05

another issue, I found in the package of 1.3.5 (2007-12-05 and 207-12-08), the "en" language file (which one I forget), the last line might not be correct!

might be as it is, might not, since this file works!
leotan
 
Posts: 11
Joined: Sat Feb 16, 2008 08:06

Re: bug for phpwcms 1.3.3

Postby leotan on Mon Feb 18, 2008 01:37

anyone knows "$BL['be_ctype_textimage'] = 'text w/image';"?

what's w/image? = with?
leotan
 
Posts: 11
Joined: Sat Feb 16, 2008 08:06

Re: bug for phpwcms 1.3.3

Postby leotan on Mon Feb 18, 2008 01:59

$BL['be_profile_account_err2'] = 'password to short (only {VAL} chars: at least 5 needed)';

should be

$BL['be_profile_account_err2'] = 'password too short (only {VAL} chars: at least 5 needed)';
leotan
 
Posts: 11
Joined: Sat Feb 16, 2008 08:06

Re: bug for phpwcms 1.3.3

Postby leotan on Mon Feb 18, 2008 09:56

language file for chinese simple language!

translation complete 90% from "en" version based on phpwcms 1.3.5 2007-12-05

i will keep post, if there is any update!
You do not have the required permissions to view the files attached to this post.
leotan
 
Posts: 11
Joined: Sat Feb 16, 2008 08:06

Re: bug for phpwcms 1.3.3

Postby Jensensen on Mon Feb 18, 2008 23:05

Dear leotan,

thank you for your ambitious support!!!
For improvements [generally] you should contact OG: memberlist.php?mode=viewprofile&u=2

and bugs can be announced

viewforum.php?f=6
http://sourceforge.net/tracker/?group_i ... tid=607698
wann tötensen den jensensen?
[another seo experiment]
User avatar
Jensensen
 
Posts: 2481
Joined: Tue Oct 17, 2006 19:11
Location: docking dock docked, refueling stop

Re: bug for phpwcms 1.3.3

Postby leotan on Tue Feb 19, 2008 00:44

it's ok!

I currently runing a php program and want to select a cms which suitable for it!

Anyway, time is tight for me! if I had more free time and study in phpwcms throughly, I might consider your suggestion!

Thanks
leotan
 
Posts: 11
Joined: Sat Feb 16, 2008 08:06

Re: bug for phpwcms 1.3.3

Postby leotan on Tue Feb 19, 2008 08:26

1.3.5 2007-12-05

file \login.php

line 222
headerRedirect(PHPWCMS_URL."phpwcms.php?". session_name().'='.session_id());
will not available for login out of localhost, when set the localhost as server!

correct
headerRedirect("phpwcms.php?". session_name().'='.session_id());
leotan
 
Posts: 11
Joined: Sat Feb 16, 2008 08:06

Re: bug for phpwcms 1.3.3

Postby leotan on Wed Mar 05, 2008 03:07

I use phpwcms as a backend only for small project (no article search, which is inconvenient for large project. I use xoops for large project)

anyway, when I tranfer (not install) the phpwcms from my pc to the service. the PHPWCMS_ROOT goes wrong, I fixed the as following. (only for your referrence)

file: comfig\phpwcms\conf.inc.php
line: around 15 and 22
edit:
$phpwcms['site'] = 'http://www.mini-info.cn/demo/';
$phpwcms['DOC_ROOT'] = substr(dirname(__FILE__), 0, -23);

file:include\inc_lib\default.inc.php
line: 59
edit:
define ("PHPWCMS_ROOT", $phpwcms['DOC_ROOT'].'/');

I add some cache function for aboth phpwcms and xoops. only the cache function need to edit more complex detail, so ignoring here.

indeed, phpwcms is perfect for small biz project, I love it!

:D
Last edited by leotan on Mon Mar 17, 2008 01:11, edited 1 time in total.
leotan
 
Posts: 11
Joined: Sat Feb 16, 2008 08:06

Re: bug for phpwcms 1.3.3

Postby flip-flop on Wed Mar 05, 2008 04:58

Mhh, is this a solution for you?

conf.inc.php
Code: Select all
// site values
$phpwcms['site']              = 'http://'.$_SERVER['SERVER_NAME'].'/';

// paths
$phpwcms['DOC_ROOT']          = $_SERVER['DOCUMENT_ROOT'];
$phpwcms['root']              = 'demo';
>> DOCU | FAQ | TEMPLATES/DOCS << ( SITE )
User avatar
flip-flop
 
Posts: 5519
Joined: Sat May 21, 2005 19:25
Location: HAMM (Germany)

Re: bug for phpwcms 1.3.3

Postby leotan on Wed Mar 05, 2008 06:21

hi filp-flop,

your code is work for file conf.inc.php

better than mine

thanks
leotan
 
Posts: 11
Joined: Sat Feb 16, 2008 08:06


Return to (unofficial) tutorials & documentation

Who is online

Users browsing this forum: Alexa [Bot] and 0 guests