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)
Post new topic   Reply to topic
Author Message
noord
New Member
New Member


Joined: Sep 13, 2006
Posts: 6

PostPosted: Sat Oct 17, 2009 1:27 pm Reply with quote Back to top

Hello Raven-experts

I hope that some can help here. My friend has installed RavenNuke 2.40.00 and after installations show up strange symbols  in the left upper corner his pages.

Never this before has not seen.

Only registered users can see links on this board!
Get registered or login to the forums!
View user's profile Send private message
nuken
RavenNuke(tm) Development Team


Joined: Mar 11, 2007
Posts: 1536
Location: North Carolina

PostPosted: Sat Oct 17, 2009 2:08 pm Reply with quote Back to top

Try replacing your /includes/jquery/nukeNAV.php with this one.
Only registered users can see links on this board!
Get registered or login to the forums!
You will need to unzip this download and copy over the existing nukeNAV.php file.
View user's profile Send private message Send e-mail Visit poster's website
noord
New Member
New Member


Joined: Sep 13, 2006
Posts: 6

PostPosted: Sat Oct 17, 2009 2:47 pm Reply with quote Back to top

nuken , thank you very much!
View user's profile Send private message
kguske
Site Admin


Joined: Jun 04, 2004
Posts: 6044

PostPosted: Sun Oct 18, 2009 7:05 am Reply with quote Back to top

Thanks, nuken. In case you check and find no visibile differences between the files, that's because the updated file is saved in ISO 8859-2 format, and the bad file is in UTF-8. You could simply change the format in your editor and save, but it's probably easier to download the file.
View user's profile Send private message
slick_303
Hangin' Around


Joined: Feb 28, 2007
Posts: 34

PostPosted: Wed Oct 21, 2009 12:24 pm Reply with quote Back to top

I just did a fresh install of 2.4.00, had the same issue, resolved with nuken's file.
View user's profile Send private message
Palbin
Site Admin


Joined: Mar 30, 2006
Posts: 2456
Location: Pittsburgh, Pennsylvania

PostPosted: Wed Oct 21, 2009 12:37 pm Reply with quote Back to top

We are aware of the issue and it will be fixed in 2.40.01
View user's profile Send private message
xGSTQ
Involved
Involved


Joined: Feb 03, 2006
Posts: 267
Location: UK

PostPosted: Thu Oct 29, 2009 3:01 pm Reply with quote Back to top

kguske wrote:
Its because the updated file is saved in ISO 8859-2 format, and the bad file is in UTF-8.


Ive always wondered why as well, i used to put it down to microsofts expression web Rolling Eyes
View user's profile Send private message Send e-mail Visit poster's website
sixonetonoffun
Spouse Contemplates Divorce


Joined: Jan 02, 2003
Posts: 2499

PostPosted: Mon Jan 18, 2010 11:00 pm Reply with quote Back to top

Changing in your language/lang-english.php
charset=ISO-8859-1
to
charset=UTF-8

Seems to be the fix but... I have to ask why aren't we using UTF-8 anyway?
View user's profile Send private message
jakec
Site Admin


Joined: Feb 06, 2006
Posts: 3038
Location: United Kingdom

PostPosted: Tue Jan 19, 2010 1:03 am Reply with quote Back to top

Because it is a lot more complicated than just switching over. If you search the forums you will see previous discussions on this matter.
View user's profile Send private message
montego
Site Admin


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

PostPosted: Tue Jan 19, 2010 8:36 pm Reply with quote Back to top

Its the bloody database that is the kicker... at least for the thousands upon thousands of upgraders. Sad
View user's profile Send private message Visit poster's website
Raven
Site Admin/Owner


Joined: Aug 27, 2002
Posts: 16987
Location: Kansas

PostPosted: Thu Jan 21, 2010 2:27 am Reply with quote Back to top

sixonetonoffun wrote:
Changing in your language/lang-english.php
charset=ISO-8859-1
to
charset=UTF-8

Seems to be the fix but... I have to ask why aren't we using UTF-8 anyway?


Whoa! Who let you back in? killing me

You son-of-a-gun!! Are you back to stay or are you just yankin' my chain again?
View user's profile Send private message Visit poster's website AIM Address Yahoo Messenger
sixonetonoffun
Spouse Contemplates Divorce


Joined: Jan 02, 2003
Posts: 2499

PostPosted: Thu Jan 21, 2010 8:33 am Reply with quote Back to top

worship OffTopic
I'm putting a toe out to get it wet and hoping it doesn't get bit off. Its hit and miss for now but I had to try a ravennuke test site to get a good baseline of where things should be and are. This was the one and as far as I can tell only install issue running on a fresh install of Apache/2.2.9 (Debian) PHP/5.2.6-1+lenny4 with Suhosin-Patch Server. Congrats to you and your team!

So yep I'll try and get caught up on years of slacking and with some luck perhaps ya can get a few useful posts out of me to boot. Obviously I need to sit back and do some reading before I post. Wink
View user's profile Send private message
Raven
Site Admin/Owner


Joined: Aug 27, 2002
Posts: 16987
Location: Kansas

PostPosted: Thu Jan 21, 2010 12:19 pm Reply with quote Back to top

Cheers Be sure to read the Wiki Wink
View user's profile Send private message Visit poster's website AIM Address Yahoo Messenger
unicornio
Involved
Involved


Joined: Aug 13, 2009
Posts: 432

PostPosted: Thu Jan 28, 2010 1:47 am Reply with quote Back to top

hi nuken

Code:
Try replacing your /includes/jquery/nukeNAV.php with this one.


Your solution is working but

Online=Working
Offline(localhost)=Not working

If you do this change then it works

C:\wamp\www\language\language
Open language-English.php

Search for

define('_CHARSET','UTF-8');

Replace with

define('_CHARSET','UTF-8');
//define('_CHARSET','ISO-8859-1');

You dont need to do this trick above when your site is online.
View user's profile Send private message
Guardian2003
Site Admin


Joined: Aug 28, 2003
Posts: 6373
Location: Vsetin, Czech Republic

PostPosted: Thu Jan 28, 2010 2:06 am Reply with quote Back to top

You shouldn't need to do it any way. The problem has been discussed many times, the solution is to replace the nukeNAV.php file (or delete and re-write the first line of it) because it was accidentally saved with a utf-8 BOM in the original package.
View user's profile Send private message Send e-mail Visit poster's website
unicornio
Involved
Involved


Joined: Aug 13, 2009
Posts: 432

PostPosted: Thu Jan 28, 2010 2:24 am Reply with quote Back to top

Morning Guardian. I understand but your solution is only when the site is online not when you are running the site on localhost(offline) then it doesnt work replacing the nav. That is why I try to complete in one post the whole solution. Thanks for replying. See u around
View user's profile Send private message
Raven
Site Admin/Owner


Joined: Aug 27, 2002
Posts: 16987
Location: Kansas

PostPosted: Thu Jan 28, 2010 2:40 am Reply with quote Back to top

unicornio,

Strange, it works for me.
View user's profile Send private message Visit poster's website AIM Address Yahoo Messenger
sixonetonoffun
Spouse Contemplates Divorce


Joined: Jan 02, 2003
Posts: 2499

PostPosted: Thu Jan 28, 2010 8:08 am Reply with quote Back to top

Guardian2003 wrote:
You shouldn't need to do it any way. The problem has been discussed many times, the solution is to replace the nukeNAV.php file (or delete and re-write the first line of it) because it was accidentally saved with a utf-8 BOM in the original package.


This works fine I'd bet the anomalies are shown in forms saved before editing the file. So after fixing the issue there may be some posts to re-edit such as in the html blocks. You may find things like this happening â„¢!

Just edit re save and all will be fine again.

Wow didn't expect this thread to continue Laughing
View user's profile Send private message
Raven
Site Admin/Owner


Joined: Aug 27, 2002
Posts: 16987
Location: Kansas

PostPosted: Thu Jan 28, 2010 3:10 pm Reply with quote Back to top

sixonetonoffun wrote:
Wow didn't expect this thread to continue Laughing

sixonetonoffun,
And I didn't expect you to either killing me


Last edited by Raven on Fri Feb 05, 2010 2:45 pm; edited 1 time in total
View user's profile Send private message Visit poster's website AIM Address Yahoo Messenger
stryker_fo
New Member
New Member


Joined: Feb 04, 2010
Posts: 5

PostPosted: Fri Feb 05, 2010 12:57 pm Reply with quote Back to top

nice thanx for the file much appreciated worked like a charm
View user's profile Send private message
Display posts from previous:       
Post new topic   Reply to topic

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