joedagreatone wrote: Can anyone please post all the fixes for 2.0.6 please. I tried to undo 2.0.6 but failed due to instructions such as
----[REPLACE ALL BETWEEN]---
Blah blah
---[AND]---
blah
So i obviously cant go back on that. So please someone post the fixes as i really love the RPG mod.
Code: Select all
if( $board_config['points_post'] )
{
$points = abs( ( $mode == 'newtopic' ) ? $board_config['points_topic'] : $board_config['points_reply'] );
if( $userdata['session_logged_in'] )
{
$sql = "UPDATE " . USERS_TABLE . "
SET user_points = user_points + $points
WHERE user_id = $userdata[user_id]";
if( !$db->sql_query($sql) )
{
message_die(GENERAL_ERROR, 'Could not update user points', '', __LINE__, __FILE__, $sql);
}
}
}
Code: Select all
GENERAL_ERROR, 'Could not update user points
Suede wrote:garofwar wrote:I download the AUCTION mod..
did a test run so when i bid i get this on the top off the pageCode: Select all
Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in /home/rpgwo/public_html/db/mysql4.php on line 214 Warning: Cannot modify header information - headers already sent by (output started at /home/rpgwo/public_html/db/mysql4.php:214) in /home/rpgwo/public_html/includes/page_header.php on line 485 Warning: Cannot modify header information - headers already sent by (output started at /home/rpgwo/public_html/db/mysql4.php:214) in /home/rpgwo/public_html/includes/page_header.php on line 487 Warning: Cannot modify header information - headers already sent by (output started at /home/rpgwo/public_html/db/mysql4.php:214) in /home/rpgwo/public_html/includes/page_header.php on line 488
Im getting this too - can anyone help? Im using phpbb 2.0.3... my php is PHP Version 4.3.0 - I even swapped out mysql.php with the 2.0.4 one but that didnt help hehe ;-p
I want this mod bad, lol - so if you can, gimme a hand if you have any ideas. Thanks!