PHP Web Host - Quality Web Hosting For All PHP Applications Free RavenNuke(tm) Add Ons
  Login or Register
 • Home • Downloads • Your Account • Forums • 

View next topic
View previous topic


Google
 
Web RavenPHPScripts (This Site)
This forum is locked: you cannot post, reply to, or edit topics.   This topic is locked: you cannot edit posts or make replies.
Author Message
codsniper
Regular
Regular


Joined: Feb 19, 2007
Posts: 61
Location: Almost at the north-pole

PostPosted: Thu Sep 20, 2007 10:33 am Reply with quote Back to top

Why do I see the following signs in upper left corner of all the pages on my site?


View user's profile Send private message Visit poster's website Yahoo Messenger MSN Messenger
Gremmie
Former Moderator in Good Standing


Joined: Apr 06, 2006
Posts: 2415
Location: Iowa, USA

PostPosted: Thu Sep 20, 2007 10:51 am Reply with quote Back to top

Providing a link to your site would help.
View user's profile Send private message
codsniper
Regular
Regular


Joined: Feb 19, 2007
Posts: 61
Location: Almost at the north-pole

PostPosted: Thu Sep 20, 2007 11:01 am Reply with quote Back to top

Sent a pm, its no way near public, not even the adress....
View user's profile Send private message Visit poster's website Yahoo Messenger MSN Messenger
codsniper
Regular
Regular


Joined: Feb 19, 2007
Posts: 61
Location: Almost at the north-pole

PostPosted: Thu Sep 20, 2007 2:47 pm Reply with quote Back to top

Any luck? It seems like its a Firefox only problem..
View user's profile Send private message Visit poster's website Yahoo Messenger MSN Messenger
Gremmie
Former Moderator in Good Standing


Joined: Apr 06, 2006
Posts: 2415
Location: Iowa, USA

PostPosted: Thu Sep 20, 2007 3:06 pm Reply with quote Back to top

I can only use IE6 at work (grrrrr). I will look in FF when I get home.
View user's profile Send private message
evaders99
Former Moderator in Good Standing


Joined: Apr 30, 2004
Posts: 3221

PostPosted: Thu Sep 20, 2007 4:08 pm Reply with quote Back to top

Usually its a compression problem. You have gzip compression enabled on your server already and the PHP script tries to compress it again
View user's profile Send private message Visit poster's website
Gremmie
Former Moderator in Good Standing


Joined: Apr 06, 2006
Posts: 2415
Location: Iowa, USA

PostPosted: Thu Sep 20, 2007 4:32 pm Reply with quote Back to top

Yeah, the funny characters are coming out even before the !DOCTYPE...they are the first thing in the output. evaders99, what does he have to do to turn that off?
View user's profile Send private message
codsniper
Regular
Regular


Joined: Feb 19, 2007
Posts: 61
Location: Almost at the north-pole

PostPosted: Thu Sep 20, 2007 5:44 pm Reply with quote Back to top

pretty please Smile
View user's profile Send private message Visit poster's website Yahoo Messenger MSN Messenger
evaders99
Former Moderator in Good Standing


Joined: Apr 30, 2004
Posts: 3221

PostPosted: Thu Sep 20, 2007 11:34 pm Reply with quote Back to top

I believe deleting the gzip_compress line in mainfile.php will solve the problem. phpNuke tries to detect it, but it seems to fail in some occasions. I don't have enough servers to really see where the code is failing.
View user's profile Send private message Visit poster's website
codsniper
Regular
Regular


Joined: Feb 19, 2007
Posts: 61
Location: Almost at the north-pole

PostPosted: Thu Sep 20, 2007 11:44 pm Reply with quote Back to top

set this to false?
$do_gzip_compress = true;

Would i loose something else?
View user's profile Send private message Visit poster's website Yahoo Messenger MSN Messenger
evaders99
Former Moderator in Good Standing


Joined: Apr 30, 2004
Posts: 3221

PostPosted: Fri Sep 21, 2007 1:27 am Reply with quote Back to top

Oh if there's a variable there, yes turn it off. GZip compression will save you kilobytes on downloading HTML pages, but it sounds like your server is already doing it. Thus you don't need to do it twice
View user's profile Send private message Visit poster's website
codsniper
Regular
Regular


Joined: Feb 19, 2007
Posts: 61
Location: Almost at the north-pole

PostPosted: Fri Sep 21, 2007 2:06 am Reply with quote Back to top

Didnt help to set it to false or to comment out all the code snippet... Any other suggestions? Remember I see this on all pages and only in Firefox it seems..
View user's profile Send private message Visit poster's website Yahoo Messenger MSN Messenger
montego
Former Admin in Good Standing


Joined: Aug 29, 2004
Posts: 9071
Location: Arizona

PostPosted: Fri Sep 21, 2007 5:55 am Reply with quote Back to top

Ok, now I am not certain about this any longer, but I'll throw out my "guess". I suspect that when you edited a file your editor did not encode the file properly.

You posted this same question under the Coppermine thread which led me to believe the issue was only when you installed that module and that it was specific to Coppermine. But, now it is the entire site? Did you have to add or change anything in one of the core files such as config.php or mainfile.php when you installed Coppermine?
View user's profile Send private message Visit poster's website
evaders99
Former Moderator in Good Standing


Joined: Apr 30, 2004
Posts: 3221

PostPosted: Fri Sep 21, 2007 10:32 am Reply with quote Back to top

Look for any line of code that involves gzip_compress function and comment them out
View user's profile Send private message Visit poster's website
codsniper
Regular
Regular


Joined: Feb 19, 2007
Posts: 61
Location: Almost at the north-pole

PostPosted: Fri Sep 21, 2007 11:02 am Reply with quote Back to top

Tryed all that... Its a clean 20.10.01 install, no modules or blocks installed..
View user's profile Send private message Visit poster's website Yahoo Messenger MSN Messenger
Loki
Worker
Worker


Joined: Oct 05, 2003
Posts: 107
Location: Illinois

PostPosted: Fri Sep 21, 2007 4:05 pm Reply with quote Back to top

Is it appearing on all your themes?
View user's profile Send private message Visit poster's website
codsniper
Regular
Regular


Joined: Feb 19, 2007
Posts: 61
Location: Almost at the north-pole

PostPosted: Fri Sep 21, 2007 5:02 pm Reply with quote Back to top

Yes...
View user's profile Send private message Visit poster's website Yahoo Messenger MSN Messenger
Gremmie
Former Moderator in Good Standing


Joined: Apr 06, 2006
Posts: 2415
Location: Iowa, USA

PostPosted: Fri Sep 21, 2007 5:22 pm Reply with quote Back to top

Make a simple php file and run that...off the top of my head:

<?php
echo 'This is a test';
?>
View user's profile Send private message
montego
Former Admin in Good Standing


Joined: Aug 29, 2004
Posts: 9071
Location: Arizona

PostPosted: Sat Sep 22, 2007 7:27 am Reply with quote Back to top

codsniper, I would try replacing all your core RN files again and seeing if the issue is still there. Like I said above, I suspect that your editor is not encoding the file correctly (check to see if it is saving in UTF-8 as default but with BOM information). That is the EXACT issue that I had with my includes/dynamic_titles.php script awhile back, but I don't think that version was ever released.


Last edited by montego on Mon Sep 24, 2007 6:11 am; edited 1 time in total
View user's profile Send private message Visit poster's website
codsniper
Regular
Regular


Joined: Feb 19, 2007
Posts: 61
Location: Almost at the north-pole

PostPosted: Mon Sep 24, 2007 4:08 am Reply with quote Back to top

Tryed to make a test file, no error in viewing that..
Uploaded all files again, no change - still see those darn signs in upper left corner Sad
View user's profile Send private message Visit poster's website Yahoo Messenger MSN Messenger
montego
Former Admin in Good Standing


Joined: Aug 29, 2004
Posts: 9071
Location: Arizona

PostPosted: Mon Sep 24, 2007 6:13 am Reply with quote Back to top

Then I wonder if its your updates to config.php and/or rnconfig.php. Again, please make absolutely certain your editor is NOT changing the charset encoding.

If this doesn't work, then you are back to this being a gzip compression issue... Sad
View user's profile Send private message Visit poster's website
codsniper
Regular
Regular


Joined: Feb 19, 2007
Posts: 61
Location: Almost at the north-pole

PostPosted: Mon Sep 24, 2007 7:21 am Reply with quote Back to top

but its only in firefox i get this error... I use crimson editor to change config.php.. rnconfig I havent opened..


EDIT: Very Happy

I did not use Crimson first time I edited the config.php.. when I copied all files over again I just copied back the old config.php (stupid me takinf shortcuts).

Anyways, I opened a new config.php in crimson and edited the file again, save and uploaded --> All ok now Very Happy
View user's profile Send private message Visit poster's website Yahoo Messenger MSN Messenger
montego
Former Admin in Good Standing


Joined: Aug 29, 2004
Posts: 9071
Location: Arizona

PostPosted: Tue Sep 25, 2007 6:09 am Reply with quote Back to top

Wave

RavensScripts
View user's profile Send private message Visit poster's website
Display posts from previous:       
This forum is locked: you cannot post, reply to, or edit topics.   This topic is locked: you cannot edit posts or make replies.

View next topic
View previous topic
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
Forums ©
 

All logos and trademarks in this site are property of their respective owner.
The comments are property of their posters, all the rest © 2002-2011 by Raven

You can syndicate our news using the file xml

CSE HTML Validator Helped Clean up This Page! [Valid RSS] valid RSS 2.0 Valid robots.txt Stop Spam Harvesters, Join Project Honey Pot

Website engines core code is © copyright by PHP-Nuke but has been heavily patched and modified by myself and others.
PHP-Nuke is a free software released under the GNU/GPL.


:: fisubice phpbb2 style by Daz :: PHP-Nuke theme by www.nukemods.com ::
:: fisubice Theme Modified by the RavenNuke™ Team ::

:: W3C CSS Compliance Validation :: W3C HTML 4.01 Transitional Compliance Validation ::

zerosum