Receiving error - not sure why though

In this board you can talk about general questions about phpMyFAQ

Moderator: Thorsten

Post Reply
spottedhaggis
Posts: 30
Joined: Fri Aug 20, 2004 11:26 am
Location: kent,uk

Receiving error - not sure why though

Post by spottedhaggis »

Hi all

Its the pain in the backside scotsman here again.

After a very kind reply from a reference site user that has the 1.4.1 version set the way I want mine, I have now resolved the width and centering issue.

I have also managed to include my header as php into the document, however.

When I go to the page - http://www.ifseurope.net/technical/kb2

I see I have an error in a script. when I look at the error, it tells me it is line 2 char 1 of the main index.php, but when I look I cannot find a fault in hat line, it is simply the <html> text?

Can anyone help
spottedhaggis
Posts: 30
Joined: Fri Aug 20, 2004 11:26 am
Location: kent,uk

Post by spottedhaggis »

me again! :D

OK, Changed my mind, going back to the new one.

I added at the very top of the main index.php file an include command to add my header to the top of the page. This displays, however I also get the following information displayed between my header php file and the main kb index.php

Warning: Cannot modify header information - headers already sent by (output started at /usr/local/4admin/apache/vhosts/ifseurope.net/httpdocs/technical/kb2/index.php:7) in /usr/local/4admin/apache/vhosts/ifseurope.net/httpdocs/technical/kb2/index2.php on line 111

Warning: Cannot modify header information - headers already sent by (output started at /usr/local/4admin/apache/vhosts/ifseurope.net/httpdocs/technical/kb2/index.php:7) in /usr/local/4admin/apache/vhosts/ifseurope.net/httpdocs/technical/kb2/index2.php on line 139


I have tried everything and cannot get rid of it. I do not have nor can I place an httaccess file so thats not gona work.

Anyone got any ideas.
spottedhaggis
Posts: 30
Joined: Fri Aug 20, 2004 11:26 am
Location: kent,uk

Post by spottedhaggis »

ok fixed error, well not fixed, but covered it up using the @include rather than include, thats fnie for the moment, have a new issue now.

http://www.ifseurope.net/technical/kb2

Goto the link and change the language to russian, or chinse, and you dont get quite what I used to get, now its like this

Russian = Ã
spottedhaggis
Posts: 30
Joined: Fri Aug 20, 2004 11:26 am
Location: kent,uk

Post by spottedhaggis »

The issue of errors is fixed. No idea how or why, but I am using a standard php include command to add my header to the main index.php file and its working through the entire site?

Anyway, still got issues with languages?
Thorsten
Posts: 15562
Joined: Tue Sep 25, 2001 11:14 am
Location: #phpmyfaq
Contact:

Post by Thorsten »

Hi,

Russian works on my Debian Linux test box with Firefox, but not on your server. strange. Did you change something?

bye
Thorsten
phpMyFAQ Maintainer and Lead Developer
amazon.de Wishlist
Post Reply