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 next 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
Re: Logon issue at installation [message #7523 is a reply to message #7522] Sat, 07 November 2020 16:14 Go to previous messageGo to next message
AJM is currently offline  AJM
Messages: 2347
Registered: April 2006
Location: Surrey, UK
Senior Member
Yes, you MUST use a password. That message simply means that the combination of user_id and password that you entered is not valid. Can you use the combination shown at the bottom of the screen (demo/demo)? Have you loaded the database data as shown in point 5 of the installation instructions at https://www.radicore.org/installation.php?

Re: Logon issue at installation [message #7524 is a reply to message #7523] Sat, 07 November 2020 16:53 Go to previous messageGo to next message
fabrice94 is currently offline  fabrice94
Messages: 4
Registered: November 2020
Junior Member
Quote:

And I get a very dry message: "Security Violation"

same attempt with demo / demo same result!

ok I'm gonna check again the point 5 of installation.
I'll let you know if results are better.

Fabrice Bouillerot

One question :
Re: Logon issue at installation [message #7525 is a reply to message #7523] Sat, 07 November 2020 17:25 Go to previous messageGo to next message
fabrice94 is currently offline  fabrice94
Messages: 4
Registered: November 2020
Junior Member
OK I've done again the point 5 and now I got this kind of message :

D:\wamp32_317\www\radicore\includes\include.library.inc:7457 :string '
2020-11-07 23:20:51
Fatal Error: MySQL: Illegal mix of collations (utf8_general_ci,IMPLICIT) and (utf8_unicode_ci,IMPLICIT) for operation '=' (# 1267)
SQL query: SELECT mnu_role.role_id, mnu_role.start_task_id, allow_responsive_gui, (SELECT GROUP_CONCAT(role_id ORDER BY role_id SEPARATOR ',') FROM mnu_user_role WHERE user_id='MGR' AND start_date='2020-11-07 00:00:00') AS role_list
FROM mnu_user_role
LEFT JOIN mnu_role ON (mnu_role.role_id=mnu_user_role.role_id)
WHERE mnu_user_role.user_id='MGR' AND mnu_'... (length=5148)


So I'll reinstall all from scratch and let you if Encouter the same problem.


thank you for your answer
Re: Logon issue at installation [message #7526 is a reply to message #7523] Sat, 07 November 2020 17:51 Go to previous messageGo to next message
fabrice94 is currently offline  fabrice94
Messages: 4
Registered: November 2020
Junior Member
OK I've Reloaded from scratch every
database (checked utf8_unicode_ci) for each one database,
schema.sql,
and data file.

Now I reach the message of the day screen

Thank you again for your quick answer and concise support

Fabrice Bouillerot
Re: Logon issue at installation [message #7527 is a reply to message #7526] Sat, 07 November 2020 19:24 Go to previous message
AJM is currently offline  AJM
Messages: 2347
Registered: April 2006
Location: Surrey, UK
Senior Member
I'm glad you got it sorted out. I hope you have fun with my framework.

Previous Topic: login page not showing
Next Topic: V 2.17.0 - dml.mysqili.class.inc
Goto Forum:
  


Current Time: Thu Mar 28 06:06:15 EDT 2024

Total time taken to generate the page: 0.01062 seconds