Back to Forums








View Full Version : Forum problems


N 1
November 14th, 2007, 19:57 PM
i don't know if this is the suitable forum or not, but i have a problem with a phpBB code.

When a new user tries to register to my forum it says

Could not insert data into groups table

DEBUG MODE

INSERT INTO phpbb_groups (group_name, group_description, group_single_user, group_moderator) VALUES ('', 'Personal User', 1, 0)

Line : 682
File : usercp_register.php

I don't know for how long this has been going on:confused:, but i'm definitly losing alot of members, please help me people

Reverend
November 14th, 2007, 21:43 PM
Have you tried uploading a fresh copy of usercp_register.php.

Have you upgraded phpBB recently?

N 1
November 15th, 2007, 15:46 PM
No, i didn't upgrade the phpBB yet, it was working for a year or so then suddenly it stopped receiving new members, i can give you the file if you know how to fix it, or if you want i can give you the forum address unless you consider it spamming

thanks

Reverend
November 15th, 2007, 21:18 PM
The error it is related to the phpbb_groups table in your MySQL database. You can run a table "check" and "repair" via phpMyAdmin (Cpanel) or you may also be able to run it via your phpBB admin control panel.

N 1
November 16th, 2007, 18:42 PM
i didn't find anything to check or repair in the administration panel, and i don't know how to install phpMyAdmin... sorry

Reverend
November 16th, 2007, 19:47 PM
The guys over at the phpBB forums (http://www.phpbb.com/community/index.php) may be able to help.

N 1
November 17th, 2007, 14:19 PM
thanks reverend :)