In-My-Opinion.org

»Fatal error: Cannot redeclare ech0() (previously declared in«







I was updateing the security I use on my PHPBB. I use a bunch of your tips and I use security from phpbb-tweaks.com.

I did their update and am getting the following error:

Fatal errorCannot redeclare ech0() (previously declared in /home/dasrebel/.panel/web/bulletin/bbcopy/a.php:16in /home/dasrebel/.panel/web/bulletin/bbcopy/a.php on line 16 



Any suggestions?


posted by Sippenhaft
  Rebellion is the only way to reform!

in-my-opinion.org -> Technology, Computers, Science, Internet -> Computers and Internet -> Fatal error: Cannot redeclare ech0() (previously declared in



They obviously use include() instead of include_once(). Simply change it.

posted by knn
  



He said he IS using INCLUDE_ONCE?
Quote:
That just means some other mod has the same function name, or that file was included more than one time, its why i always use

include_once(FILENAME)

now instead of

include(FILENAME)

I am confused Silly and stupid, that's how I feel

Suggestions?


posted by Sippenhaft
  



OK, wait a sec. I think I confused something. Bad for your health even in small amounts

Open "config.php" and change

include('a.php'); 

to

include_once('a.php'); 




posted by knn



Thumb Up That worked. Thanks! Very Happy

posted by Sippenhaft
  



tHANKS again...LOL

posted by Sippenhaft
  


Sippenhaft your avatar looks like a Renaissance painter with Down's Syndrome.

posted by MindSlavery Florida
  





Reply to topic






RegisterRegister
Log inLog in
The time now is 29 August 2008, 01:50
php B.B.