I installed phpnuke6.0 just now and i didnt change any files exept config.php and everything looks ok when i look analyze.php on my server.
but when i try to open index.php or admin.php with my browser i only see a blank page.
Really odd, all seems to be ok, what i can think of is re-uploading the files to make sure none was corrupted when uploading the first time, making sure that images get uploaded in binary mode and php, html, txt and others in ascii mode would be a good idea.
_________________ 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
Babutsa Guest
Posted:
Fri Feb 07, 2003 1:39 pm
idunno i am not sure
because this is my 5th time that uploading again:)
any way to upload with putty by ssh
maybe by using lynx command but idunno how to do...
but also i dont belive that this is the point
and i cant figure it out...
Babutsa Guest
Posted:
Sat Feb 08, 2003 2:28 pm
Hey nuke cops any idea????
ArtificialIntel
Joined: Jan 31, 2004
Posts: -88
Posted:
Sat Feb 08, 2003 2:31 pm
the tiny little bell rining in the back of my head suggests that maybe it's a php issue, not a MySQL issue.
Have you turned on the debug modes mentioned in the Welcome thread in the Announcements forum? If not, do so and report back any errors that get kicked up.
ArtificialIntel
Zhen-Xjell Nuke Cops Founder
Joined: Nov 14, 2002
Posts: 5939
Posted:
Sat Feb 08, 2003 6:21 pm
At least we're getting tougher questions these days. That must mean the folks are getting more experienced.
Hmm, another candidate for hard topics?
What program did you use to FTP the files up?
_________________ Paul Laudanski, Microsoft MVP Windows-Security
CastleCops: [de] [en] [wiki]
babutsa Guest
Posted:
Mon Feb 10, 2003 2:31 pm
hmm
its cute ftp
and i am using passive mode while uploading files..
and its adjusted to auto mode for binary or ascii files.
Catch something?
cumon cops!
ArtificialIntel
Joined: Jan 31, 2004
Posts: -88
Posted:
Mon Feb 10, 2003 3:28 pm
set it to binary and try that. Auto sometimes selects ASCII no matter what it's supposed to be.
ArtificialIntel
chatserv General
Joined: Jan 12, 2003
Posts: 3128
Location: Puerto Rico
Posted:
Mon Feb 10, 2003 3:31 pm
Right clicking on the blank page shows Nuke's header code but nothing else, as if no themes existed. The analyzer seems to be missing as well.
_________________ 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
hmelo Nuke Cadet
Joined: Feb 12, 2003
Posts: 2
Location: Brasil
Posted:
Sun Feb 23, 2003 7:30 pm
Hi,
I started using PHP Nuke in my website a month ago and i had a similar problem when i changed the default theme. The site was working fine, but when i changed the theme there was only a blank page. The permissions were Ok.
This was a big problem since i couldn´t login in Admin session to change the theme.
I solved this problem changing the theme manually.
Try it too..
// login in the Mysql server
mysql --host=216.157.129.254 --user=babutsa --password=YOURMYSQLPASS
// select DB
use babutsa_nuke;
// Update theme
update nuke_config set Default_Theme = "Sunset";
It worked for me. It was a problem in The theme. Maybe some file was corrupted.
If it doesn´t work change the Theme back
update nuke_config set Default_Theme = "DeepBlue";
[]s
winsoc Nuke Cadet
Joined: Jun 16, 2003
Posts: 7
Posted:
Mon Jun 16, 2003 6:57 am
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
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