This is a discussion on phpnuke installation within the PHP Language forums, part of the PHP Programming Forums category; I copied over the phpnuke html files (latest version from sourceforge), created a mysql DB, added the settinsg to the ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
I copied over the phpnuke html files (latest version from sourceforge),
created a mysql DB, added the settinsg to the config file. Anything else I need to do? When I run admin.php, I get a completely blank page. Looking at the html source in the, it is a valid html file but with no content at all. Any ideas? -- --- Stunning fractal photographs http://www.morello.co.uk/fractal.htm |
|
|||
|
anon wrote:
> When I run admin.php, I get a completely blank page. Looking at the > html source in the, it is a valid html file but with no content at > all. > Check the error logs or enable the display_errors directive in the php.ini file. All that you see now is the result of the header sent by PHP after it exited due to an error. JW |
|
|||
|
anon wrote:
> I copied over the phpnuke html files (latest version from sourceforge), > created a mysql DB, added the settinsg to the config file. > > Anything else I need to do? > > When I run admin.php, I get a completely blank page. Looking at the html > source in the, it is a valid html file but with no content at all. There are dozens of items on the phpnuke forum regarding this problem |