I installed nextgen and get this error "Fatal error: Cannot redeclare replace_for_mod_rewrite() (previously declared in /home/gonewand/public_html/header.php:44) in /home/gonewand/public_html/header.php on line 78"
i ran the mod rewrite test and it says Im good to go.
any ideas?
kewlbrew Nuke Soldier
Joined: Sep 03, 2004
Posts: 22
Posted:
Thu Oct 14, 2004 9:02 am
anyone? I cant get a reply on the gt board either
Evaders99 Site Admin
Joined: Aug 17, 2003
Posts: 12350
Posted:
Thu Oct 14, 2004 2:12 pm
Well, pretty much what the error translates into:
You have two functions called replace_for_mod_rewrite(), one in line 44 and another on line 78 of header.php. I don't know why this is... probably haven't installed Nextgen correctly.
ok, im getting the same type of error: but my error is a bit different
everything is working fine except my news module :
Code:
Fatal error: Cannot redeclare replace_for_mod_rewrite() (previously declared in /home/content/a/s/t/asta007/html/header.php:33) in /home/content/a/s/t/asta007/html/header.php on line 33
when i delet that function i get this:
Code:
Fatal error: Cannot redeclare head() (previously declared in /home/content/a/s/t/asta007/html/header.php:45) in /home/content/a/s/t/asta007/html/header.php on line 44
but i didn't call those function twice in my header. What can cause that error?
Looks like there's a file included twice, it may be header.php or another file that calls header.php
It's really hard to tell without looking at your actual setup
since all my modules were working except the news module, i just replace the news module with my backup and everything is working fine now. Thanks for your help Evaders99
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum