PHP Web Host - Quality Web Hosting For All PHP Applications Just Great Software
  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
dubLeE
Regular
Regular


Joined: Jan 12, 2006
Posts: 60

PostPosted: Tue Jul 25, 2006 10:07 am Reply with quote Back to top

ok i recently just upgraded my RavenNuke installation to 2.02.02 and everything was working perfectly. however when i went to my site today, ALL the blocks are missing. there aren't supposed to be any right blocks anyways, but none of the left blocks will show up. and i tried messing around with it all but haven't the slightest idea where to look and what to do...it's happening in all the themes not just my custom one...

need help
Only registered users can see links on this board!
Get registered or login to the forums!
is the site
View user's profile Send private message Visit poster's website AIM Address MSN Messenger
hitwalker
Sells PC To Pay For Divorce


Joined:
Posts: 5661

PostPosted: Tue Jul 25, 2006 10:40 am Reply with quote Back to top

turn on error report in config.php and see if it shows an error...
View user's profile Send private message
dubLeE
Regular
Regular


Joined: Jan 12, 2006
Posts: 60

PostPosted: Tue Jul 25, 2006 10:44 am Reply with quote Back to top

ahh i always forget that options

this shows up for the blocks:
Code:
Parse error: syntax error, unexpected T_LNUMBER in /home/dubleee/public_html/dE/themes/dEv2/theme.php(346) : eval()'d code on line 1


this shows up for the stories:
Code:
Parse error: syntax error, unexpected T_STRING in /home/dubleee/public_html/dE/themes/dEv2/theme.php(296) : eval()'d code on line 1


and in theme.php line 1 is <?php
View user's profile Send private message Visit poster's website AIM Address MSN Messenger
gregexp
The Mouse Is Extension Of Arm


Joined: Feb 21, 2006
Posts: 1497
Location: In front of a screen....HELP! lol

PostPosted: Tue Jul 25, 2006 12:22 pm Reply with quote Back to top

Try the default theme and see if the error continues.
View user's profile Send private message Send e-mail Visit poster's website AIM Address Yahoo Messenger MSN Messenger ICQ Number
hitwalker
Sells PC To Pay For Divorce


Joined:
Posts: 5661

PostPosted: Tue Jul 25, 2006 12:43 pm Reply with quote Back to top

could be corrupted file,magic quotes problem...not uploaded in ASCII,just to name a few..
View user's profile Send private message
dubLeE
Regular
Regular


Joined: Jan 12, 2006
Posts: 60

PostPosted: Tue Jul 25, 2006 1:50 pm Reply with quote Back to top

default theme gets the same errors...
and everything was working perfectly just last week after the upgrades... no problems at all and then all of sudden this...

what are magic quotes?
View user's profile Send private message Visit poster's website AIM Address MSN Messenger
hitwalker
Sells PC To Pay For Divorce


Joined:
Posts: 5661

PostPosted: Tue Jul 25, 2006 2:12 pm Reply with quote Back to top

Code:

<?php

if (get_magic_quotes_gpc()==1) {

echo ( "Magic quotes gpc is on" );

} else {

echo ( "Magic quotes gpc is off" );

}

?>


try to run this..
View user's profile Send private message
hitwalker
Sells PC To Pay For Divorce


Joined:
Posts: 5661

PostPosted: Tue Jul 25, 2006 2:17 pm Reply with quote Back to top

but doesnt mean that causes it...
View user's profile Send private message
dubLeE
Regular
Regular


Joined: Jan 12, 2006
Posts: 60

PostPosted: Tue Jul 25, 2006 5:09 pm Reply with quote Back to top

ok the server issue was resolved however the errors are still there...
this is by far the weirdest errors ever...
View user's profile Send private message Visit poster's website AIM Address MSN Messenger
hitwalker
Sells PC To Pay For Divorce


Joined:
Posts: 5661

PostPosted: Tue Jul 25, 2006 5:11 pm Reply with quote Back to top

well i do believe this is related to your files....
a good idea is to install ravennuke in a directory and use your theme,just to see what happens.
View user's profile Send private message
dubLeE
Regular
Regular


Joined: Jan 12, 2006
Posts: 60

PostPosted: Tue Jul 25, 2006 6:52 pm Reply with quote Back to top

ok i'll give a try...
i'm also re-uploading ALL files for v2.02.02 to the test site and see if that does anything...
View user's profile Send private message Visit poster's website AIM Address MSN Messenger
dubLeE
Regular
Regular


Joined: Jan 12, 2006
Posts: 60

PostPosted: Tue Jul 25, 2006 8:14 pm Reply with quote Back to top

Only registered users can see links on this board!
Get registered or login to the forums!


a TOTALLY fresh installation!!!!!!
still the errors occur!
insane
View user's profile Send private message Visit poster's website AIM Address MSN Messenger
dubLeE
Regular
Regular


Joined: Jan 12, 2006
Posts: 60

PostPosted: Tue Jul 25, 2006 8:15 pm Reply with quote Back to top

Hitwalker you are welcome to try to install a fresh installation if you wish to incase i might have something wrong in the new installation...
View user's profile Send private message Visit poster's website AIM Address MSN Messenger
gregexp
The Mouse Is Extension Of Arm


Joined: Feb 21, 2006
Posts: 1497
Location: In front of a screen....HELP! lol

PostPosted: Tue Jul 25, 2006 8:57 pm Reply with quote Back to top

First, make sure you upload everything header.html would be the first thing Id make sure of. also make sure you upload without using ascii.

This is a big point raven makes and I'm hoping something didnt get uploaded but I cant be for sure.
View user's profile Send private message Send e-mail Visit poster's website AIM Address Yahoo Messenger MSN Messenger ICQ Number
dubLeE
Regular
Regular


Joined: Jan 12, 2006
Posts: 60

PostPosted: Tue Jul 25, 2006 9:25 pm Reply with quote Back to top

i uploaded in binary and i know that for a fact because i also uploaded in ASCII and wasn't able to unpack so i know it's in binary...

what do i look for in header.html?
View user's profile Send private message Visit poster's website AIM Address MSN Messenger
gregexp
The Mouse Is Extension Of Arm


Joined: Feb 21, 2006
Posts: 1497
Location: In front of a screen....HELP! lol

PostPosted: Tue Jul 25, 2006 10:35 pm Reply with quote Back to top

Make sure its there within the same folder as theme.php

uploading in ascii and not being able to unpack is not a normal error for uploading.

This shows a corruption of the file. Ascii sometimes makes the file read incorrectly or adds white spaces where it shouldnt. But the system should have been able to unpack it properly. I would try to download a FRESH copy, then upload it in binary.

My thinking is somewhere the file got corrupted and you were able to unpack it after binary by chance.

I dont believe the archive could have been complete.
View user's profile Send private message Send e-mail Visit poster's website AIM Address Yahoo Messenger MSN Messenger ICQ Number
hitwalker
Sells PC To Pay For Divorce


Joined:
Posts: 5661

PostPosted: Wed Jul 26, 2006 1:21 am Reply with quote Back to top

i doubt if thats the case ....as he writes...
Quote:
everything was working perfectly. however when i went to my site today, ALL the blocks are missing

but dubLeE,pm me a empty database i can use,ill try and see what happens..

btw...it all depends on server configurations....i installed a bunch of ravennuke's by now and all in ASII,and flawless without any problems.
View user's profile Send private message
gregexp
The Mouse Is Extension Of Arm


Joined: Feb 21, 2006
Posts: 1497
Location: In front of a screen....HELP! lol

PostPosted: Wed Jul 26, 2006 2:05 am Reply with quote Back to top

It really has nothing to do with the server (IMO). Ascii upload problems are more of a client based problem then a server end problem I believe.

I have tested uploading using ascii on 3 different clients and some have caused a problem with one or 2 files but if I uploaded an archive, It always unpacked properly no matter what I used, even on a windows based os.
View user's profile Send private message Send e-mail Visit poster's website AIM Address Yahoo Messenger MSN Messenger ICQ Number
hitwalker
Sells PC To Pay For Divorce


Joined:
Posts: 5661

PostPosted: Wed Jul 26, 2006 3:55 am Reply with quote Back to top

well messing around with php.ini can deffinately effect any upload behaviour...
but its to soon to tell what the problem is,im uploading/installing a site now and if i have the same result then im sure its a server/host thing.
View user's profile Send private message
dubLeE
Regular
Regular


Joined: Jan 12, 2006
Posts: 60

PostPosted: Wed Jul 26, 2006 10:25 am Reply with quote Back to top

ok another no go. no idea what could possibly be causing this...

here's what my host said when i told them to look at it and asked if they made changes to the server whatsoever

Quote:
Hello,

Are the particular errors in question the T_LNUMBER and T_STRING errors? I'm unaware of any changes to this server that would cause them, however, these particular errors are usually due to coding issues, so you might want to examine this particular theme for any errors in it's code.

Regards,
Jeff
View user's profile Send private message Visit poster's website AIM Address MSN Messenger
hitwalker
Sells PC To Pay For Divorce


Joined:
Posts: 5661

PostPosted: Wed Jul 26, 2006 3:30 pm Reply with quote Back to top

well thats deffinately not the case...
the error that shows has nothing to do with that..
personally,ive never seen this before...
everything was uploaded ok,i tried asii and binary,never do that ....but ok...
results were the same...
then this is what i call out of options... Crying or Very sad
View user's profile Send private message
gregexp
The Mouse Is Extension Of Arm


Joined: Feb 21, 2006
Posts: 1497
Location: In front of a screen....HELP! lol

PostPosted: Wed Jul 26, 2006 4:40 pm Reply with quote Back to top

well if hitwalker, and yourself cannot manage to install it without it failing, Makes me think a server issue. Time to find a more complete host, Me thinks raven might have what your looking for Wink
View user's profile Send private message Send e-mail Visit poster's website AIM Address Yahoo Messenger MSN Messenger ICQ Number
hitwalker
Sells PC To Pay For Divorce


Joined:
Posts: 5661

PostPosted: Wed Jul 26, 2006 4:50 pm Reply with quote Back to top

well ive installed ravennuke about 20 or 30 times by now and allways without any problems.
but the error he gets makes absolutely no sense at all..
error like...unexpected T_LNUMBER.
Only registered users can see links on this board!
Get registered or login to the forums!

and from what i could find i thought at first the mysql but i also saw errors upon install...
so that all was a dead end.
View user's profile Send private message
dubLeE
Regular
Regular


Joined: Jan 12, 2006
Posts: 60

PostPosted: Thu Jul 27, 2006 12:47 am Reply with quote Back to top

ok i sent another ticket in saying that NOW it is DEFINITELY server related because i installed RavenNuke on another server that i have with them and it worked flawlessly.
Only registered users can see links on this board!
Get registered or login to the forums!


everything works perfectly.
lets see what they have to say about it...
View user's profile Send private message Visit poster's website AIM Address MSN Messenger
hitwalker
Sells PC To Pay For Divorce


Joined:
Posts: 5661

PostPosted: Thu Jul 27, 2006 6:10 am Reply with quote Back to top

ha...ha..nice to know that sometimes im right...
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