version 2.0.1 Admin error

Please report bugs here!

Moderator: Thorsten

Thorsten
Posts: 15725
Joined: Tue Sep 25, 2001 11:14 am
Location: #phpmyfaq
Contact:

Post by Thorsten »

Hi,

please look for

Code: Select all

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
; Error handling and logging ;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
in your php.ini and the error_reporting should be

Code: Select all

error_reporting  =  E_ALL
for example.

bye
Thorsten
phpMyFAQ Maintainer and Lead Developer
amazon.de Wishlist
calvin65
Posts: 6
Joined: Mon Jun 04, 2007 8:17 am

Post by calvin65 »

Oh,

I tested it with error_reporting = E_ALL and off, but it didnt't changed anything.

bye
Thorsten
Posts: 15725
Joined: Tue Sep 25, 2001 11:14 am
Location: #phpmyfaq
Contact:

Post by Thorsten »

Hi,

which database do you use?

bye
Thorsten
phpMyFAQ Maintainer and Lead Developer
amazon.de Wishlist
calvin65
Posts: 6
Joined: Mon Jun 04, 2007 8:17 am

Post by calvin65 »

MSSQL Server 2005
with IIS 5.1 and PHP 5.2.2
Thorsten
Posts: 15725
Joined: Tue Sep 25, 2001 11:14 am
Location: #phpmyfaq
Contact:

Post by Thorsten »

Hi,

ah, okay, another MS SQL issue. Thank you, we're working on that fix.

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