Mysidia Adoptables Support Forum

Mysidia Adoptables Support Forum (http://www.mysidiaadoptables.com/forum/index.php)
-   Questions and Supports (http://www.mysidiaadoptables.com/forum/forumdisplay.php?f=18)
-   -   Mysidia v1.3.2 Being Buggy (http://www.mysidiaadoptables.com/forum/showthread.php?t=3921)

Hedgen 12-15-2012 02:20 PM

Mysidia v1.3.2 Being Buggy
 
I fresh installed v1.3.2 (removed the previous version completely and cleared my database then installed this version) and it keeps giving warnings:

  Spoiler: http://www.touhouables.elementfx.com/profile.php?user=MokoOneeChan 

When I go to http://www.touhouables.elementfx.com...r=MokoOneeChan while logged off, this appears at the top:
Code:

Warning: Cannot modify header information - headers already sent by (output started at /home/touhouab/public_html/inc/tabs.php:17) in /home/touhouab/public_html/classes/abstract/abstract_usercreator.php on line 25

Warning: Cannot modify header information - headers already sent by (output started at /home/touhouab/public_html/inc/tabs.php:17) in /home/touhouab/public_html/classes/abstract/abstract_usercreator.php on line 26

Warning: Cannot modify header information - headers already sent by (output started at /home/touhouab/public_html/inc/tabs.php:17) in /home/touhouab/public_html/classes/abstract/abstract_usercreator.php on line 25

Warning: Cannot modify header information - headers already sent by (output started at /home/touhouab/public_html/inc/tabs.php:17) in /home/touhouab/public_html/classes/abstract/abstract_usercreator.php on line 26


Nieth 12-15-2012 02:42 PM

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.

Hedgen 12-15-2012 02:59 PM

Quote:

Originally Posted by Nieth (Post 25423)
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?

Nieth 12-15-2012 03:01 PM

Yeah, its the same thing. It's just the headers conflicting with eachother.

Hedgen 12-15-2012 03:05 PM

Alright, thank you. :)

Nieth 12-15-2012 03:08 PM

Not a problem, just post again if it gives you any errors. I'm still rather new to it myself, but I've been messing around with Mysidia for a week or so and I've learned my way around in a few things. Anything I can't help with, I'm sure that Hall of Famer or Tequila would be happy to respond to. Good luck with your site! ^^

Hedgen 12-15-2012 03:20 PM

Thanks :3 I have been using it for awhile but i took a little break, started working on it scratch again when 1.3.2 came out ^^' but I'm also not that good with PHP yet ^^'

Nieth 12-15-2012 03:25 PM

I know how it feels! I have no coding knowledge what-so-ever, but I manage to do things somehow.. -scratches head- I suppose I'm okay with figuring out how things work. XD The staff and community here has been really great with helping me out with anything I needed. So I'm sure we'll all be able to help you too. Welcome back!

Hall of Famer 12-15-2012 03:47 PM

umm this... Did you log off after viewing a user profile? Or did it just give out these warnings with you as a guest? Its weird though, I find it difficult to debug things that do not happen on my demo site. Many people get header not sent error 'cause they have unorthodoxy url(urls that does not begin with http or www.) Your url appears to be normal so I dont see why it is happening.

Hedgen 12-15-2012 04:16 PM

Quote:

Originally Posted by Hall of Famer (Post 25433)
umm this... Did you log off after viewing a user profile? Or did it just give out these warnings with you as a guest? Its weird though, I find it difficult to debug things that do not happen on my demo site. Many people get header not sent error 'cause they have unorthodoxy url(urls that does not begin with http or www.) Your url appears to be normal so I dont see why it is happening.

Someone linked their profile in a chat room, and when I went there I got the warnings. (I was logged off) They also got the warnings.

Edit: It only happened once so far though. at both that profile page and the admincp, it hasn't happened again yet and I told the users if they see it anywhere else on the site then to tell me.


All times are GMT -5. The time now is 04:23 AM.

Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.