Spoiler: [ Show ]
Spoiler: [ Hide ]
Informpro wrote: [View Post]Hum.
I've an idea for the activity mod
In the install file ; you say :
----[ OPEN ]-----------------------
-----------------------------------
includes/functions_dbmtnc.php
-----------------------------------
----[ FIND ]-----------------------
-----------------------------------
'jr_admin_users',
-----------------------------------
----[ ADD, BEFORE ]----------------
-----------------------------------
'ina_ban',
'ina_categories',
'ina_challenge_tracker',
'ina_challenge_users',
'ina_chat',
'ina_cheat_fix',
'ina_data',
'ina_favorites',
'ina_gamble',
'ina_gamble_in_progress',
'ina_games',
'ina_hall_of_fame',
'ina_last_game_played',
'ina_rating_votes',
'ina_scores',
'ina_sessions',
'ina_top_scores',
'ina_trophy_comments',
I've think you can do this :
[b]Replace :[/b]
'jr_admin_users',
[b]With :[/b]
'jr_admin_users',
);
if(defined('ACTIVITY_MOD'))
{
$tables += array(
'ina_ban',
'ina_categories',
'ina_challenge_tracker',
'ina_challenge_users',
'ina_chat',
'ina_cheat_fix',
'ina_data',
'ina_favorites',
'ina_gamble',
'ina_gamble_in_progress',
'ina_games',
'ina_hall_of_fame',
'ina_last_game_played',
'ina_rating_votes',
'ina_scores',
'ina_sessions',
'ina_top_scores',
'ina_trophy_comments',
);
}
$tables += array(
So you didn't do this, right? I was just saying changing the install instructions on the fly could have caused your problem. I guess now it's obvious you ran into an error not from the install.txt.
:)