FUDforum
Fast Uncompromising Discussions. FUDforum will get your users talking.

Home » Imported messages » comp.lang.php » fatal error: cannot redeclare
Show: Today's Messages :: Polls :: Message Navigator
Return to the default flat view Create a new topic Submit Reply
Re: fatal error: cannot redeclare [message #171921 is a reply to message #171918] Fri, 21 January 2011 14:50 Go to previous messageGo to previous message
Jerry Stuckle is currently offline  Jerry Stuckle
Messages: 2598
Registered: September 2010
Karma:
Senior Member
On 1/21/2011 8:38 AM, Jivanmukta wrote:
>> Either you've got another definition of openDatabase() somewhere and
>> don't realize it,
>
> robert@pecet:~/public_html$ find . -exec grep -H -n 'function
> openDatabase' {} \;
> ./include/database.inc.php:25:function openDatabase() {
>
>> or you are including (or requiring) database.inc.php
>> in one of your include files, probably without _once.
>
> No, I don't.

The problem is somewhere in your code. The interpreter doesn't just put
out this message for no reason.

Most often this is caused by an include you forgot about. Other options
are files automatically included in the php.ini file, i.e. by the
auto_prepend_file directive, an include path which is not what you
expect, thereby including a different file than you expect, etc.


--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex(at)attglobal(dot)net
==================
[Message index]
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: getting file from <option>
Next Topic: ElephantMark - a new simple tool for PHP documentation
Goto Forum:
  

-=] Back to Top [=-
[ Syndicate this forum (XML) ] [ RSS ]

Current Time: Sun Nov 24 21:25:28 GMT 2024

Total time taken to generate the page: 0.04415 seconds