Author |
Message |
dubLeE
Regular


Joined: Jan 12, 2006
Posts: 60
|
Posted:
Tue Jul 25, 2006 10:07 am |
|
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
www.dubLeE.com is the site |
_________________ [Personal] www.dubLeE.com
[Hosting] www.OmniFusion.net |
|
|
 |
hitwalker
Sells PC To Pay For Divorce

Joined:
Posts: 5661
|
Posted:
Tue Jul 25, 2006 10:40 am |
|
turn on error report in config.php and see if it shows an error... |
|
|
|
 |
dubLeE

|
Posted:
Tue Jul 25, 2006 10:44 am |
|
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
|
Posted:
Tue Jul 25, 2006 12:22 pm |
|
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!! |
|
 |
 |
hitwalker

|
Posted:
Tue Jul 25, 2006 12:43 pm |
|
could be corrupted file,magic quotes problem...not uploaded in ASCII,just to name a few.. |
|
|
|
 |
dubLeE

|
Posted:
Tue Jul 25, 2006 1:50 pm |
|
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

|
Posted:
Tue Jul 25, 2006 2:12 pm |
|
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

|
Posted:
Tue Jul 25, 2006 2:17 pm |
|
but doesnt mean that causes it... |
|
|
|
 |
dubLeE

|
Posted:
Tue Jul 25, 2006 5:09 pm |
|
ok the server issue was resolved however the errors are still there...
this is by far the weirdest errors ever... |
|
|
|
 |
hitwalker

|
Posted:
Tue Jul 25, 2006 5:11 pm |
|
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

|
Posted:
Tue Jul 25, 2006 6:52 pm |
|
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

|
Posted:
Tue Jul 25, 2006 8:14 pm |
|
|
|
 |
dubLeE

|
Posted:
Tue Jul 25, 2006 8:15 pm |
|
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

|
Posted:
Tue Jul 25, 2006 8:57 pm |
|
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

|
Posted:
Tue Jul 25, 2006 9:25 pm |
|
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

|
Posted:
Tue Jul 25, 2006 10:35 pm |
|
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

|
Posted:
Wed Jul 26, 2006 1:21 am |
|
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

|
Posted:
Wed Jul 26, 2006 2:05 am |
|
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

|
Posted:
Wed Jul 26, 2006 3:55 am |
|
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

|
Posted:
Wed Jul 26, 2006 10:25 am |
|
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

|
Posted:
Wed Jul 26, 2006 3:30 pm |
|
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...  |
|
|
|
 |
gregexp

|
Posted:
Wed Jul 26, 2006 4:40 pm |
|
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  |
|
|
|
 |
hitwalker

|
Posted:
Wed Jul 26, 2006 4:50 pm |
|
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.
http://nl2.php.net/manual/nl/tokens.php
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

|
Posted:
Thu Jul 27, 2006 12:47 am |
|
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.
http://omnifusionhosting.net/RNtest/
everything works perfectly.
lets see what they have to say about it... |
|
|
|
 |
hitwalker

|
Posted:
Thu Jul 27, 2006 6:10 am |
|
ha...ha..nice to know that sometimes im right... |
|
|
|
 |
|