Jump to content

Error gives no line?


Monkuar

Recommended Posts

Fatal error: Cannot redeclare parse_message() (previously declared in C:\wamp\www\include\parser.php:5) in C:\wamp\www\include\parser.php on line 155

 

 

line 155:

 



}


 

all it is is a }

 

How in the world?

 

this just happended

25429965.jpg

 

 

 

79485284.jpg

 

 

line 5 is

 

function parse_message($text)

Link to comment
Share on other sites

That line with the } is the point where the re-definition is detected at.

 

Your problem is you are redeclaring the function, either because the definition is inside of a loop or you are including the file, where the definition is at, multiple times.

 

Im not using parse_message function anywhere in my s.php (Where error is being called) ?

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.