No account yet?
 

Subscriptions

ImageWhen you sign up as a premium subscriber, you get more than access to a host of fantastic features. You become a member of a flourishing community that continuously improves the very projects that run your website. Why not sign up today?

Subscriber Benefits

  • Subscriber only addons and plugins!
  • Latest beta code and SVN builds!
  • Access new versions before anyone else!
  • Premium Priority Support!
  • User Manuals for our components!
Read On!
Pragmatic Utopia
Welcome, Guest
Please or Register.    Lost Password?
Preferred PUArcade Web Host:
Re:hmm  ides in puA (1 viewing) (1) Guest
Go to bottom Post Reply Favoured: 0
TOPIC: Re:hmm  ides in puA
#9812
RokuDaMerlin (User)
Newb Sauce
Posts: 7
graphgraph
User Offline Click here to see the profile of this user
hmm  ides in puA 1 Month, 2 Weeks ago Karma: 0  
hello

i have a little problem .
i see on all sides + modul this (  )

you can see the component here (look in the top left side) http://www.mightycolors.com/index.php?option=com_puarcade&Itemid=240

and the modul on the right side in the home side have the self symbol http://www.mightycolors.com/

pls help me

i have look in all php.s i have not found the problem

greez
 
Report to moderator   Logged Logged  
  The administrator has disabled public write access.


#9814
ckayfish (User)
Newb Sauce
Posts: 13
graphgraph
User Offline Click here to see the profile of this user
Re:hmm  ides in puA 1 Month, 2 Weeks ago Karma: 2  
This is the Byte Order Mark (BOM)os UTF-8.

The issue is likely in your language file which you saves with UTF format, but are defining a different character set within the file. The solution will probably be to open your language file and change

Code:

DEFINE('_ISO','charset=iso-8859-1');
to
Code:

DEFINE('_ISO','charset=UTF-8');
 
Report to moderator   Logged Logged  
  The administrator has disabled public write access.
#9816
RokuDaMerlin (User)
Newb Sauce
Posts: 7
graphgraph
User Offline Click here to see the profile of this user
Re:hmm  ides in puA 1 Month, 2 Weeks ago Karma: 0  
thx .. in what for a file ? .. i have test in german ( is my language ) the test was not good all other text is in PUA_SEE_ALL_GAMES_IN_FOLDER ..
 
Report to moderator   Logged Logged  
  The administrator has disabled public write access.
#9820
ckayfish (User)
Newb Sauce
Posts: 13
graphgraph
User Offline Click here to see the profile of this user
Re:hmm  ides in puA 1 Month, 2 Weeks ago Karma: 2  
When you edited \components\com_puarcade\lang\german.php you may have inadvertantly saved it as UTF-8. If you dont need any special UTF-8 characters, maybe the best thing would be to resave the file using ANSI encoding. In MS Notepad, for example, when you SAVE AS, at the bottom is the encoding type. Otherwise, you can add the following line to this file.

Code:

DEFINE('_ISO','charset=UTF-8');
9 times out of 10 it is a language file, but it could be any other file you edited. I know whatever file it is it is saved with UTF-8 encoding, but META information for the file is telling it that it is something else. From: http://en.wikipedia.org/wiki/Byte_Order_Mark
QUOTE:
The UTF-8 representation of the BOM is the byte sequence EF BB BF, which appears as the ISO-8859-1 characters  in most text editors and web browsers not prepared to handle UTF-8.
 
Report to moderator   Logged Logged  
  The administrator has disabled public write access.
#9822
RokuDaMerlin (User)
Newb Sauce
Posts: 7
graphgraph
User Offline Click here to see the profile of this user
Re:hmm  ides in puA 1 Month, 2 Weeks ago Karma: 0  
the DEFINE('_ISO','charset=iso-8859-1'; stanmd not in the german.php .. when i give the other code in the german file .. give all other language in arcade to _test_test .. you know ?
 
Report to moderator   Logged Logged  
  The administrator has disabled public write access.
#9823
ckayfish (User)
Newb Sauce
Posts: 13
graphgraph
User Offline Click here to see the profile of this user
Re:hmm  ides in puA 1 Month, 2 Weeks ago Karma: 2  
That is why I recommended re-saving the german langauge file with ANSI encoding may be the easiest. If you're not sure how, check your PM for my email address and email me your file. I will save it as ANSI and mail back.
 
Report to moderator   Logged Logged  
  The administrator has disabled public write access.
#9824
RokuDaMerlin (User)
Newb Sauce
Posts: 7
graphgraph
User Offline Click here to see the profile of this user
Re:hmm  ides in puA 1 Month, 2 Weeks ago Karma: 0  
i have save in ansi my problem is joomla make problemes when i add this code ;/
 
Report to moderator   Logged Logged  
  The administrator has disabled public write access.
Go to top Post Reply
Powered by FireBoardget the latest posts directly to your desktop

My Amazon.com Wish List