https://www.icyphoenix.com/viewtopic.php?f=1&t=8332&p=55668#p55668
-----------------------------------
zsolti10
Wed 09 May, 2012 14:06

Re: Icy Phoenix 2.0 Beta 2
-----------------------------------
I found some things that should be checked before releasing the final version:

[list=1][*]First, when I try to open the Cash Currencies in cash mod, it writes:
[code linenumbers=false]Parse error: syntax error, unexpected T_EMPTY in /home/u410633394/public_html/adm/cash_currencies.php on line 39[/code]

I found a solution but i'm not a programmer, so i'm not sure if its okay, but it worked me.
Open [b]adm/cash_currecies.php[/b] and find (line 39):
[code linenumbers=false]if (1empty($submit)))[/code]
Replace with
[code linenumbers=false]if (empty($submit))[/code]

[*]Another thing with cash mod, is that I set "[i]Show earnings in Post Profile[/i]" to yes, but i can't see my earnings in the posting profile. Memberlist and userprofile show it.

[*]And 1 small problem with the download database (pafiledb) is that i can't write some special characters, which are often used in hungarian words, e.g á é í ó ö ő ú ü ű. When I write one of these in a category or download's name, it simply writes ? marks instead of the characters.[/list]


