Author |
Message |
reivis
New Member
![New Member New Member](modules/Forums/images/ranks/1star.gif)
![](modules/Forums/images/avatars/gallery/blank.gif)
Joined: Dec 04, 2005
Posts: 8
|
Posted:
Thu Aug 24, 2006 12:35 am |
|
Hello there,
in the first place i am very happy about the distro but resently i discovert a problem.
In IE the site is working fine but in Firefox (last version) nothing is showing up only a blank screen.
Can you help me to fix the problem.
regards
Reinier
www.reinan.nl |
|
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
Susann
Moderator
![](modules/Forums/images/avatars/4e3210db4efb891870d79.gif)
Joined: Dec 19, 2004
Posts: 3191
Location: Germany:Moderator German NukeSentinel Support
|
Posted:
Thu Aug 24, 2006 7:59 am |
|
No DOCTYPE found! Attempting validation with XHTML 1.0 Transitional.
433 error on the main page ? Your site is online since 2005. I´m sure this problem is not from the first installation. Possible its trough the javascript you added ?The Original theme Fisubice in RavenNuke is 100 % W3C valid !
Also I did´t found: Distributed by ravenphpscripts.com ?
Check all your errors at: http://www.validator.w3.org/ |
|
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
reivis
![](modules/Forums/images/avatars/gallery/blank.gif)
|
Posted:
Thu Aug 24, 2006 8:12 am |
|
Hello,
Can you explan that to me?
The site is brand new only the data is from 2005.
And a javascript???? What do you mean by that? |
|
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
Susann
![](modules/Forums/images/avatars/gallery/blank.gif)
|
Posted:
Thu Aug 24, 2006 8:25 am |
|
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
Tao_Man
Involved
![Involved Involved](modules/Forums/images/ranks/4stars.gif)
![](modules/Forums/images/avatars/0c1fca04410ac30d09c51.gif)
Joined: Jul 15, 2004
Posts: 252
Location: OKC, OK
|
Posted:
Thu Aug 24, 2006 10:57 am |
|
I looked at your site, it seems to be a problem some how with the left blocks, I regestered on your site, and in FF if I put in a url to take me to a module that is not showing any left blocks like the forum or your account it woks just fine in FF, but if I go to the home page It is a blank page. |
_________________ ------------------------------------------
To strive, to seek, to find, but not to yield!
I don't know Kara-te but I do know cra-zy, and I WILL use it! |
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
reivis
![](modules/Forums/images/avatars/gallery/blank.gif)
|
Posted:
Thu Aug 24, 2006 11:56 am |
|
I removed the javascript so thats not the bug i think. |
|
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
reivis
![](modules/Forums/images/avatars/gallery/blank.gif)
|
Posted:
Fri Aug 25, 2006 3:46 am |
|
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
Susann
![](modules/Forums/images/avatars/gallery/blank.gif)
|
Posted:
Fri Aug 25, 2006 7:52 am |
|
gzip enabled ? Another user from our forum got a blank page in IE with this function. However you need to fix the html errors. Maybe try it without the admin message because there are also several errors(see also line 343 and 165) from: http://validome.org and you can try it without the sommaire block.
Did you also checked the website with displays_errors=true in config.php ? |
Last edited by Susann on Sat Aug 26, 2006 1:06 pm; edited 1 time in total |
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
aseitz
Regular
![Regular Regular](modules/Forums/images/ranks/2stars.gif)
![](modules/Forums/images/avatars/9fbf09cf44a415c1f06f0.jpg)
Joined: Mar 08, 2005
Posts: 57
Location: Portland, Oregon USA
|
Posted:
Fri Aug 25, 2006 12:15 pm |
|
Try creating an generic index.html file with something along the lines of "Hello World!" in it. Make sure that can get served. I am seeing absolutly no page source from your site and it is taking quite a while to serve out the blank page. |
_________________ if (video) {
die ( "Radio_Star");
} |
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
Bluezzz
Involved
![Involved Involved](modules/Forums/images/ranks/4stars.gif)
![](modules/Forums/images/avatars/18475d12420d903fc5c23.jpg)
Joined: Feb 08, 2005
Posts: 290
Location: USA
|
Posted:
Fri Aug 25, 2006 1:30 pm |
|
Try the suggestions from this url one step at a time, do one step and test, if it didn't work reverse it and test to be sure you are ok (as before you did that step); then go on to the next step, etc. I had the problem yesterday where I could access my Forums link from FireFox, IE and Netscape but when I tried to go into Forums Admin the page was blank for all three browsers. I apparently had this problem over a year ago because this is where I *refound* my cure. Good luck!
Only registered users can see links on this board! Get registered or login! |
_________________ Bluezzz
~ Stop & smell the roses, while you can! ~ |
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
Guardian2003
Site Admin
![](modules/Forums/images/avatars/125904890252d880f79f312.png)
Joined: Aug 28, 2003
Posts: 6799
Location: Ha Noi, Viet Nam
|
Posted:
Sat Aug 26, 2006 12:52 am |
|
In forum configuration make sure 'use gzip' is set to off. |
|
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
Bluezzz
![](modules/Forums/images/avatars/gallery/blank.gif)
|
Posted:
Sat Aug 26, 2006 8:31 am |
|
For me, from the page link I gave you, it was Solution 2 ...
Solution 2: Add the following line to a .htaccess file placed in your root PHP-Nuke directory:
Code:
PHP_FLAG output_buffering on
or if you have access to your php.ini, set:
Code:
output_buffering=on;
I changed the .htaccess one because I'm not sure where on my site the php.ini is. That seems to have cured the problem for me but try all the suggestions on that page and see which works for you, it may even be a combination of more than one but I'd try one at a time first. |
|
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
reivis
![](modules/Forums/images/avatars/gallery/blank.gif)
|
Posted:
Sun Aug 27, 2006 11:56 pm |
|
Thxs guys but notting helps.
Any other suggestions? |
|
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
reivis
![](modules/Forums/images/avatars/gallery/blank.gif)
|
Posted:
Wed Oct 04, 2006 1:42 am |
|
I found the problem.
I have a statistic program running at my site called bbclone.
When i put the lines in my index.php i got a white screen.
Here is the code:
<?php
define("_BBC_PAGE_NAME", "Reinan");
define("_BBCLONE_DIR", "bbclone/");
define("COUNTER", _BBCLONE_DIR."mark_page.php");
if (is_readable(COUNTER)) include_once(COUNTER);
?>
Does anybody know whats wrong with this code? |
|
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
fkelly
Former Moderator in Good Standing
![](modules/Forums/images/avatars/gallery/blank.gif)
Joined: Aug 30, 2005
Posts: 3312
Location: near Albany NY
|
Posted:
Wed Oct 04, 2006 7:12 am |
|
Did you put this code in the Nuke index.php or in a separate index.php that you're running?
I don't see anything wrong with the code per se but since it includes "mark_page.php" there could be something wrong there. Why not just leave it out and see what happens. What's the objective of the statistics program?
And if you are going to fiddling with code you ought to figure out how to debug it. For instance, change it to:
Code:define("COUNTER", _BBCLONE_DIR."mark_page.php");
echo 'value of counter after define is ' . COUNTER . '<BR>';
// if (is_readable(COUNTER)) include_once(COUNTER);
|
That way you could see if COUNTER is getting defined successfully and isolate the problem to mark_page.php. |
|
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
reivis
![](modules/Forums/images/avatars/gallery/blank.gif)
|
Posted:
Wed Oct 04, 2006 8:08 am |
|
It didnt work
I got the same white screen.
And bbclone is a very nice tool to use.
it worked at al of my nuke site's only not in the distro from raven.
For a example see www.reinan.nl/bbclone
Is there mayby any one else who worked with it in these distro? |
|
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
montego
Site Admin
![](modules/Forums/images/avatars/0c0adf824792d6d341ef4.gif)
Joined: Aug 29, 2004
Posts: 9457
Location: Arizona
|
Posted:
Wed Oct 04, 2006 2:09 pm |
|
I cannot think of anything within RAvenNuke that would preclude this code working as fkelly has asked you to test. Are you sure you made the edits correctly? Are these edits right at the top of index.php? If so, can you post maybe the first 20 or so lines of your index.php that is causing the white screen? Thx. |
_________________ Only registered users can see links on this board! Get registered or login!
Only registered users can see links on this board! Get registered or login! |
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
fkelly
![](modules/Forums/images/avatars/gallery/blank.gif)
|
Posted:
Wed Oct 04, 2006 6:50 pm |
|
I looked at the statistics on the link you gave. It looks fine and I can see why you'd want the package to work. However, I have to ask a slightly different question. If you can get it to work with the link you gave before, why put it in index.php of Nuke? Why not just create a bookmark for it with the /bbclone link and when you want to see the statistics, just click that link? I guess I don't understand why you want the added complexity of sticking the statistics within Nuke. |
|
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
kevinkap
Involved
![Involved Involved](modules/Forums/images/ranks/4stars.gif)
![](modules/Forums/images/avatars/gallery/blank.gif)
Joined: Apr 22, 2006
Posts: 356
|
Posted:
Thu Oct 12, 2006 8:29 am |
|
It seems as if I am having this issue as well. The site was under a parked domain. I moved the domain to its own account now. I still have issues in FF with it loading a blank white page. You can refresh it and it will generally load. It doesn't seem to happen all the time but from people in various places. some times using diff. variations of the url gives diff results but it is inconsistent. IE http//:url http://www.url url
I have indexes set to index.php, index.htm, index.html.
The site is www.maysvillesports.com
Could sentinal cause this? |
_________________ Kevin Kappes |
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
evaders99
Former Moderator in Good Standing
![](modules/Forums/images/avatars/803d73f6452557b947721.jpg)
Joined: Apr 30, 2004
Posts: 3221
|
Posted:
Thu Oct 12, 2006 10:49 am |
|
I don't seem to have any problems. I noticed you used Spam Stopper though.. which could be the first screen some people see if they are linking from another site |
_________________ - Only registered users can see links on this board! Get registered or login! -
Need help? Only registered users can see links on this board! Get registered or login! |
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
kevinkap
![](modules/Forums/images/avatars/gallery/blank.gif)
|
Posted:
Thu Oct 12, 2006 10:55 am |
|
can you explain please? As I to sometimes get the white screen.
Thanks |
|
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
evaders99
![](modules/Forums/images/avatars/gallery/blank.gif)
|
Posted:
Thu Oct 12, 2006 11:10 am |
|
Well click your link through this page...
Closest I've gotten to a white page, I don't see any others |
|
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
kevinkap
![](modules/Forums/images/avatars/gallery/blank.gif)
|
Posted:
Thu Oct 12, 2006 11:19 am |
|
yes, exactly. So I need to make some changes to spam stopper? I added this site to the white list and it resolved the issue. I guess I will have to mess with the blocker config a bit.
Thanks |
|
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
|