Posts: 1,204
Threads: 30
Joined: Jun 2010
Carlos Wrote:yojoe,
I don't have this problem in the backend, I have tried creating pages with polish and russian chars and everything works ok (r635)
Can you paste some of those characters here? I cannot guess them by the screenshot...
Seems that only some of special chars are working on mine GS instance.
After editing page name using: żźążźćęńłó and ҼҺҸҵҧҫҙҎԆÔÂÓ¨ i get:
test page: żź�żź����ó ҼҺҸҵҧҫ����Ө
I have to test fresh r635 and 645 this on another hosting provider.
Addons: blue business theme, Online Visitors, Notepad
Posts: 3,491
Threads: 106
Joined: Mar 2010
2012-01-29, 23:12:56
(This post was last modified: 2012-01-29, 23:13:49 by fotothink.)
@yojoe
I only have problems with the next to the last character: ÔÂ
It breaks my test site :-) and I get:
Quote:Fatal error: Call to a member function children() on a non-object in C:\xampp\htdocs\gs31b635\admin\inc\caching_functions.php on line 249
I have no problems with the rest of those characters if that one is not present.
Posts: 1,204
Threads: 30
Joined: Jun 2010
K, this is a host specific problem, but I have no idea what's the exact cause of this "bug".
Both webhosting providers have every needed module installed.
Every tested version <615/635/645 works fine on webhost with php 5.1.13, while on hosting with php 5.2.17 (the one I'm experiencing problems) only gs r615 works fine. Later versions have problems with already described pages name encoding.
Debug and logs don't show any information.
I'll revert to 615 as for now.
Addons: blue business theme, Online Visitors, Notepad
Posts: 2,928
Threads: 195
Joined: Feb 2011
I did a clean install with GS 3.1 646 from the download
I wrote page with HTML editor and without HTML editor.
Greek characters are converted in Title, content and breadcrumbs
I thought this conversion was fixed ;=/(
reported here: http://get-simple.info/forum/topic/3334/...haracters/
Posts: 3,491
Threads: 106
Joined: Mar 2010
Connie Wrote:Greek characters are converted in Title, content and breadcrumbs
I thought this conversion was fixed ;=/(
Was this going to be fixed? The normal user (both visitor and editor) doesn't notice about this. Only those looking at the page source or editing the page's xml file.
Some people (including me) would like to have greek and other languages' characters (á, Ä, etc.) not converted to their html entities, but it isn't really a bug.
However there are other encoding issues in 3.1 beta that still (r646) haven't been fixed:
http://get-simple.info/forum/topic/3299/...ng-issues/
Posts: 1,108
Threads: 70
Joined: Aug 2009
I've updated the latest SVN r650 version to hopefully fix these problems and removed encoding for these characters.
Can you guys please test and let us know if encoding is now working as expected.
Posts: 44
Threads: 8
Joined: Feb 2012
2012-02-11, 09:37:27
(This post was last modified: 2012-02-11, 09:39:45 by marvinobrador.)
n00dles101 Wrote:I've updated the latest SVN r650 version to hopefully fix these problems and removed encoding for these characters.
Can you guys please test and let us know if encoding is now working as expected.
No, it doesn't working as excepted. In the page's source code I get "αφασφασ".
Also when installing the software try to chmod the root folder so It can't write the .htaccess file and the errors appear stranegly.
Also there's an ".svn" folder inside the "Files".
Posts: 1,108
Threads: 70
Joined: Aug 2009
Please make sure you have the latest SVN version downloaded.
I've just checked and everything is working fine for me...
svn files/folders are normal when you download an svn version.
Posts: 44
Threads: 8
Joined: Feb 2012
n00dles101 Wrote:Please make sure you have the latest SVN version downloaded.
I've just checked and everything is working fine for me...
Yes I do have the latest version, r650.
Install the greek keyboard on your computer, make a new post in greek, view the source code of the published page and you'll see it don't work correctly.
Posts: 1,108
Threads: 70
Joined: Aug 2009
Once again I can find nothing wrong.
check here: http://gs.digimute.com
Posts: 44
Threads: 8
Joined: Feb 2012
n00dles101 Wrote:Once again I can find nothing wrong.
check here: http://gs.digimute.com
check this: http://asdasdfasf.us.to/index.php?id=aspasgasgasg
revision650, plain install, made a page and it's not working right.
Posts: 1,108
Threads: 70
Joined: Aug 2009
Ok, I can see something is not quiet right on your install.
Did you delete ALL files on the hosting before installing again?
No plugins ir any changes to GSconfig.php ??
Posts: 44
Threads: 8
Joined: Feb 2012
n00dles101 Wrote:Ok, I can see something is not quiet right on your install.
Did you delete ALL files on the hosting before installing again?
No plugins ir any changes to GSconfig.php ??
fresh install using:
Code: svn checkout http://get-simple-cms.googlecode.com/svn/trunk/ .
Posts: 3,491
Threads: 106
Joined: Mar 2010
Did you create your page with a previous revision?
Create it again.
Posts: 44
Threads: 8
Joined: Feb 2012
Carlos Wrote:Did you create your page with a previous revision?
Create it again. It was a clear install. I'm not doing anything wrong.
Posts: 3,491
Threads: 106
Joined: Mar 2010
I didn't mean you were doing nothing wrong, of course. I was just making a suggestion to make sure.
Well I have tested this.
I've updated my r646 to r650. I had a page with string Olé. In the page source code it was still encoded as Olé. However, if I save it again it is Olé as expected.
Posts: 44
Threads: 8
Joined: Feb 2012
To me appears as Olé. Weird.
Posts: 44
Threads: 8
Joined: Feb 2012
Are there any news concerning the problem?
Posts: 1,108
Threads: 70
Joined: Aug 2009
Please try r652 and see if that fixes the problem..
Tks, Mike...
Posts: 44
Threads: 8
Joined: Feb 2012
Yes it's OK now!!
What was the problem?
Posts: 1,108
Threads: 70
Joined: Aug 2009
if magic_quotes were on we did a htmlentities on content...
Posts: 44
Threads: 8
Joined: Feb 2012
n00dles101 Wrote:if magic_quotes were on we did a htmlentities on content... otherwise?
Magic Quotes has been deprecated as of PHP 5.3.0.
Posts: 1,108
Threads: 70
Joined: Aug 2009
it should have been removed at r650 aswell.
Posts: 44
Threads: 8
Joined: Feb 2012
2012-02-13, 10:42:30
(This post was last modified: 2012-02-13, 10:43:13 by marvinobrador.)
@n00dles101 could you make it allow greek characters to slugs instead of converting it to english??
Posts: 1,108
Threads: 70
Joined: Aug 2009
Probably not in the core it is not recommended that you use non-ascii charachters in URls
RFC 3986
http://tools.ietf.org/html/rfc3986
See also
http://www.456bereastreet.com/archive/20...s_in_urls/
Mike. .
|