FRIHOSTFORUMSFAQTOSBLOGSDIRECTORY
You are invited to Log in or Register a Frihost Account!

error with cash mod

 


lex
is encounter this error after installing the cash hack in phpbb

Quote:
Parse error: parse error, unexpected ',' in /home/lex/public_html/Forum/posting.php on line 195


this only happens when posting a new topic/reply


how to resolve this error? many thanks in advance
n0obie4life
lex wrote:
is encounter this error after installing the cash hack in phpbb

Quote:
Parse error: parse error, unexpected ',' in /home/lex/public_html/Forum/posting.php on line 195


this only happens when posting a new topic/reply


how to resolve this error? many thanks in advance


give me line 190 to 200 here. most prolly an extra comma. i'll help you solve it.
lex
line 190 -200

Quote:
if ( empty( $topic_id) )
{
message_die(GENERAL_MESSAGE, $lang['No_topic_id']);
}

, t.topic_poster $sql = "SELECT f.*, t.topic_status, t.topic_title
FROM " . FORUMS_TABLE . " f, " . TOPICS_TABLE . " t
WHERE t.topic_id = $topic_id
AND f.forum_id = t.forum_id";
break;

Maka
For errors such as this your best off posting in the phpbb official forum for support, they know there thing there. As for your error i'm not sure sorry.
Bondings
There should be something like "$mysql_query='Select " in front of it. You probably only pasted a part of what you should have pasted. Very Happy
n0obie4life
Bondings wrote:
There should be something like "$mysql_query='Select " in front of it. You probably only pasted a part of what you should have pasted. Very Happy


yeah. and notice the header, its "IN-LInE BEfORE ADD"
Reply to topic    Frihost Forum Index -> Support and Web Hosting -> Web Hosting Support

FRIHOST HOME | FAQ | TOS | ABOUT US | CONTACT US | SITE MAP
© 2005-2007 Frihost, forums powered by phpBB.