Found the way my self.
Just export data base to sql format, open it on text editor, replace all latin1 words with utf8
and it works
Search found 12 matches
- Thu Dec 23, 2010 5:31 pm
- Forum: Modules/Add-Ons
- Topic: (SOLVED) Form Builder - UTF-8
- Replies: 1
- Views: 626
- Thu Dec 23, 2010 2:16 pm
- Forum: Modules/Add-Ons
- Topic: (SOLVED) Form Builder - UTF-8
- Replies: 1
- Views: 626
(SOLVED) Form Builder - UTF-8
Form Builder is very nice module but it is working fine only with standart latin letters (English). Cirilic leters (Russian) or Baltic letters (Lithuanian) are marked as question marks (?). The sent information is ok, but the form it self in webpage looks like ?????? ??? ? ?? ????: etc.: Please help...
- Mon May 24, 2010 1:04 pm
- Forum: [locked] CMSMS MLE fork
- Topic: [Solved] Problem with CSS and IE7 or older
- Replies: 8
- Views: 6412
Re: Problem with CSS and IE7 or older
Finally solved
My mistake at the configuration step of CMS
the problem was config.php
I have just entered the right url and everything worked fine
My mistake at the configuration step of CMS
the problem was config.php
Code: Select all
$config['root_url'] = '';
- Mon May 24, 2010 12:44 pm
- Forum: [locked] CMSMS MLE fork
- Topic: [Solved] Problem with CSS and IE7 or older
- Replies: 8
- Views: 6412
Re: Problem with CSS and IE7 or older
I have tried with several standard templates and no luck. The problem comes not from template or css. It is something global. Once I've seen similar problem discussed and the solution was to remove "/" from the link to stile-sheet. Where can I find it? Or any other ideas? PS.: I have notic...
- Mon May 24, 2010 10:59 am
- Forum: [locked] CMSMS MLE fork
- Topic: [Solved] Problem with CSS and IE7 or older
- Replies: 8
- Views: 6412
Re: Problem with CSS and IE7 or older
YepRolf wrote:You do have the {metadata} tag in the head of your template??Bocius wrote: More ideas?
Rolf
Code: Select all
{metadata}
{* Don't remove this! Metadata is entered in Site Admin/Global settings. *}
- Mon May 24, 2010 10:33 am
- Forum: [locked] CMSMS MLE fork
- Topic: [Solved] Problem with CSS and IE7 or older
- Replies: 8
- Views: 6412
Re: Problem with CSS and IE7 or older
Thank You for quick response: Still not working with older versions of IE I have global metadata: <meta http-equiv="Content-Type" content="text/html; charset=utf-8 /> so I have tried: <meta http-equiv="Content-Type" content="text/html; charset=utf-8 /> <meta http-equiv=...
- Mon May 24, 2010 10:04 am
- Forum: [locked] CMSMS MLE fork
- Topic: [Solved] Problem with CSS and IE7 or older
- Replies: 8
- Views: 6412
[Solved] Problem with CSS and IE7 or older
I'm using CMS made simple 1.6 MLE My web site is more or less ok with IE8, Opera, Firefox etc. but with IE7 or IE6 I have no CSS loaded (I guess). The template is ok (as I can see contents of the site as well as favorite icon that is inside the template) but I have no images of the CSS, styling load...
- Wed Dec 23, 2009 11:52 am
- Forum: [locked] CMSMS MLE fork
- Topic: MLE And Gsitemap.php problem
- Replies: 7
- Views: 6458
Re: MLE And Gsitemap.php problem
You at least succeeded to run the module. I haven't for both modules.
http://forum.cmsmadesimple.org/index.ph ... 071.0.html
I believe I will face the same problem when I will solve mine.
http://forum.cmsmadesimple.org/index.ph ... 071.0.html
I believe I will face the same problem when I will solve mine.
- Wed Dec 23, 2009 11:47 am
- Forum: [locked] CMSMS MLE fork
- Topic: Problems with sitemap generator modules
- Replies: 1
- Views: 2372
Re: Problems with sitemap generator modules
any suggestions?
Could it be because of php versions?
Could it be because of php versions?
- Mon Dec 21, 2009 7:56 am
- Forum: [locked] CMSMS MLE fork
- Topic: Problems with sitemap generator modules
- Replies: 1
- Views: 2372
Problems with sitemap generator modules
Hello, I'm using provider's web server. I also use 1.6 of CMS made simple with MLE I have faced the problem using sitemap modules: CGExtensions 1.16.2, SiteMapMadeSimple 1.1.4 and gsgenerator10x These always get similar error: Warning: strpos() [function.strpos]: Empty delimiter. in /modules/SiteMap...
- Fri Dec 11, 2009 10:11 am
- Forum: CMSMS Core
- Topic: [Solved] Page is too big to post
- Replies: 2
- Views: 1239
Re: Page is too big to post
Thank You
It solved the problem
It solved the problem
- Thu Dec 10, 2009 3:36 pm
- Forum: CMSMS Core
- Topic: [Solved] Page is too big to post
- Replies: 2
- Views: 1239
[Solved] Page is too big to post
Hello, I'm using wamp server 2.0 just create the web site before publishing it. I also use 1.6 of CMS made simple I have faced the problem to post larger page to content. When I have posted more than 60 000 - 66 000 characters and applied the content of this page has been cut from the certain place ...