Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
Pages: 1
#1 2005-11-08 04:32:48
- killnine
- Member
- Registered: 2005-11-06
- Posts: 16
Hopefully my last issue (CSS this time)
Wow guys,
I really appreciate all the help you have provided me with. I think I have learned more about php, MySQL, and textpattern in these two days that I have in the past 4 weeks of studying it. Well, pretty much everything is set up just fine except for a CSS issue I am having.
Essentially, every time I try and modify my style sheets, they fail to initialize. You can actually take a look for yourself. Below is a link to my site, and below that is a link to my style sheet. For some reason, all this crap is being added to the beginning of the style sheet saying something like:
<b>Warning</b>: Cannot add header information – headers already sent by (output started at /home/virtual/site76/fst/var/www/html/textpattern/config.php:8) in <b>/home/virtual/site76/fst/var/www/html/textpattern/publish.php</b> on line <b>43</b>
<b>Warning</b>: Cannot add header information – headers already sent by (output started at /home/virtual/site76/fst/var/www/html/textpattern/config.php:8) in <b>/home/virtual/site76/fst/var/www/html/textpattern/publish.php</b> on line <b>44</b><br />
Now, I DID search for a solution to the issue on the forums and found this post (http://forum.textpattern.com/viewtopic.php?id=11585) with the same symptom. However, his issue was resolved by removing any spaces in config.php. However, mine (once downloaded from my host) did not have any spaces in the <?php tags (including the closing tag). Does anyone have any ideas of why this is happening?
Site itself: <a href=“http://www.mulutherans.com/index.php”> http://www.mulutherans.com/index.php </a>
CSS link: <a href=“http://www.mulutherans.com/textpattern/css.php?s=default”>http://www.mulutherans.com/textpattern/css.php?s=default </a>
The main reason why I am bringing this up is because this is supposed to look like this <a href=“http://www.mulutherans.com/README.htm”>LINK (its hardcoded, so I really can’t learn THAT much from it, but this is how I want my page)</a>. However, its getting REALLY screwed up. I know that you guys can’t support every person’s template and such, but I feel like this transcends just a problem with the template and is a problem involving Txp itself (or my database setup?)
This is actually happening to ALL my style sheets, by the way.
(Edit: marked as resolved. -Mary)
Offline
#2 2005-11-08 06:43:58
- zem
- Developer Emeritus
- From: Melbourne, Australia
- Registered: 2004-04-08
- Posts: 2,579
Re: Hopefully my last issue (CSS this time)
output started at /home/virtual/site76/fst/var/www/html/textpattern/config.php:8
There is something wrong with your config.php file, probably on line 8. A trailing blank line?
Alex
Offline
Re: Hopefully my last issue (CSS this time)
What zem said.
Additionally update to 4.0.2 which works around this user-problem.
Offline
#4 2005-11-08 16:22:34
- killnine
- Member
- Registered: 2005-11-06
- Posts: 16
Re: Hopefully my last issue (CSS this time)
I just updated to 4.0.2 and everything is just fine now. AWESOME. I am so friggin excited!
Offline
Pages: 1