Jump to content

Recommended Posts

  • Administrators
Posted

You're calling that function somewhere else in your code or you have two functions with the same name which you cannot do.

Are you loading your config file twice or do you have that same function on the page or in another included file?  

Since it says you're re-declaring it in the config.php it's already being loaded prior to that file, what's above the config.php file in your page?

Posted
5 hours ago, Nathan said:

You're calling that function somewhere else in your code or you have two functions with the same name which you cannot do.

Are you loading your config file twice or do you have that same function on the page or in another included file?  

Since it says you're re-declaring it in the config.php it's already being loaded prior to that file, what's above the config.php file in your page?

My friend still can't see the error. I said that he should answer your questions so that he may be able to figure out what is wrong with his program. Thank you always for having the time to answer to my questions! Good times!

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.   Paste as plain text instead

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