View Single Post
  #3  
Old 12-15-2012, 02:59 PM
Hedgen's Avatar
Hedgen Hedgen is offline
Member
 
Join Date: Oct 2012
Posts: 36
Gender: Male
Credits: 4,948
Hedgen is on a distinguished road
Default

Quote:
Originally Posted by Nieth View Post
It's telling you that the headers are already being created by the tabs.php file on line 17. So therefore it can't call for them from another file.

Navigate to the abstract_usercreator.php and go to lines 25 and 26. Disable them, they should just be header commands.
(You'll have to navigate to the file via your host's file manager and edit the code.)

Place a '// ' before both of those commands, (without the quotes) and it should fix them problem. That's what I did with mine atleast.
Ah alright, thanks for the quick reply!
I got one when logging into the admincp also:
Code:
Warning: Cannot modify header information - headers already sent by (output started at /home/touhouab/public_html/classes/class_cookies.php:112) in /home/touhouab/public_html/admincp/index.php on line 40
Do I do the same thing with this one?
__________________
I have some small tutorials Here that show things such as re-arranging the SIDEFEED and LINKSBAR, and redirecting people after login.
Reply With Quote