AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Store (https://forums.alliedmods.net/forumdisplay.php?f=157)
-   -   Issue Encoding error (https://forums.alliedmods.net/showthread.php?t=211585)

rocknroll 03-24-2013 05:59

Encoding error
 
2 Attachment(s)
Sup guys. I've got a problem with Database here.
When is start my server everything is OK [1st picture], but when I change map everything screws up [2nd picture].
Any ideas? I've got: change my web-hosting, but i'm not completely sure...
If someone helps me out of this, I will share some tutorials on shop C:

First and second maps log:
Quote:

/*
FIRST MAP
*/
L 03/24/2013 - 13:52:05: SourceMod error session started
L 03/24/2013 - 13:52:05: Info (map "ba_jail_laser_v4") (file "errors_20130324.log")
L 03/24/2013 - 13:52:05: [SM] Warning encountered parsing languages.cfg file.
L 03/24/2013 - 13:52:05: [SM] Invalid language code "pt_p" is being ignored.
L 03/24/2013 - 13:52:06: [SM] Warning(s) encountered in translation file "store.phrases.txt"
L 03/24/2013 - 13:52:06: [SM] Ignoring translation to invalid language "#format" on line 103.
L 03/24/2013 - 13:52:06: [SM] Fatal error encountered parsing translation file "spraytracenomenu.phrases.txt"
L 03/24/2013 - 13:52:06: [SM] Error (line 0, column 0): Stream failed to open
L 03/24/2013 - 13:53:38: [SM] Plugin encountered error 4: Invalid parameter or parameter type
L 03/24/2013 - 13:53:38: [SM] Native "PrintHintText" reported: Language phrase "Sprayed Name" not found
L 03/24/2013 - 13:53:38: [SM] Displaying call stack trace for plugin "spraytracenomenu.smx":
L 03/24/2013 - 13:53:38: [SM] [0] Line 219, /home/groups/alliedmodders/forums/files/3/9/5/3/8/86333.attach::CheckAllTraces()
L 03/24/2013 - 13:53:40: Error log file session closed.

/*
SECOND MAP
*/
L 03/24/2013 - 13:53:40: SourceMod error session started
L 03/24/2013 - 13:53:40: Info (map "ba_jail_alpha") (file "errors_20130324.log")
L 03/24/2013 - 13:53:40: [SM] Warning encountered parsing languages.cfg file.
L 03/24/2013 - 13:53:40: [SM] Invalid language code "pt_p" is being ignored.
L 03/24/2013 - 13:53:40: [SM] Warning(s) encountered in translation file "store.phrases.txt"
L 03/24/2013 - 13:53:40: [SM] Ignoring translation to invalid language "#format" on line 103.
L 03/24/2013 - 13:53:40: [SM] Fatal error encountered parsing translation file "spraytracenomenu.phrases.txt"
L 03/24/2013 - 13:53:40: [SM] Error (line 0, column 0): Stream failed to open
L 03/24/2013 - 14:10:30: [SM] Native "GetClientTeam" reported: Client 2 is not in game
L 03/24/2013 - 14:10:30: [SM] Displaying call stack trace for plugin "weapons_parser.smx":
L 03/24/2013 - 14:10:30: [SM] [0] Line 43, weapons_parser.sp::OnWeaponUse()
Invalid translation block:
Quote:

"Received Credits"
{
"#format" "{1:d},{2:s}"
"en" "You have just received {1} {2}!"
"ru" "Вы получили {1} {2}!"
}

rocknroll 03-25-2013 13:04

Re: Encoding error
 
So, there is no way you can help me? Even the Developer? Great support... =\

Arrow768 03-25-2013 13:18

Re: Encoding error
 
Quote:

Originally Posted by rocknroll (Post 1919828)
So, there is no way you can help me? Even the Developer? Great support... =\

So you expect to get support within 24 hours ?
If I am not completely wrong we do not offer a SLA of a Support Subscription, so we are doing this for free in our freetime !
As an example, if you want to have a guaranteed response from "The Bug Genie"-Support (Its a online Bugtracker) you have to pay 1400€.
If I would be in your position, I would not start flaming about the support in this forum, I would be happy that I have got a great plugin for free (Before alongub decided to make this plugin you had to pay alot to get a store plugin) and wait until someone replies to my thread.

rocknroll 03-25-2013 14:24

Re: Encoding error
 
Quote:

Originally Posted by Arrow768 (Post 1919838)
So you expect to get support within 24 hours ?
If I am not completely wrong we do not offer a SLA of a Support Subscription, so we are doing this for free in our freetime !
As an example, if you want to have a guaranteed response from "The Bug Genie"-Support (Its a online Bugtracker) you have to pay 1400€.
If I would be in your position, I would not start flaming about the support in this forum, I would be happy that I have got a great plugin for free (Before alongub decided to make this plugin you had to pay alot to get a store plugin) and wait until someone replies to my thread.

Let's stop flaming about support. I saw that over 50 people looked into this thread during these 24 hours. Also, the Developer was online, so I decided that there's no way to help me.
I'm happy, if I'm wrong.

rocknroll 03-29-2013 14:13

Re: Encoding error
 
Cmon pls guys, this is still unresolved. Giving 15$ for working solution! Thx!

Franc1sco 03-29-2013 14:20

Re: Encoding error
 
Upload the lastest version of store from -> https://github.com/alongubkin/store

Check the addons/sourcemod/configs/language.cfg file for this erors "[SM] Invalid language code "pt_p" is being ignored."


In your database, set charset to utf8. -> https://github.com/alongubkin/store/...e41ea5f9d2b8ac

rocknroll 03-30-2013 15:27

Re: Encoding error
 
Done that you've recommended. Now when I press "Shop" button, menu just disappears and nothing happens. By the way, Inventory and Refund are not working too, but "Gift" works perfect.
Any ideas?

Arrow768 03-30-2013 16:42

Re: Encoding error
 
Reading the main post helps
Quote:

Originally Posted by alongub (Post 1883525)
[...]
Requirements:[...]


rocknroll 03-31-2013 02:27

Re: Encoding error
 
Quote:

Originally Posted by Arrow768 (Post 1923383)
Reading the main post helps

I've got everything of that.
Installed backup, because it at least worked.

rocknroll 03-31-2013 02:58

Re: Encoding error
 
Successfully installed latest version (from github), but it gives me the same error.
DB is encoded in UTF-8 (utf8_general_ci). Tried cp1251_general_ci, not working too.

PS. There are absolutely no errors accroding this plugin in error logs. Store logging level is 5, but it doesn't log anything but:
Quote:

2013-03-31 00:06:32 [store/store-logging.smx] INFO | Logging started
2013-03-31 10:39:34 [store/store-logging.smx] INFO | Logging stopped


All times are GMT -4. The time now is 00:22.

Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.