Code: Select all
validate_range($range_test_ary, $errors);
The only way for me to get rid of this and a multitude of other errors, was to delete my board except for:nesbocaj wrote:Same deal, only I get:
Fatal error: Call to undefined function validate_range() in /home/nesbocaj/public_html/NEST/phpBB3/includes/acp/acp_forums.php on line 914
Please start a new topic and fill out the Support Request Template Generator and post it in the new topic.jatintalwar wrote:Please help me
Can you explain that a little better please? I don't know if I understand what you're saying.jatintalwar wrote:AS for what i did .....the "view active topics " function has to be enabled in the category as well as respective forum headings ....then only the topics will be shown .
What is ur forum URL ?? I can better tell u after that...dpaanlka wrote:Can you explain that a little better please? I don't know if I understand what you're saying.jatintalwar wrote:AS for what i did .....the "view active topics " function has to be enabled in the category as well as respective forum headings ....then only the topics will be shown .
In other topics an SQL query to update all forums has been posted allready:dpaanlka wrote:EDIT #2: Oh, never mind. I didn't realize you have to turn it on for every single forum. I have like 100+ forums so... hooray!
Code: Select all
UPDATE phpbb_forums SET forum_flags = forum_flags | 16 WHERE forum_type < 2;