Moderator: Integra Moderator
"HelterSkelter";p="20801" wrote:make a backup of your db and run the updates on it so the tables all match. You should then be able to replace tables from your new 141 db with existing tables such as posts, post_text users etc
Error updating user data
DEBUG MODE
UPDATE phpbb_users SET user_points = user_points + 1 WHERE user_id = 83
Line : 1283
File : functions_cash.php
ALTER TABLE `phpbb_users` CHANGE `user_points` `user_points` DECIMAL( 11, 0 ) NOT NULL DEFAULT '0'; Ā
SQL query:
ALTER TABLE `phpbb_users` CHANGE `user_points` `user_points` DECIMAL( 11, 0 ) NOT NULL DEFAULT '0'
MySQL said:
#1054 - Unknown column 'user_points' in 'phpbb_users'
ALTER TABLE `phpbb_users` ADD `user_points` DECIMAL( 11, 0 ) NOT NULL DEFAULT '0';
Registered users: App360MonitorBot, Bing [Bot], Google [Bot]