| Author |
Message |
eastdon New Member


Joined: Dec 29, 2006 Posts: 2
|
Posted:
Fri Dec 29, 2006 4:06 pm |
|
Here is my environment:
Win-XP SP-2
PHP : 5.2.0
Apache : 2.2.3
MySQL : 5.0.27
phpMyAdmin : 2.9.1.1
I've tried to install phpnuke base on these environment as above.
First time I link "//localhost/phpnuke/index.php" it shows web-page for import nuke.sql to MySQL. So far, everything seems ok, but after imported nuke.sql that I link "//localhost/phpnuke/index.php" again, the web-page only white and nothing. Eventhough I link "//localhost/phpnuke/admin.php" is the same problem.I log-on to phpMyAdmin to check the database that the nuke DB has been created and nuke.sql imported correctly. So I check the font type, conf, tried the different configuration over and over again just can't find out the problem.
I thought, perhaps some of my versio are too high. Does anyone has same situation ??? |
|
|
|
 |
Guardian2003 Site Admin

Joined: Aug 28, 2003 Posts: 4581 Location: Slovakia - working my way around Eastern Europe
|
Posted:
Fri Dec 29, 2006 9:17 pm |
|
You would be crazy to use v8.0 or anything after 7.6 regardless of your environment. |
|
|
|
 |
evaders99 Moderator

Joined: Apr 30, 2004 Posts: 2761
|
Posted:
Sun Dec 31, 2006 12:16 am |
|
White page usually indicates an error, we need to see errors from your error log.
I do not recommend using MySQL 5 at this stage. |
|
|
|
 |
eastdon New Member


Joined: Dec 29, 2006 Posts: 2
|
Posted:
Sun Dec 31, 2006 11:14 am |
|
Ok~ I posted some information.
Here is my configuration in config.php:
$dbhost = "localhost";
$dbuname = "root";
$dbpass = "xxxxx";
$dbname = "nuke";
$prefix = "nuke";
$user_prefix = "nuke";
$dbtype = "MySQL";
$sitekey = "TRsDEFmcZD6Cx7Y0mMtwdNmczZPeqhAR8eIm1Ia4";
$gfx_chk = 0;
$subscription_url = "";
$admin_file = "admin";
$nuke_editor = 1;
$display_errors = 1;
==Some log below after I link to "/localhost/phpnuke/index.php"==
Apache "access.log"
127.0.0.1 - - [31/Dec/2006:09:07:38 -0800] "GET /phpnuke/index.php HTTP/1.1" 200 70
Apache "error.log"
[Sun Dec 31 08:48:29 2006] [notice] Apache/2.2.3 (Win32) PHP/5.2.0 configured -- resuming normal operations
[Sun Dec 31 08:48:29 2006] [notice] Server built: Jul 27 2006 16:49:49
[Sun Dec 31 08:48:29 2006] [notice] Parent: Created child process 1492
[Sun Dec 31 08:48:29 2006] [notice] Child 1492: Child process is running
[Sun Dec 31 08:48:29 2006] [notice] Child 1492: Acquired the start mutex.
[Sun Dec 31 08:48:29 2006] [notice] Child 1492: Starting 64 worker threads.
[Sun Dec 31 08:48:29 2006] [notice] Child 1492: Starting thread to listen on port 80.
MySQL error log
061231 8:48:50 InnoDB: Started; log sequence number 0 1723818
061231 8:48:54 [Note] C:\Program Files\MySQL\MySQL Server 5.0\bin\mysqld-nt: ready for connections.
Version: '5.0.27-community-nt' socket: '' port: 3306 MySQL Community Edition (GPL)
BTW, I've tried the phpnuke-v8.0 under AppServ 2.5.7 for Win32 that is no problem, just for you guys information.
Thanks |
|
|
|
 |
|
|
|
|