View Single Post
  #2  
Old 12-15-2012, 02:42 PM
Nieth's Avatar
Nieth Nieth is offline
Aspiring
 
Join Date: Dec 2012
Location: North Carolina
Posts: 154
Gender: Male
Credits: 11,155
Nieth is on a distinguished road
Send a message via MSN to Nieth
Default

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.
Reply With Quote