1 (edited by hnstmn 2006-02-14 19:58)

Topic: ERROR encountered after deleting posting.

Hi,

I've encountered this error when I tryed to delete a posting from my forum::

---------------------------------------------------------------------
An error was encountered

Error: Unable to fetch posts.
---------------------------------------------------------------------

Can anyone tell me if this is the cache, database, chmod, etc which is causing this error to be displayed?? Would appreciate someone's help on this.

BTW, I deleted my cache of all files, and it is still causing this error message to show??

Please help... Thanks...

Re: ERROR encountered after deleting posting.

This would probably help you out a bit: http://punbb.org/docs/faq.html#faq2_7

Re: ERROR encountered after deleting posting.

CodeXP wrote:

This would probably help you out a bit: http://punbb.org/docs/faq.html#faq2_7

Thanks for directing me to the link, but cannot find anything there that relates to my problem.

But thanks...

4

Re: ERROR encountered after deleting posting.

Enable Debug Mode and then post the error here.

Check your database tables...

Re: ERROR encountered after deleting posting.

If you installed any modules, probably you are running a db query on a nonexistent field. Do as Elzar said.

Re: ERROR encountered after deleting posting.

Elzar wrote:

Enable Debug Mode and then post the error here.

Check your database tables...

bodhisattva wrote:

If you installed any modules, probably you are running a db query on a nonexistent field. Do as Elzar said.

Thanks Elzar & Bodhisattva, you were right. With my friends help we found a mod (line of code) I forgot about in the function.php I added that queryed the db on a non existent field.

Thanks for pointing the way!