Re: Error [message #4402 is a reply to message #3982] |
Thu, 31 July 2014 01:29 |
BenjaminCao
Messages: 1 Registered: July 2014 Location: Shanghai China
|
Junior Member |
|
|
The following steps could be proceed after install database.
Step 1:
open http://localhost/radicore/menu/logon.php in my browser, and error message occured as:
------------------------------------------------------------ -------------------------------------------------
Fatal error: require(): Failed opening require 'include.general.inc' (include_path='.;C:\xampp\php\PEAR') in
C:\xampp\htdocs\radicore\menu\logon.php on line 28
------------------------------------------------------------ -------------------------------------------------
Instructions for this problem could be found in part three of http://www.radicore.org/installation.php
In addition, I amended php.ini In xampp\php\php.ini as follows.
include_path=".;C:\xampp\php\pear;C:\xampp\htdocs\radicore\includes "
If it did not work, I could the same thing in http.conf in Apache.
Step 2: create directory: C:\xampp\htdocs\demo\error_logs
Step 3: in \includes\config.inc, I configured
-----------------------------------------------------
$servers[0]['dbusername'] = 'tony'; //in line 60: replace the tony with my database name
$servers[0]['dbuserpass']='******'; //in line 61: replace the ****** with my password for accessing database
$GLOBALS['dbhost'] = 'localhost'; //in line 39:
$GLOBALS['dbprefix']= ''; //in line 41: $GLOBALS['dbprefix']= 'demo_'; is the original version
$GLOBAL['http_server'] = 'localhost'; //in line 79: $GLOBAL['http_server'] = 'local.radicore.org';
$GLOBAL['https_server'] = 'localhost'; //in line 81: $GLOBAL['https_server'] = 'local.radicore.org';
-----------------------------------------------------
Step 4: open https://localhost/radicore/ and click on Proceed anyway if https is not supported in your server.
Step 5:login as
--------------------------------------------
User = MGR
Pswd = password (case sensitive)
--------------------------------------------
-- best regard
Benjamin Cao
|
|
|