| Author |
Message |
technocrat Involved


Joined: Jul 07, 2005 Posts: 492
|
Posted:
Tue Jul 26, 2005 1:13 pm |
|
All the printing options in Sentinel admin that I try gives me an error like:
| Code: | | Fatal error: Cannot redeclare opentable() (previously declared in /themes/xxxx/theme.php:11) in /themes/xxxx/theme.php on line 10 |
It happens on both nuke patched 3.0b and 3.1 site.
I have found that if I open all admin/modules/nukesentinel/ABPrint*.php files
Find
| Code: | | include("themes/$theme_Sel/theme.php"); |
Replace with:
| Code: | | include_once("themes/$theme_Sel/theme.php"); |
It goes away.
Just figured I would pass this along. |
|
|
|
 |
Raven Site Admin/Owner

Joined: Aug 27, 2002 Posts: 15235 Location: Kansas
|
Posted:
Tue Jul 26, 2005 1:19 pm |
|
Thanks! We should have caught that one  |
|
|
|
 |
technocrat Involved


Joined: Jul 07, 2005 Posts: 492
|
Posted:
Tue Jul 26, 2005 1:21 pm |
|
|
|
 |
persona_non_grata

Joined: Posts: 0
|
Posted:
Tue Jul 26, 2005 5:00 pm |
|
ah thanks,that looks interesting.
gonna check that out...  |
|
|
|
 |
persona_non_grata

Joined: Posts: 0
|
Posted:
Tue Jul 26, 2005 5:17 pm |
|
well unfortunately it didnt worked for me,did all the print files but error stays. |
|
|
|
 |
technocrat Involved


Joined: Jul 07, 2005 Posts: 492
|
Posted:
Tue Jul 26, 2005 5:21 pm |
|
Hmm odd thats all I didnt and it worked perfect for me |
|
|
|
 |
persona_non_grata

Joined: Posts: 0
|
Posted:
Tue Jul 26, 2005 5:24 pm |
|
well i just think it worked for your situation,but probably cannot be seen as a solution to this error in general...
you this s.....s indeed.
it does trashes nsn news completely.
but it has to do with the patched 3.0 somehow..
before i didnt had any problems,also with the same sentinel version...
but i went to 3.0 and bang..bye bye nsn news... |
|
|
|
 |
|
|
|
|