Search found 12 matches

by nanor
Tue Apr 05, 2005 2:31 pm
Forum: General discussions
Topic: phpmyfaq1.5.0rc1 with MS SQL
Replies: 21
Views: 24661

This is the log I get when I exec index.php:


exec sp_server_info 18
go
SELECT max(sid) as current_id FROM faqsessions
go
INSERT INTO faqsessions (sid, ip, time) VALUES (1, '10.196.148.123', 1112707000)
go
SELECT id, lang, parent_id, name, description FROM faqcategories WHERE lang = 'fr' ORDER BY ...
by nanor
Tue Apr 05, 2005 1:18 pm
Forum: General discussions
Topic: phpmyfaq1.5.0rc1 with MS SQL
Replies: 21
Views: 24661

Hi Torsten,

I've tested what you suggsted and I get the same message:

Warning: mssql_result(): supplied argument is not a valid MS SQL-result resource in D:\Data\www\phpmyfaq.1.5.0.rc3\inc\mssql.php on line 326

Warning: Cannot modify header information - headers already sent by (output started ...
by nanor
Fri Apr 01, 2005 4:06 pm
Forum: General discussions
Topic: phpmyfaq1.5.0rc1 with MS SQL
Replies: 21
Views: 24661

Hi,

As you suggested, I've created the tables by hand but I'm not sure it worked because I have this message on the homepage.


Warning: mssql_result(): supplied argument is not a valid MS SQL-result resource in D:\Data\www\phpmyfaq.1.5.0.rc3\inc\mssql.php on line 326

Warning: Cannot modify ...
by nanor
Mon Mar 21, 2005 6:26 pm
Forum: General discussions
Topic: phpmyfaq1.5.0rc1 with MS SQL
Replies: 21
Views: 24661

Hi Torsten,

I've tried the rc3 and still have the same message.
Again I have made a trace on the SQL server to see what it does.
I'm wondering if it is not something about the selection of the database. Indeed I don't see anywhere in this trace the BD name. What do you think?
Ronan


Audit Login ...
by nanor
Mon Mar 21, 2005 4:40 pm
Forum: General discussions
Topic: phpmyfaq1.5.0rc1 with MS SQL
Replies: 21
Views: 24661

Hi Torsten,

When you have time, can you send me a fix for MS SQL ?

I'm also using PHPMYFAQ with mysql and it works great!

Thank you.

Ronan
by nanor
Thu Mar 03, 2005 1:56 pm
Forum: General discussions
Topic: phpmyfaq1.5.0rc1 with MS SQL
Replies: 21
Views: 24661

Hi!

When I do this...

CREATE TABLE faq_faquser (
id integer NOT NULL,
name varchar(64) NOT NULL,
pass varchar(64) NOT NULL,
realname varchar(255) DEFAULT '',
email varchar(255) DEFAULT '',
rights varchar(255) NOT NULL,
PRIMARY KEY (id))
go
SELECT @@ERROR AS ErrorCode


... it creates ...
by nanor
Thu Mar 03, 2005 10:11 am
Forum: General discussions
Topic: phpmyfaq1.5.0rc1 with MS SQL
Replies: 21
Views: 24661

Hi,

Yes it is possible. I did it by hand and it worked.
Do you think there are other traces that could be more explicit?

Ronan
by nanor
Wed Mar 02, 2005 5:39 pm
Forum: General discussions
Topic: phpmyfaq1.5.0rc1 with MS SQL
Replies: 21
Views: 24661

Hi Thorsten,

I've made a log with sql server and this is what it does:


CREATE TABLE faq_faquser (
id integer NOT NULL,
name varchar(64) NOT NULL,
pass varchar(64) NOT NULL,
realname varchar(255) DEFAULT '',
email varchar(255) DEFAULT '',
rights varchar(255) NOT NULL,
PRIMARY KEY (id))
go
SELECT ...
by nanor
Wed Mar 02, 2005 2:25 pm
Forum: General discussions
Topic: phpmyfaq1.5.0rc1 with MS SQL
Replies: 21
Views: 24661

Hi!

I've tried the patch you've sent to my email and now I get this message.

Code: Select all

| 

Error: Please install your version of phpMyFAQ once again or send us a bug report.
DB error: 0
I've tried the script on 2 different SQL Server and I have the same result.

Thank you for your help.

Ronan
by nanor
Mon Feb 28, 2005 6:27 pm
Forum: General discussions
Topic: phpmyfaq1.5.0rc1 with MS SQL
Replies: 21
Views: 24661

Hi,

I made the change you told me to do and It still doesn't work. I get this message (with no explanations)


|

Error: Please install your version of phpMyFAQ once again or send us a bug report.
DB error:

Do you have an idea of the problem?

Ronan

PS: I'm ok to test the script with MS SQL ...
by nanor
Fri Feb 25, 2005 5:29 pm
Forum: General discussions
Topic: phpmyfaq1.4.6 and pdf
Replies: 9
Views: 10697

phpmyfaq1.4.6 and pdf

Hi,

I have a problem with phpmyfaq1.4.6.

My system:
PHP v5.0.3
IIS
Mysql v4.1

The script works well except when I want to export in .pdf a document that contains an image.
[edit] > If I do not have an image, it works.

I get this message:


Warning: getimagesize(../www/phpmyfaq1.4.6/images ...
by nanor
Fri Feb 25, 2005 5:16 pm
Forum: General discussions
Topic: phpmyfaq1.5.0rc1 with MS SQL
Replies: 21
Views: 24661

phpmyfaq1.5.0rc1 with MS SQL

Hi,

I have a problem with phpmyfaq v1.5.0rc1.

My system:
PHP v5.0.3
IIS
SQL Server 2000

When I go to the installer.php page, I fill all the fields and when I clic Valid I get this message:

Parse error: syntax error, unexpected ':' in D:\Data\www\phpmyfaq1.5.0rc1\inc\mssql.php on line 302

Do you ...