1
carlos1426
Re: AMS 2.51 Can't show spanish characters
  • 2009/9/21 16:56

  • carlos1426

  • Just popping in

  • Posts: 38

  • Since: 2004/5/18


Thank you for your answer. I'll try it.

Thank you again.



2
carlos1426
Re: AMS 2.51 Can't show spanish characters
  • 2009/9/20 16:55

  • carlos1426

  • Just popping in

  • Posts: 38

  • Since: 2004/5/18


Sorry for the delay in my answer. I was on journey last 10 days.

The problem persists. Thre's no "UTF-8" in the html source as far as in global.php there is a "ISO-8859-1" defined as charset.

I'm doing tests in a local server. Thre's no option to say it on line. Down is part of the html source

Thank you.

***************************************************
<!DOCTYPE html PUBLIC '-//W3C//DTD XHTML 1.0 Transitional//EN' 'http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd'>
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="es" lang="es">
<head>
<!-- Title and meta -->
<meta http-equiv="content-language" content="es" />
<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1" />
<title>XOOPS Site</title>

<meta name="author" content="The XOOPS Project" />
<meta name="generator" content="XOOPS" />

<link rel="shortcut icon" type="image/ico" href="http://localhost/favicon.ico" />
<link rel="stylesheet" type="text/css" media="all" title="Style sheet" href="http://localhost/xoops.css" />
<link rel="stylesheet" type="text/css" media="all" title="Style sheet" href="http://localhost/modules/system/class/gui/exm/css/style.css" />
<link rel="stylesheet" type="text/css" media="all" href="http://localhost/language/spanish/style.css" />
<script type="text/javascript" src="http://localhost/include/xoops.js"></script>
<script type="text/javascript"><!--//--><![CDATA[//><!--
startList = function() {
if (document.all&&document.getElementById) {



3
carlos1426
Re: AMS 2.51 Can't show spanish characters
  • 2009/9/12 11:59

  • carlos1426

  • Just popping in

  • Posts: 38

  • Since: 2004/5/18


Thank you.

All XOOPS tables are in utf8_spanish_ci collation. I tested some AMS tables and the string fields are in utf8_spanish_ci collation too.

I'd tried this, but it didn't worked. I changed this
define('_CHARSET','ISO-8859-1');
to this
define('_CHARSET','UTF-8');
in language/spanish/global.php

With this change, the home page looks fine, but when I select any option in Main Menu(linked to /modules/...), the spanish texts in the screen looks with extrange characters, but the AMS table store the spanis characters correctly.

If I revert the changes in global.php, all spanish texts in XOOPS looks fine, but AMS doesn't store spanish characters.

Do you know another item to look for?

Thank you again



4
carlos1426
AMS 2.51 Can't show spanish characters
  • 2009/9/11 18:10

  • carlos1426

  • Just popping in

  • Posts: 38

  • Since: 2004/5/18


Hi.

I'd installed XOOPS 2.3.3 in my local server for test purposes. I'd installed english version, and then upload spanish translation folder to the adecuate folders.

I'm using Uniform Server 5.0.41.
I'd configure Uniserver's MySql to use utf8.
The Uniserver's MySql informatio_schema DB is utf8_general_ci.
I'd configured Uniserver's MySql to use connection collation: utf8_spanish_ci.
I'd created XOOPS DB installation with utf8_spanish_ci collation.

The proble arise with AMS module when I try to input an Article Title with a spanish character like an accented letter. The content is saved only to the char previous to offending char

Ex.: "Gestión" is saved as "Gesti"

Can anyone help me?



5
carlos1426
Re: Mastop Publish WYSIWYG Stopped

Try to deactivate gzip cpmpresion in preferences.

I think it is due to an update php up to version 5 in your servers.



6
carlos1426
Re: Home link with Mastop page
  • 2007/3/29 23:10

  • carlos1426

  • Just popping in

  • Posts: 38

  • Since: 2004/5/18


Quote:

topet05 wrote:
Hi!
You need to define the "Module Home Page" as "Mastop Publish".
After check the access perms of the module.
Then check the access perms of the Home Mastop Publish's Content.
Check if you change the index.php like i say before...


I did it. I did set up permissions to all user in all modules, change index.php, but the problem persisted.

I have seen that the same issue happen with every module I set up as "Module Home Page": when I turn debugger off, XOOPS crash (blank page).

For this reason I think the problem is not in Mastop but is in xoops. I posted another message in XOOPS Usage forum to ask for help from other guys.

I'll maintain you informed in this thread if you want.

Regards.



7
carlos1426
Xoop works fine in debug mode but crash in NO debug mode
  • 2007/3/29 18:57

  • carlos1426

  • Just popping in

  • Posts: 38

  • Since: 2004/5/18


Hi.

I detected a very strange thing: when I turn on debug mode, XOOPS works fine. If I turn off debug mode, XOOPS crash (blank page).

This only happen when I set up some module as start page (I'd tested it with smartsection, mastop-publish, and formulize). If I set up start page to "nothing" all things works fine.

Can anyone help me?

Regards.

PD. Nothing of above happen in local



8
carlos1426
Re: Home link with Mastop page
  • 2007/3/29 18:09

  • carlos1426

  • Just popping in

  • Posts: 38

  • Since: 2004/5/18


Thank you topet05, but the problem isn't in permissions.

I detected that if I set up "Home page module" in preferences to "noting", the problem goes, but now I can't view the home page (the mastop one).

Do you now why?.

Regards.



9
carlos1426
Re: xoops site work perfectly with debug on, not so well with debug off?
  • 2007/3/29 17:35

  • carlos1426

  • Just popping in

  • Posts: 38

  • Since: 2004/5/18


Hi.

I have the same problem and it making me fool.

I'd detected that the issue is solved if you set the "starpage" to "nothing".

If you can't access to admin's page, you can change the DB: table ->xoops_config, look for the reg with "starpage" in field <conf_name> and change the field <conf_value> to "--" (without "").

I think that the problem is due to the module I used as star page, but I don't know why.

If I discover something more, I'll post here.

Regards.



10
carlos1426
Re: Home link with Mastop page
  • 2007/3/29 10:40

  • carlos1426

  • Just popping in

  • Posts: 38

  • Since: 2004/5/18


Thank you goodwrench1. It works...

But... Definitively there is something estrange.

I'd changed the $tac to the page ID I wanted as main page.

All works fine if I have turn the debugger on. If I turn the debug option off, I obtain a blank page (and as the debugger is off, I don't know what's happen).

Can anyone help me?.

Another question:
I'm using formulize module to have a players list. Is it possible to show a formulize's page from mastop?.

It can be viewed a formulize's form, from its url
http://muyite.com/modules/formulize/index.php?fid=2

I'd tried the last with iFrame, but I obtain whole page, including header, menus, etc.

Thank you in advance




TopTop
(1) 2 3 4 »



Login

Who's Online

221 user(s) are online (143 user(s) are browsing Support Forums)


Members: 0


Guests: 221


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: Apr 30
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Latest GitHub Commits