Ravens PHP Scripts: Forums
 

 

View next topic
View previous topic
Post new topic   Reply to topic    Ravens PHP Scripts And Web Hosting Forum Index -> Themes
Author Message
dubLeE
Regular
Regular



Joined: Jan 12, 2006
Posts: 60

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

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! ] is the site

_________________
[Personal] [ Only registered users can see links on this board! Get registered or login! ]
[Hosting] [ Only registered users can see links on this board! Get registered or login! ] 
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

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







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

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
 
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

Try the default theme and see if the error continues.

_________________
For those who stand shall NEVER fall and those who fall shall RISE once more!! 
View user's profile Send private message Send e-mail Visit poster's website AIM Address Yahoo Messenger MSN Messenger ICQ Number
hitwalker







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

could be corrupted file,magic quotes problem...not uploaded in ASCII,just to name a few..
 
dubLeE







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

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?
 
hitwalker







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

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..
 
hitwalker







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

but doesnt mean that causes it...
 
dubLeE







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

ok the server issue was resolved however the errors are still there...
this is by far the weirdest errors ever...
 
hitwalker







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

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.
 
dubLeE







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

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...
 
dubLeE







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

[ Only registered users can see links on this board! Get registered or login! ]

a TOTALLY fresh installation!!!!!!
still the errors occur!
insane
 
dubLeE







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

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...
 
gregexp







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

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.
 
dubLeE







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

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?
 
gregexp







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

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.
 
hitwalker







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

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.
 
gregexp







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

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.
 
hitwalker







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

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.
 
dubLeE







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

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
 
hitwalker







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

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
 
gregexp







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

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
 
hitwalker







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

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! ]
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.
 
dubLeE







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

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! ]

everything works perfectly.
lets see what they have to say about it...
 
hitwalker







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

ha...ha..nice to know that sometimes im right...
 
Display posts from previous:       
Post new topic   Reply to topic    Ravens PHP Scripts And Web Hosting Forum Index -> Themes

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
You can attach files in this forum
You can download files in this forum


Powered by phpBB © 2001-2007 phpBB Group
All times are GMT - 6 Hours
 
Forums ©