Re: [phpslash-users] blank page on 0.8
Brought to you by:
joestewart,
nhruby
From: Joe S. <joe...@us...> - 2004-11-24 04:23:00
|
On Tue, Nov 23, 2004 at 04:22:59PM -0800, Tigran wrote: > Trying to get 0.8 to work. > I'm not using php5 > test.php works > login.php gives a blank page just like any other page > > glossery.php says No input file specified. > > I have debugging on but I don't see any debug errors > > The server error log doesn't report anything > > If I set the database password wrong in the config.ini.php file I get a > connection error. > > I'm configuring without the wizard. > I have 7.2 already running and I'm trying to use a new installation of > 0.8 with the old database. > I have made the changes in the database using the 7_to_8.sql file. > Instead of using the 7_to_8.sql copy the scripts/db_xfer.php.disabled to public_html/db_xfer.php and run it. The 7_to_8.sql really isn't used and can't have everything needed to update. So we use the upgrade script. That file probably should have been deleted. This would explain why you have blank pages. hope this helps. Joe > Thanks > > |