DMXzone Server Connect Support Product Page

Solved

Security Provider Enforcer - I cannot select in the dialog my

Reported 29 Nov 2015 07:36:46
1
has this problem
29 Nov 2015 07:36:46 Steffen Windisch posted:
I have a problem with Security Enforcer. I work with Dreamweaver CS6.
I have worked step by step video.(Restricting Access to Pages
November 25, 2015)
I can not select in the dialog my Serverconnect script.See snap.
Have I made a mistake,or it is on the Extention? Can you please help me.

Best regards

www.dropbox.com/s/nnv06hfmht9ty22/Screenshot%202015-11-28%2014.47.24.png?dl=0

Replies

Replied 30 Nov 2015 08:31:27
30 Nov 2015 08:31:27 Teodor Kuduschiev replied:
Hello Steffen,
Make sure to select the link button, next to your security provider name in the Server connect panel. Then it will appear in the select menu.
Replied 30 Nov 2015 09:45:35
30 Nov 2015 09:45:35 Steffen Windisch replied:
Hello Teodor,
Many thanks ! Yes that was the mistake
Replied 16 Dec 2015 06:42:17
16 Dec 2015 06:42:17 Steffen Windisch replied:

I'm trying to access a page with the Enforcer adjust. I get the following error:

Fatal error: lib\App::execSteps(): Failed opening required '/homepages/28/d21035160/htdocs/sample/dmxConnect/modules/SecurityProviders/SiteSecurity.php' (include_path='.:/usr/lib/php5.4') in /homepages/28/d21035160/htdocs/sample/dmxConnectLib/lib/App.php on line 113

I work with CS6. What does this? Did I do something wrong ?


Here the php part of the page:
<?php
require('dmxConnectLib/dmxConnect.php');

$app = new \lib\App();

$app->exec(<<<'JSON'
{
"steps": [

"SecurityProviders/SiteSecurity",
{
"module": "auth",
"action": "restrict",
"options": {"permissions": "admin", "loginUrl": "Login.html", "forbiddenUrl": "Message_Error.html", "provider": "SiteSecurity"}
}
]
}
JSON
, TRUE);
?>

Reply to this topic