phpBB Type: Integramod 141
MODs: No
Your knowledge: Beginner
Board URL: [url]http://[/url]
PHP Version:
MySQL Version:
What was done before the problem appeared?
What was done to try to solve the problem?
De.scription and Message
I have been trying to alter the registration details required/displayed during registration.
After adding
- Code: Select all
define('CT_SECLEVEL', 'LOW');
after
- Code: Select all
define('IN_PHPBB', true);
in: admin_pcp_wizard.php
(to get rid of the CTracker error that kept coming up, I finally managed to stop certain fields from being required. However, despite deselecting 'Show Visibility', the fields are still there.
I decided to have a hunt around and ended up deleting "user_flag" from the 'fields definition' list.
No change. I suspect it was a mistake to delete that, so I tried to restore a backup from just before the messing around.
I got this message:
General Error
Error importing backup file
DEBUG MODE
SQL Error : 1064 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 'read int(1) NOT NULL, time int(10) NOT NULL )' at line 3
CREATE TABLE phpbb_force_read_users( user varchar(255) NOT NULL, read int(1) NOT NULL, time int(10) NOT NULL )
Line : 1389
File : admin_db_utilities.php
The board seems to still work, but I obviously still have the unwanted fields in registration.
My questions are:
Was deleting that "user_flag" field a terrible idea? Will it break my site? <img>
How can I get rid of some of the fields on the registration for (i.e. country flag etc.)?
BIG thanks in advance!
Ben