Help needed to fix these errors
ZiNgA BuRgA Offline
Fag
*******
Posts: 3,357
Joined: Jan 2008
Post: #5
RE: Help needed to fix these errors
There doesn't appear to be a BOM in front_end.php

The code is this:

PHP Code:
$result=output_page($contents);
if (empty($result)) {header("Location: index.php");exit;}

Which I'm guessing should be

PHP Code:
if (empty($contents)) {header("Location: index.php");exit;}
else
$result=output_page($contents);


For your second plugin, it's echo'ing stuff, and from my very quick scan of it, I'm not exactly sure what it's exactly trying to do.  My guess is that it needs some check before it does that.

I don't know about the 3rd one from a quick glance, but I think the person is still supporting that plugin?


My Blog
(This post was last modified: 10-25-2010 09:16 AM by ZiNgA BuRgA.)
10-25-2010 09:12 AM
Find all posts by this user Quote this message in a reply

« Next Oldest | Next Newest »

Messages In This Thread
Help needed to fix these errors - 1master1 - 10-24-2010, 12:05 PM
RE: Help needed to fix these errors - ZiNgA BuRgA - 10-25-2010 09:12 AM

 Standard Tools
Forum Jump: