Search found 7 matches

by Marco23
Mon Sep 09, 2013 10:12 am
Forum: Bug reports
Topic: Error "Access denied" when accessing FAQ
Replies: 4
Views: 14605

Re: Error "Access denied" when accessing FAQ

Hi Benjamin,
Thanks for your help.

I t ried this, but it did not work for me.
The rights are actually not being inserted into the rights table.
The SQL is not good (output from function addPermission($mode, $recordId, $ids) in FAQ.php)
INSERT INTO GroupITfaqdata_user (record_id, user_id) VALUES (19 ...
by Marco23
Mon Sep 09, 2013 9:01 am
Forum: Bug reports
Topic: Error "Access denied" when accessing FAQ
Replies: 4
Views: 14605

Error "Access denied" when accessing FAQ

Hi,

I am using phpMyFAQ version 2.8.2 on SQL 2008 R2 and IIS 7.5 (all on Windwos 2008 R2 machines) with PHP 5.5.2

When I create a faq it says "saved successfully" but I get an message saying "Automatic link verification result
No URLs compatible with link verifier feature found"

After that I ...
by Marco23
Fri Sep 06, 2013 12:00 pm
Forum: Webserver and configuration
Topic: Question MS SQL Server Instance on Remote Server
Replies: 11
Views: 18294

Re: Question MS SQL Server Instance on Remote Server

Hi,

I have fixed that too.

Cause: I did an install with everything on the same machine (SQL and IIS) because I couldn't install on the "complex" setup I have.
And then just detached and reattached the DB to my production DB.
I found that in the table faqconfig the field main.referenceURL still ...
by Marco23
Fri Sep 06, 2013 10:17 am
Forum: Webserver and configuration
Topic: Question MS SQL Server Instance on Remote Server
Replies: 11
Views: 18294

Re: Question MS SQL Server Instance on Remote Server

Hi,

After some trying I got it working but there is one thing which is bad but probably simple to fix:

I am getting this error:
Do you know that your Internet Explorer is out of date?
Please use Internet Explorer 8+, Mozilla Firefox 4+, Google Chrome, Apple Safari 5+ or Opera 11+

I am actually ...
by Marco23
Tue Aug 27, 2013 8:24 pm
Forum: Webserver and configuration
Topic: Question MS SQL Server Instance on Remote Server
Replies: 11
Views: 18294

Re: Question MS SQL Server Instance on Remote Server

Hello Thorsten,

Thanks. I will try this.

Regards,

Marco
by Marco23
Tue Aug 27, 2013 2:45 pm
Forum: Webserver and configuration
Topic: Question MS SQL Server Instance on Remote Server
Replies: 11
Views: 18294

Re: Question MS SQL Server Instance on Remote Server

Hi Thorsten,

First of all thanks for your help.

"Never tried this configuration" means

1) Never tried with SQL on a remote server (this is a classic setup with web server on server A and DB on server B)?
or
2) Never tried with a named instance <server name>\<instance name>?
or
3) Never tried with ...
by Marco23
Mon Aug 26, 2013 10:15 pm
Forum: Webserver and configuration
Topic: Question MS SQL Server Instance on Remote Server
Replies: 11
Views: 18294

Question MS SQL Server Instance on Remote Server

Hi,

I have an MS SQL 2008 R2 installation on a remote server <server name>, the SQL server instance is not the default instance, i.e.
<server name>\<instance name>
When I enter this under "Database Host", I get an error that PHPmyFAQ cannot connect to the DB.
Is this not a supported setup or am ...