Oh no! Where's the JavaScript?
Your Web browser does not have JavaScript enabled or does not support JavaScript. Please enable JavaScript on your Web browser to properly view this Web site, or upgrade to a Web browser that does support JavaScript.
Not a member yet? Click here to register.
Forgot Password?

Fatal error message in Shoutbox Settings!

Asked Modified Viewed 3,817 times
J
Jompsa
J
Jompsa 10
Visit my homepage - http://jomppaspace.net
  • Member, joined since
  • Contributed 96 posts on the community forums.
  • Started 18 threads in the forums
  • Started this discussions
asked
Member

Hello!

Have problem with my shoutbox in "admin panel - Infusions - Shoutbox Admin - Shoutbox Settings".
I get this error when i click to "Shoutbox Settings"!

[syntaxhighlighter brush=php,first-line=1,highlight=0,collapse=false,html-script=false]Fatal error: Cannot redeclare filename_exists() (previously declared in /home/myusername/public_html/includes/infusions_include.php:22) in /home/myusername/public_html/includes/infusions_include.php on line 31[/syntaxhighlighter]

So someone smarter than me cannot help please!

[bcolor=#66ff00]Thank you![/bcolor]
0 replies

9 posts

J
Jompsa
J
Jompsa 10
Visit my homepage - http://jomppaspace.net
  • Member, joined since
  • Contributed 96 posts on the community forums.
  • Started 18 threads in the forums
  • Started this discussions
answered
Member

Quote

Ankur wrote:

Quote

Jompsa wrote:

lotoff infusions


It could be possible that any of the infusion might be having this Line :
include INCLUDES."infusions_include.php";


So you need to check if any infusion is having this Line. If any, then you need to change it to include_once as matr1x said...


I search almost all infusions files and search
include INCLUDES."infusions_include.php";
and when i was searching in shoutbox_panel/shoutbox_admin.php file in line 123 has this code include INCLUDES."infusions_include.php"; and i change that to include_once INCLUDES."infusions_include.php"; and its works :D. But hope it not cause any others problem!
0 replies
A
Ankur
A
Ankur 10
Hi! Its me, Ankur Thakur! smile
  • Veteran Member, joined since
  • Contributed 1,277 posts on the community forums.
  • Started 60 threads in the forums
answered
Veteran Member

Quote

Jompsa wrote:

lotoff infusions


It could be possible that any of the infusion might be having this Line :
include INCLUDES."infusions_include.php";


So you need to check if any infusion is having this Line. If any, then you need to change it to include_once as matr1x said...
0 replies
P
PolarFox
P
  • Veteran Member, joined since
  • Contributed 1,633 posts on the community forums.
  • Started 29 threads in the forums
answered
Veteran Member

code of this file?
0 replies
J
Jompsa
J
Jompsa 10
Visit my homepage - http://jomppaspace.net
  • Member, joined since
  • Contributed 96 posts on the community forums.
  • Started 18 threads in the forums
  • Started this discussions
answered
Member

lotoff infusions
0 replies
A
Ankur
A
Ankur 10
Hi! Its me, Ankur Thakur! smile
  • Veteran Member, joined since
  • Contributed 1,277 posts on the community forums.
  • Started 60 threads in the forums
answered
Veteran Member

It looks like you are using any infusion which uses this file, as matrix said.

Which infusions are installed on your site ?
0 replies
J
Jompsa
J
Jompsa 10
Visit my homepage - http://jomppaspace.net
  • Member, joined since
  • Contributed 96 posts on the community forums.
  • Started 18 threads in the forums
  • Started this discussions
answered
Member

Quote

matr1x wrote:

Sorry this solution was for non standard shoutbox. It seems there is some infusions conflict.


Okey, but what tahts means, how can solve that?
0 replies
M
matr1x
M
matr1x 10
  • Junior Member, joined since
  • Contributed 12 posts on the community forums.
  • Started 5 threads in the forums
answered
Junior Member

Sorry this solution was for non standard shoutbox. It seems there is some infusions conflict.
0 replies
J
Jompsa
J
Jompsa 10
Visit my homepage - http://jomppaspace.net
  • Member, joined since
  • Contributed 96 posts on the community forums.
  • Started 18 threads in the forums
  • Started this discussions
answered
Member

Quote

matr1x wrote:

Try changing in shoutbox_admin.php

include INCLUDES."infusions_include.php";


to

include_once INCLUDES."infusions_include.php";


Sorry but there no sutch code like
include INCLUDES."infusions_include.php";
0 replies
M
matr1x
M
matr1x 10
  • Junior Member, joined since
  • Contributed 12 posts on the community forums.
  • Started 5 threads in the forums
answered
Junior Member

Try changing in shoutbox_admin.php

include INCLUDES."infusions_include.php";


to

include_once INCLUDES."infusions_include.php";
0 replies

Labels

None yet

Statistics

  • Views 0 views
  • Posts 9 posts
  • Votes 0 votes
  • Topic users 4 members

4 participants

P
P
  • Veteran Member, joined since
  • Contributed 1,633 posts on the community forums.
  • Started 29 threads in the forums
M
M
matr1x 10
  • Junior Member, joined since
  • Contributed 12 posts on the community forums.
  • Started 5 threads in the forums
A
A
Ankur 10
Hi! Its me, Ankur Thakur! smile
  • Veteran Member, joined since
  • Contributed 1,277 posts on the community forums.
  • Started 60 threads in the forums
J
J
Jompsa 10
Visit my homepage - http://jomppaspace.net
  • Member, joined since
  • Contributed 96 posts on the community forums.
  • Started 18 threads in the forums
  • Started this discussions

Notifications

Track thread

You are not receiving notifications from this thread.

Related Questions

Not yet