Problem wih upgrade to 5.2 or 6.x-dev

In this board you can talk about general questions about phpMyFAQ

Moderator: Thorsten

Post Reply
leo_246
Posts: 13
Joined: Sat Aug 06, 2005 9:25 pm

Problem wih upgrade to 5.2 or 6.x-dev

Post by leo_246 »

I have used 5.x since RC5 and everything is working fine. But now I want to upgrade to 5.2 and install a fresh copy of 6.x-dev.

The problem is when I click the Install button after completing the form (install/installer.php) the next page is blank with the heading "phpMyFAQ 1.5.2 Installation"

Windows 2003
IIS6
PHP 5.0.4
NTFS: All rights for all users on all folders/files

Am I doing something wrong ?
Thorsten
Posts: 15727
Joined: Tue Sep 25, 2001 11:14 am
Location: #phpmyfaq
Contact:

Post by Thorsten »

Hi,

you mean a clean 1.6.0-dev installation?

bye
Thorsten
phpMyFAQ Maintainer and Lead Developer
amazon.de Wishlist
leo_246
Posts: 13
Joined: Sat Aug 06, 2005 9:25 pm

Post by leo_246 »

Sorry for the late reply.
Yes, I mean a clean install of 1.6.x-dev.
Anyone else who has the same problem ?
Thorsten
Posts: 15727
Joined: Tue Sep 25, 2001 11:14 am
Location: #phpmyfaq
Contact:

Post by Thorsten »

Hi,

can you add a

Code: Select all

error_reporting(E_ALL);
in the first line of installer.php after the <?php and try it again? A fresh 1.6.0-ev installation worked for me few days ago.

Thanks!

bye
Thorsten
phpMyFAQ Maintainer and Lead Developer
amazon.de Wishlist
leo_246
Posts: 13
Joined: Sat Aug 06, 2005 9:25 pm

Post by leo_246 »

Nothing happens when I put:

Code: Select all

<?php error_reporting(E_ALL);
in the installer.php file.
Thorsten
Posts: 15727
Joined: Tue Sep 25, 2001 11:14 am
Location: #phpmyfaq
Contact:

Post by Thorsten »

Hi,

okay... I'll take a look at it!

bye
Thorsten
phpMyFAQ Maintainer and Lead Developer
amazon.de Wishlist
Post Reply