Jump to content

Very New


jsarber

Recommended Posts

Alright, I don't know all the right terms for this but I'll try and explain my problem the best I can. 

 

Okay, I've got phpBB forums on my website.  I was trying to do some modifications to it which required I do this:

 

#-----[ SQL ]------------------------------------------

#

INSERT INTO phpbb_config (config_name, config_value) VALUES ('bibletype', 'NIV');

 

I feel confident I messed this up.  When I go into the database and "browse" the phpbb_config file, I see this:

 

1 'bibletype', 'NIV'

1 ('bibletype', 'NIV');

 

Okay, I knew there was a problem because a line of code in the forums on the "page includes/usercp_register.php"

is:

 

'BIBLETYPE_SELECT' => bibletype_select($user_bibletype, 'bibletype'),

 

Which when you go to that page it now brings up an error which says:

 

Fatal error: Call to undefined function: bibletype_select() in /home/content/d/d/j/ddjsarber/html/phpBB2/includes/usercp_register.php on line 1076

 

Line 1076 is where the code above is located.  So what is wrong in all of this?  Can anyone help me?

Link to comment
https://forums.phpfreaks.com/topic/38552-very-new/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.