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
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • 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.