
what's new:
samurai and ninja game types added,
price for helper usage and for play level are available from ACP,
bugs fixed
German language is added(danke für Fred)
Moderator: el_teniente
by el_teniente on Sun Jul 08, 2007 10:45 am
by sile on Tue Jul 10, 2007 8:30 pm
by el_teniente on Tue Jul 10, 2007 8:38 pm
by nuvolona on Sat Jul 14, 2007 9:00 am
Error in retrieving Sudoku userdata
DEBUG MODE
SQL Error : 1146 Table 'forum.phpbb_sudoku_stats' doesn't exist
SELECT * FROM phpbb_sudoku_stats WHERE user_id= 3
Line : 95
File : sudoku.php
INSERT INTO `phpbb_config` (`config_name` , `config_value` ) VALUES ( 'points_name', 'Points' )
+++ Error: Duplicate entry 'points_name' for key 1
ALTER TABLE `phpbb_users` ADD user_points INT(8) NOT NULL DEFAULT '0'
+++ Error: Duplicate column name 'user_points'
+++ Error: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'highscores_played` mediumint(6) NOT NULL default '0', PRIMARY KEY (`user_id`) ' at line 32
by nuvolona on Sat Jul 14, 2007 9:16 am
`current_samurai_average` mediumint(4) NOT NULL DEFAULT '0',
`current_ninja_average` mediumint(4) NOT NULL DEFAULT '0'
`highscores_played` mediumint(6) NOT NULL default '0',
PRIMARY KEY (`user_id`)
)";
by el_teniente on Sat Jul 14, 2007 11:14 am
nuvolona wrote:
During SQL install I got the following errors:
- Code: Select all
INSERT INTO `phpbb_config` (`config_name` , `config_value` ) VALUES ( 'points_name', 'Points' )
+++ Error: Duplicate entry 'points_name' for key 1
- Code: Select all
ALTER TABLE `phpbb_users` ADD user_points INT(8) NOT NULL DEFAULT '0'
+++ Error: Duplicate column name 'user_points'
Maybe the 2 errors above are just because I have cash mod installed and I already use Points as currency name....
by el_teniente on Sat Jul 14, 2007 11:28 am
nuvolona wrote:Never mind... I found the error! You missed a "," at the end of `current_ninja_average` line in your db_update file...
- Code: Select all
`current_samurai_average` mediumint(4) NOT NULL DEFAULT '0',
`current_ninja_average` mediumint(4) NOT NULL DEFAULT '0'
`highscores_played` mediumint(6) NOT NULL default '0',
PRIMARY KEY (`user_id`)
)";
if you can, update also the package at phpbbstyles so that other people will not have the same issue.
by el_teniente on Sat Jul 14, 2007 11:59 am
by nuvolona on Sun Jul 15, 2007 6:07 pm
el_teniente wrote:and sorry, I'm just a Barefaced Developer
what about Italian Language Pack for v.2.1.6, compagno nuvolona?
by el_teniente on Sun Jul 15, 2007 6:32 pm
nuvolona wrote:... When do you think you will be ready to release 2.1.7? In a couple of months?
Users browsing this forum: No registered users and 0 guests