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

Home » RADICORE » RADICORE Installation Issues » Failed opening required 'include.general.inc'
Failed opening required 'include.general.inc' [message #3753] Mon, 10 June 2013 06:56 Go to next message
nana is currently offline  nana
Messages: 2
Registered: June 2013
Junior Member
am having this problem... can any body help me

Warning: require(include.general.inc): failed to open stream: No such file or directory in C:\wamp\www\radicore\menu\logon.php on line 28
Call Stack
# Time Memory Function Location
1 0.0218 163512 {main}( ) ..\logon.php:0

( ! ) Fatal error: require(): Failed opening required 'include.general.inc' (include_path='.;C:\php\pear') in C:\wamp\www\radicore\menu\logon.php on line 28
Call Stack
# Time Memory Function Location
1 0.0218 163512 {main}( ) ..\logon.php:0
Re: Failed opening required 'include.general.inc' [message #3754 is a reply to message #3753] Mon, 10 June 2013 07:19 Go to previous messageGo to next message
AJM is currently offline  AJM
Messages: 2347
Registered: April 2006
Location: Surrey, UK
Senior Member
You have not update your include_path to identify where the 'includes' directory is located. Please refer to item #3 in http://www.radicore.org/installation.php

Error [message #3755 is a reply to message #3754] Mon, 10 June 2013 10:43 Go to previous messageGo to next message
nana is currently offline  nana
Messages: 2
Registered: June 2013
Junior Member
Pls this is the error am getting dis time

This application has encountered an unrecoverable error

The following has been reported to the administrator:
2013-06-10 14:40:36

Fatal Error: mysqli_connect(): Access denied for user '****'@'localhost' (using password: YES)

Error in line 259 of file 'C:\wamp\www\radicore\menu\dml.mysqli.class.inc'.

PHP_SELF: /radicore/menu/logon.php

CURRENT DIRECTORY: C:\wamp\www\radicore\menu

SERVER_ADDR: 127.0.0.1

SERVER_NAME: localhost

HTTP_HOST: localhost

REMOTE_ADDR: 127.0.0.1

REQUEST_URI: /radicore/menu/logon.php
Re: Error [message #3756 is a reply to message #3755] Mon, 10 June 2013 12:07 Go to previous messageGo to next message
AJM is currently offline  AJM
Messages: 2347
Registered: April 2006
Location: Surrey, UK
Senior Member
You haven't updated the CONFIG.INC file to replace '****' with your username and password. Please read *AND FOLLOW* the installation instructions.

Re: Error [message #3982 is a reply to message #3756] Sat, 30 November 2013 15:23 Go to previous messageGo to next message
jbusciglio is currently offline  jbusciglio
Messages: 4
Registered: November 2013
Junior Member
for the OP, just use notepad++ to rename htaccess.text to .htaccess, you can have a no name file in windows, it's no problem. This of course assumes you did put the path like step 3 showed you
Re: Error [message #4402 is a reply to message #3982] Thu, 31 July 2014 01:29 Go to previous message
BenjaminCao is currently offline  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
Previous Topic: Installation problem with Parallels Plesk
Next Topic: SQLSRV Driver
Goto Forum:
  


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

Total time taken to generate the page: 0.00969 seconds