Author |
Message |
chatserv
General


Joined: Jan 12, 2003
Posts: 3128
Location: Puerto Rico
|
Posted:
Mon Jun 16, 2003 7:36 am |
  |
This last one could be caused by not having .php extensions loaded in httpd.conf in which case index.html will load even if blank and even if a index.php file exists. |
_________________ Feed a man a fish and you feed him for a day. Teach a man to fish and you feed him for a lifetime.
ScriptHeaven | NukeResources |
|
    |
 |
Raven
General


Joined: Mar 22, 2003
Posts: 5233
Location: USA
|
Posted:
Mon Jun 16, 2003 8:26 am |
  |
winsoc wrote: |
I had this problem before during an install too.
I got rid of it though, by deleting the index.html files
You'll notice that those index.html files are 0 KB in size.
But your browser tries to interpretate them and cant.
Either point directly to the index.php or jus delete the index.html's
Good luck
winsoc |
That is incorrect. Those files are in there to keep Auto Indexing from listing your directory in the browser. When a browser can't interpret a file it dumps it to the screen. If that solved your problem then it was that plus something else and I can guarantee you of that. |
_________________ Those who hear not the music think the dancers mad.
Raven Web Hosting|My Scripts & Stuff |
|
    |
 |
Xtreme
Nuke Soldier


Joined: Aug 15, 2003
Posts: 20
Location: Chicago
|
Posted:
Thu Aug 14, 2003 10:58 pm |
  |
i do believe im having a similair problem
http://www.giga-lan.com/index.php
http://www.giga-lan.com/analyzer.php
although my analyzer tells me i have no values set... even though i set them
$dbhost = "mysql.secureserver.net";
$dbuname = "gignuke";
$dbpass = "MYSQLDBPASS";
$dbname = "gignuke";
$prefix = ""nuke_";
$user_prefix = "user_";
$dbtype = "MySQL";
$sitekey = (i dont know what this is... i left it default); |
_________________ Ill get to this later  |
|
       |
 |
dbova
Nuke Cadet


Joined: Sep 12, 2003
Posts: 6
Location: Montana
|
Posted:
Fri Sep 12, 2003 8:28 am |
  |
I have this problem too and it is stumping me. This happened just yesterday. What is also really weird is I get the same problem browsing out to the Internet from the webserver to PHP sites using Konguerer (like the search on rpmfind.net) Does anybody have any other ideas? I'm about to remove all PHP packages from the server and start fresh with new rpms. Here is a copy of my post on another website: http://www.nukedgallery.net/modules.php?name=Forums&file=viewtopic&p=1647#1647
Quote: |
I'm trying this forum because the problem occured just after I setup the Most Popular Photo Block. After setting it up I could not access any page on my Nuke site. In desperation I went and deleted the block's record from the nuke_blocks table. Photo Gallery is still working and I can access other static web pages. This is very weird. I tried upgrading my Nuke from 6.7 to 6.8 and still the same problem. I restarted the server a few times and nothing. It seems to be an issue with Apache serving dynamic PHP web pages. PHP is ok http://www.thebovas.com/phpinfo.php. You can see for yourself that index.php of my nuke is not working (and it is there). http://www.thebovas.com/index.php
Thanks,
Darrick
----
Gallery URL : http://www.thebovas.com/modules/Gallery/
Gallery version: 1.2.4-pl1
Apache version: 2.0.4.4
PHP version (don't just say PHP 4, please): 4.3.1
Graphics Toolkit:
Operating system: Mandrake 9.1 |
|
|
|
    |
 |
dbova
Nuke Cadet


Joined: Sep 12, 2003
Posts: 6
Location: Montana
|
Posted:
Fri Sep 12, 2003 9:08 am |
  |
Ha, deleting the block php file from the block folder solved the problem. Here I thought something much worse had happened. |
|
|
    |
 |
dionsiseire
Nuke Cadet


Joined: Jun 29, 2003
Posts: 5
|
Posted:
Sat Mar 13, 2004 6:09 am |
  |
this happened to a nuke site i was installing,
and i was looking at my config like a madman trying to figure out why
in the end i found that when i had implemented the SQL
it has created all the tables but only filled half them
id suggest just checking the SQL is all in there. it was so completely bizzare but you live and learn as the say. so since all this file checking aint working id go right back and blame SQL and check it out |
|
|
   |
 |
andreasswart
Nuke Cadet


Joined: Nov 22, 2004
Posts: 1
|
Posted:
Mon Nov 22, 2004 1:48 am |
  |
I have a similar problem, just no idea what's happening.
I see the blank page only if i go to the forum administration, so the rest is working properly.
The thing is that I have the same installation local and thats working properly.
Does anyone have any ideas?
php-nuke version 7.4
phpbb version 2.0.11 (just upgraded, didnt help)
I tested the database as well. I used the web database and exported that to my local machine. This did help neither.
I've found a solution here:
http://ravenphpscripts.com/postt557.html |
|
|
   |
 |
Fireboar
Corporal


Joined: Dec 01, 2006
Posts: 64
|
Posted:
Fri Dec 01, 2006 10:29 am |
  |
To Babutsa (OP),
I am 90-ish-% sure your problem is how your template parses. The way PHP-Libs' $template->pparse(); (and the phpbb/phpnuke modified versions) works, is by chopping off anything it doesn't understand. So that means there must be an error in the PHP coding after the header is generated. That could really be anywhere.
Try to isolate the problem by cutting out chunks of coding and seeing if it generates some stuff. If there's anything you're unsure about, you might want to post it up here so we can have a gander at it.
Cheers,
Fireboar |
_________________ http://www.fantasy-pc.com/ - PHP-Nuke website with a growing community where you can talk about anything.
Want a version of PHP-Nuke with all the bells and whistles removed? PHP-Nuke Lite is for you! |
|
    |
 |
|