PDA

View Full Version : Forum Error


Aleks
03-07-2012, 09:08 PM
Hello,

I was wondering on how do I fix this post thanks error, and like it happens when I use post thanks, so what do I have to do?

Here is a picture of the problem:
http://screensnapr.com/e/FkkDkd.jpg

Thank You,
Ix Soulcist xI

Videx
03-08-2012, 02:45 AM
For starters, stop using this "Post Thanks" you mention. Then try to find a solution in that mod's thread. Later you may want to try to find a similar mod that has been updated and works.

snakes1100
03-08-2012, 12:16 PM
Disable "display_errrors" in php.ini and restart the web server.

display_errors = Off

DivisionByZero
03-10-2012, 02:46 AM
or optionally, if this is a project in development, you can add ~ E_DEPRECATED to the php settings to hide the nuisance warnings.