1 (edited by Nate 2006-08-02 23:51)

Topic: EasyPoll Issue

Hey there, PunBB community.

Sorry if this seems a bit ignorant of me, but I'm having an issue with the display of my forum after having installed and walked through the steps to setup EasyPoll.

After I've edited the files I'm unable to view forums that I've set up under my categories. I've narrowed it down to being (for the most part, as I am no expert at this) a problem with what I've put in the viewforum.php file, however the accuracy of that statement may be WAY off.

Here is the forum link: http://phanime.byethost9.com/forum

Anyway, I would appreciate ANYTHING anyone is willing to offer.

Nate

Re: EasyPoll Issue

Assuming you haven't already, make the changes over again on a fresh viewforum.php.

Before you do that, however, paste the following code at the top of viewforum.php right after the opening <?php tag:

error_reporting(E_ALL);
ini_set('display_errors', 'on');
Looking for a certain modification for your forum? Please take a look here before posting.

3

Re: EasyPoll Issue

Perfect, thanks.

I had redone the viewforum file a couple of times. But with the display of the error, it helped and I've fixed it.

Thanks so much, keep up the great work.