Search found 9 matches

by ddaemen
Thu Jul 22, 2010 11:50 am
Forum: Bug reports
Topic: New install failed: "Error: Invalid server type."
Replies: 12
Views: 8619

Re: New install failed: "Error: Invalid server type."

Hi Thorsten,

thanks, but still have some errors (like attatchement)

i looked through the sqlsrv.php file and changed 2 lines of code on line number 331:

Old:
$stmt = sqlsrv_fetch($result);
return (sqlsrv_get_field($stmt, 0) + 1);

New:
sqlsrv_fetch($result);
return (sqlsrv_get_field($result ...
by ddaemen
Wed Jul 21, 2010 10:51 am
Forum: Bug reports
Topic: New install failed: "Error: Invalid server type."
Replies: 12
Views: 8619

Re: New install failed: "Error: Invalid server type."

I use the SQL Driver for PHP 2.0 vc9 nts
by ddaemen
Wed Jul 21, 2010 9:11 am
Forum: Bug reports
Topic: New install failed: "Error: Invalid server type."
Replies: 12
Views: 8619

Re: New install failed: "Error: Invalid server type."

Ok, then i come a step further:

i see now a bunch of errors wich i added below:
by ddaemen
Wed Jul 21, 2010 8:31 am
Forum: Bug reports
Topic: New install failed: "Error: Invalid server type."
Replies: 12
Views: 8619

Re: New install failed: "Error: Invalid server type."

Yes, i see the file:
by ddaemen
Wed Jul 21, 2010 8:15 am
Forum: Bug reports
Topic: New install failed: "Error: Invalid server type."
Replies: 12
Views: 8619

Re: New install failed: "Error: Invalid server type."

Hi, sorry for my late reply, but i did not see your reply :)

here is the image:
by ddaemen
Fri Jul 16, 2010 9:57 am
Forum: Bug reports
Topic: New install failed: "Error: Invalid server type."
Replies: 12
Views: 8619

New install failed: "Error: Invalid server type."

Hi all,

when i do a new install PHPMyFAQ i get an error "Error: Invalid server type." added screenshots should explain more.

I'm using the Microsofts SQL driver for PHP and only using that, my whole website runs on it and works fine, only phpmyfaq does not work. i'm 100% sure that the given ...
by ddaemen
Thu Jun 03, 2010 2:31 pm
Forum: Bug reports
Topic: Errors after upgrading to 2.6.5
Replies: 2
Views: 3724

Re: Errors after upgrading to 2.6.5

i changed define('DEBUG', false); to define('DEBUG', true); in inc\Init.php wich gives me only a text DEBUG INFORMATION: on the bottom of the screen.

What i also noticed: i cannot login with my credentials, altough de database is filled with the users i already had.

And i do not see faq records ...
by ddaemen
Wed Jun 02, 2010 3:47 pm
Forum: Bug reports
Topic: Errors after upgrading to 2.6.5
Replies: 2
Views: 3724

Errors after upgrading to 2.6.5

Hi all,

1st i have changed my php version 5.2.12 ISAPI to 5.3.2 FastCGI

then i noticed phpmyfaq did not work anymore cause mssql extension is not included anymore in this php version.

so i changed it to microsofts php sql server driver 2.0 (wich i had already installed)

then i upgraded the ...