PDA

View Full Version : Problem with post


negrowarez
03-08-2014, 03:46 PM
Hello

I have this little problem. Every time I finish a post, this error show

"Warning: Assigning the return value of new by reference is deprecated in ..../includes/functions_newpost.php(814) : eval()'d code on line 34"

Who I can resolve this?

ozzy47
03-08-2014, 03:57 PM
Have you tried on a unmodified default style?
Have you tried with all mods disabled?
What vB version and PHP version are you running?

negrowarez
03-08-2014, 04:11 PM
I running the VB 4.2.2.

Yes I tried everything I also reinstall the styles, and the problem still.

ozzy47
03-08-2014, 04:19 PM
Add the following line to your config.php under the <?php line:

define('SKIP_ALL_ERRORS', true);

negrowarez
03-08-2014, 04:30 PM
Thanks ozzy47.

The problem was solved. I appreciate it a lot.

ozzy47
03-08-2014, 04:32 PM
Not a problem, glad to help. :)