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 ...
Search found 9 matches
- Thu Jul 22, 2010 11:50 am
- Forum: Bug reports
- Topic: New install failed: "Error: Invalid server type."
- Replies: 12
- Views: 8619
- 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
- Wed Jul 21, 2010 10:06 am
- Forum: Bug reports
- Topic: New install failed: "Error: Invalid server type."
- Replies: 12
- Views: 8619
- 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:
i see now a bunch of errors wich i added below:
- 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:
- 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:

here is the image:
- 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 ...
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 ...
- 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 ...
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 ...
- 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 ...
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 ...