Code: Select all
General Error
SQL ERROR [ postgres ]
ERROR: null value in column "challenge_id" violates not-null constraint []
SQL
INSERT INTO phpbb_arcade_challenge (challenge_points, challenger_id, opponent_id, game_id, challenger_game_cost, opponent_game_cost, challenge_time) VALUES (0, 2, 55, 227, 0, 0, 1358351919)
BACKTRACE
FILE: (not given by php)
LINE: (not given by php)
CALL: arcade_msg_handler()
FILE: [ROOT]/includes/db/dbal.php
LINE: 757
CALL: trigger_error()
FILE: [ROOT]/includes/db/postgres.php
LINE: 211
CALL: dbal->sql_error()
FILE: [ROOT]/arcade/includes/class_challenge.php
LINE: 826
CALL: dbal_postgres->sql_query()
FILE: [ROOT]/arcade/includes/class_challenge.php
LINE: 1278
CALL: challenge->check()
FILE: [ROOT]/arcade.php
LINE: 134
CALL: challenge->random()
vipaka wrote:I've got a permission error for the new arcade even when I log into it as admin...says I don't have permission to view the arcade (I've set the permissions for the admin group to full access and even looked at the individual account, which had NO access and set it to full access).
Code: Select all
<!-- IF S_DISPLAY_BIRTHDAY_LIST and BIRTHDAY_LIST -->
Code: Select all
<p><!-- IF BIRTHDAY_LIST -->{L_CONGRATULATIONS}: <strong>{BIRTHDAY_LIST}</strong><!-- ELSE -->{L_NO_BIRTHDAYS}<!-- ENDIF --></p>
Code: Select all
<!-- IF S_ARCADE_PLUGIN_STAT -->
<!-- DEFINE $S_ARCADE_PLUGIN_POSITION = 'stat' -->
<!-- INCLUDE arcade/plugins.html -->
<!-- ENDIF -->
Code: Select all
[code]<p><!-- IF BIRTHDAY_LIST -->{L_CONGRATULATIONS}: <strong>{BIRTHDAY_LIST}</strong><!-- ELSE -->{L_NO_BIRTHDAYS}<!-- ENDIF --></p>
KillBill. wrote:vipaka wrote:I've got a permission error for the new arcade even when I log into it as admin...says I don't have permission to view the arcade (I've set the permissions for the admin group to full access and even looked at the individual account, which had NO access and set it to full access).
check acp/Permissions/ (Group permissions or Permission roles/User roles) / phpBB Arcade - Can use the arcade YES
Last play: December 31st, 2012, 12:09 pm
Game name: Pirates Keep
Played by: Jessica
Score: 28,884
I like the "before" better. How do I change it back to that?Jessica scored 28,884 playing Pirates Keep
December 31st, 2012, 12:09 pm
language/en/mods/arcade/arcade.phpJessica wrote:I really hate the new "last play"...
Current:Last play: December 31st, 2012, 12:09 pm
Game name: Pirates Keep
Played by: Jessica
Score: 28,884
Before:I like the "before" better. How do I change it back to that?Jessica scored 28,884 playing Pirates Keep
December 31st, 2012, 12:09 pm
Code: Select all
'ARCADE_LAST_PLAY_EXP' => 'Last play: %s<br />Game name: %s<br />Played by: %s<br />Score: %s',
Code: Select all
'ARCADE_LAST_PLAY_EXP' => '%3$s scored %4$s playing %2$s<br />%1$s',
Code: Select all
.arcade_cat {
display: inline-block;
padding: 0 5px 10px;
position: relative;
text-align: left;
vertical-align: top;
width: 300px;
}
Code: Select all
.arcade_cat {
display: inline-block;
padding: 0 3px 10px;
position: relative;
text-align: left;
vertical-align: top;
width: 300px;
}
Works like a charm! Thanks!!!Wuerzi wrote:arcade.css
Search:Change to:Code: Select all
.arcade_cat { display: inline-block; padding: 0 5px 10px; position: relative; text-align: left; vertical-align: top; width: 300px; }
Code: Select all
.arcade_cat { display: inline-block; padding: 0 3px 10px; position: relative; text-align: left; vertical-align: top; width: 300px; }
http://phpbbarcade.jatek-vilag.com/view ... 3508#p3508keith10456 wrote: @ KillBill - I think you should make this the default setting. Excellent job on the new version!