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

Home » RADICORE » RADICORE Installation Issues » Help ! Can not log In Radicore v1.76.0 (Keep getting - You must log in to access this system)
Help ! Can not log In Radicore v1.76.0 [message #3193] Thu, 13 December 2012 18:18 Go to previous message
eazl is currently offline  eazl
Messages: 1
Registered: December 2012
Junior Member
Hi, I am new to radicore and followed the instructions to install.

I am using php 5.2.17 on Centos 5.8, mysql v 5.0.77

I started by creating the databases

create database connects_menu;
create database connects_dict;
create database connects_audit;
create database connects_workflow;
create database connects_survey;

created the schema
mysql -u root -p connects_menu < menu/sql/mysql/menu-schema.sql
mysql -u root -p connects_dict < dict/sql/mysql/dict-schema.sql
mysql -u root -p connects_audit < audit/sql/mysql/audit-schema.sql
mysql -u root -p connects_workflow < workflow/sql/mysql/workflow-schema.sql
mysql -u root -p connects_survey < survey/sql/mysql/survey-schema.sql

loaded the data

mysql -u root -p connects_menu < menu/sql/mysql/menu-data.sql
mysql -u root -p connects_dict < dict/sql/mysql/dict-data.sql
mysql -u root -p connects_workflow < workflow/sql/mysql/workflow-data.sql
mysql -u root -p connects_survey < survey/sql/mysql/survey-data.sql

# load menu users (once)
mysql -u root -p connects_menu < menu/sql/mysql/mnu-user.sql


checked in database all the tables are created and there is data in them

renamed the htacess .htaccess and pointed it to the include location

<Files ~ "\.inc$">
Order Deny,Allow
Deny from all
</Files>

php_value include_path "/opt/test/radicore/includes"

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 1
php_value session.use_trans_sid 0
php_value session.gc_maxlifetime 14400
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

php_value error_log phperror.log

create the includes/config.inc with user/pass/database/host

i got an error about timezone, so I added i the file
date_default_timezone_set('America/Los_Angeles');

and defined the prefix as such

$GLOBALS['dbprefix'] = 'connects_';

I got the login screen. I used the MGR/password and did not go anywhere

first time i fill the info, no feedback is given, but I can see the following cookie in firebug (changed domain with XXX below)

logon_screen_menu0=%2Fmenu%2Flogon.php; path=/; domain=XXX
menu0=fov5a0ajdf2t23q5inect6uu54; path=/; domain=XXX

I do a select of the php_session table in connects_audit and I see
mysql> select * from php_session\G
*************************** 1. row ***************************
session_id: fov5a0ajdf2t23q5inect6uu54
user_id: UNKNOWN
date_created: 2012-12-13 15:15:05
last_updated: 2012-12-13 15:15:05
session_data: cookie_data|a:1:{s:18:"logon_screen_menu0";s:15:"/menu/logon.php ";}log_sql_query|b:0;timezone_server|s:19:"America/Los_Angeles ";XSLT_client_side|b:0;css_file|s:11:"default.css";default_language|s:2: "en";user_language_array|a:2:{i:0;a:4:{i:0;s:5:"en-us";i:1;s:2: "en";i:2;s:31:"English (United States) [en_US]";i:3;s:7:"English";}i:1;a:4:{i:0;s:2:"en";i:1;s:2: "en";i:2;s:12:"English [en]";i:3;s:7:"English";}}supported_languages|a:1:{s:2:"en ";s:2:"EN";}user_language|s:2:"en";log_xml_document|b:0;pages|a:1:{s:15: "/menu/logon.php";a:4:{s:7:"task_id";s:5:"logon";s:10:"task_array ";a:1:{s:5:"logon";b:1;}s:5:"logon";a:1:{s:12:"script_count ";i:1;}s:10:"pattern_id";s:5:"logon";}}rowsperpage|i:10;page_stack|a:0:{}
1 row in set (0.00 sec)


I try again and I see the same information in firebug, but in addition I get a message in green 'You must log in to access this system.'

logon_screen_menu0=%2Fmenu%2Flogon.php; path=/; domain=XXX
menu0=fov5a0ajdf2t23q5inect6uu54; path=/; domain=XXX

I do a select * from php_session; form the connects_audit table and it comes up empty

Any help would be appreciated to debug this.

 
Read Message
Read Message
Read Message icon7.gif
Previous Topic: Partial Installation it seems
Next Topic: MySQL error on Generate PHP
Goto Forum:
  


Current Time: Thu Mar 28 22:29:19 EDT 2024

Total time taken to generate the page: 0.00915 seconds