Error report (long time)
testtest22 8
From: -
From: -
Notice
This topic is archived. New comments cannot be posted and votes cannot be cast.Responses to this topic
1 Re: Error report (long time)
Philipp Esselbach
From: -
Editor
0From: -
If I found new problems, I will update the topic.
Actually, there is a bug tracker for error reports
1 Re: Error report (long time)
testtest22
OP
8
From: -
From: -
Thank you Administrator.
If I found new problems, I will update the topic.
If I found new problems, I will update the topic.
1 Re: Error report (long time)
Philipp Esselbach
From: -
Editor
0From: -
To fix the problem with file size, open cadmin/files/admindoeditfile.php in an editor and replace:
with
$input_file_size = ( isset( $_POST[ 'input_file_size' ] ) ) ? $security -> checknum( $_POST[ 'input_file_size' ] ) : 0 ;
with
$input_file_size = ( isset( $_POST[ 'input_file_size' ] ) ) ? $security -> checkvar( $_POST[ 'input_file_size' ] ) : "" ;
1 Re: Error report (long time)
Philipp Esselbach
From: -
Editor
0From: -
PS:Contentteller® Community Edition 1.0.2
1,File "SIZE" error after edit
I added two file,size=21MB and size=1.17MB.
When I edit the two files (Manage Files->Edit->Edit Entry),the size Automatic changes,size=21,size=1.
I will look into it
2,Admin Username display error (unicode)
When I install the CMS,I fill in admin username with an unicode characters (chinese characters),then I view front with utf-8,the word is garbled,view with gb2312,it's right.
After,I register a new ID with unicode username,Whether it is using utf-8 or gb2312 to show that is correct.
The problem here is that the installer is using the default encoding rather then utf-8 or gb2312. I will add an option to choose the encoding during installation in the next release of the installer.
3,URI very long when Title is unicode characters
Added a content,the title is "测试" (chinese characters,mean:test),then URI is "aeligmicroemacr.html".
I hope that if the title is the Chinese characters, it is in the URI as is displayed on or in the URI to show ID.
For example:
测试.html or 123.html
I am already aware of this problem. I will add an option in the next release to create numeric SEO urls.
PS:Contentteller® Community Edition 1.0.2
1,File "SIZE" error after edit
I added two file,size=21MB and size=1.17MB.
When I edit the two files (Manage Files->Edit->Edit Entry),the size Automatic changes,size=21,size=1.
2,Admin Username display error (unicode)
When I install the CMS,I fill in admin username with an unicode characters (chinese characters),then I view front with utf-8,the word is garbled,view with gb2312,it's right.
After,I register a new ID with unicode username,Whether it is using utf-8 or gb2312 to show that is correct.
3,URI very long when Title is unicode characters
Added a content,the title is "测试" (chinese characters,mean:test),then URI is "aeligmicroemacr.html".
I hope that if the title is the Chinese characters, it is in the URI as is displayed on or in the URI to show ID.
For example:
测试.html or 123.html