Hi all !
I have a problem during authentication.
I type the identifier: MGR
the password: and I understand correctly that I have to type in password!
And I get a very dry message: "Security Violation"
same attempt with demo / demo same result!
I downloaded the latest version (2.16.0) of the Radicore framework.
I installed it on a Windows 7 Pro SP1 machine
I use on this same machine: WAMP 32 bits 3.17
my .htaccess looks like this:
----8<--------8<--------8<--------8<--------8<--------8 <--------8<--------8<--------8<----
<Files ~ "\.inc$">
Order Deny,Allow
Deny from all
</Files>
php_value include_path ".;D:\wamp32_317\www\radicore\includes;D:\wamp32_317\www\radicore\menu;"
php_value default_charset "UTF-8"
php_value mbstring.internal_encoding "UTF-8"
php_value register_globals 0
php_value magic_quotes_gpc 0
php_value magic_quotes_runtime 0
php_value magic_quotes_sybase 0
# php_value session.use_cookies 1
# php_value session.use_only_cookies 0
# php_value session.use_trans_sid 1
php_value session.use_cookies 1
php_value session.use_only_cookies 1
php_value session.use_trans_sid 0
php_value session.gc_maxlifetime 14400
php_value session.cookie_httponly 1
php_value arg_separator.output "&"
php_value url_rewriter.tags "a=href,area=href,frame=src,input=src,fieldset="
php_value always_populate_raw_post_data -1
----8<--------8<--------8<--------8<--------8<--------8 <--------8<--------8<--------8<----
file : config.inc looks like this (extracts)
----8<--------8<--------8<--------8<--------8<--------8 <--------8<--------8<--------8<----
...
// set this to TRUE to write all sql queries to file 'sql/<script_id>.sql' (for debugging)
$GLOBALS['log_sql_query'] = true;
...
// defines directory into which error logs will be written
//define('ERROR_LOG_DIR', $_SERVER['DOCUMENT_ROOT'].'/error_logs');
...
// causes the logstuff() function to write details to the log file
define('LOGSTUFF', true);
...
----8<--------8<--------8<--------8<--------8<--------8 <--------8<--------8<--------8<----
I guess: "There is something rotten in the state of my setup"
What else can I check to resolve this issue? Ideas ?
cordially
fabrice94