PDA

View Full Version : Registration Error


trickfly
06-08-2009, 12:45 AM
Whenever a user tries to register I get this error.

Click on link to view error screen:

http://ooj.org/get/error06.jpg

The text at the top says:


Unable to add cookies, header already sent.
File: /home/footie/public_html/forum/includes/class_dm_user.php(2832) : eval()'d code
Line: 1

----------

Can anyone help ?

Lynne
06-08-2009, 01:40 AM
That error is usually from a modification. Try disabling your modifications/plugins and see if you still have this problem.
Note: To temporarily disable the plugin system, edit config.php and add this line right under <?php

define('DISABLE_HOOKS', true);