Radicore Forum
Fast Uncompromising Discussions. FUDforum will get your users talking.

Home » RADICORE » RADICORE Installation Issues » Logon issue at installation (Logon issue at installation)
Logon issue at installation [message #7522] Sat, 07 November 2020 14:22 Go to previous message
fabrice94 is currently offline  fabrice94
Messages: 4
Registered: November 2020
Junior Member
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!

/index.php?t=getfile&id=579&private=0

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 "&amp;"
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
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: login page not showing
Next Topic: V 2.17.0 - dml.mysqili.class.inc
Goto Forum:
  


Current Time: Thu Mar 28 15:24:21 EDT 2024

Total time taken to generate the page: 0.07576 seconds