Radicore installation problem [message #60] |
Wed, 07 June 2006 00:34 |
simon
Messages: 7 Registered: June 2006
|
Junior Member |
|
|
For testing of radicore on my system I have done the following:
1. Dowloaded radicore 1.8
2. Unzipped and copied radicore directory structure under
my document-root (/var/www/html)
3.Created .htaccess file under radicore with following content:
php_value default_charset "UTF-8"
php_value include_path " .:/var/www/html/radicore/includes:/var/www/html/radicore/men u:/var/www/html/radicore/audit:/var/www/html/radicore/workfl ow:/var/www/html/radicore/dict "
php_value register_globals 0
php_value magic_quotes_gpc 0
php_value session.use_cookies 1
php_value session.use_only_cookies 0
php_value session.use_trans_sid 1
php_value session.gc_maxlifetime 3600
php_value arg_separator.output "&"
php_value url_rewriter.tags "a=href,area=href,frame=src,input=src,fieldset="
4.Tried to access radicore with http://localhost/radicore and following content appeared:
RADICORE demonstration system
View Error Log Delete Error Log
Home page <- Click here for my home page
Logon <- Click here for the logon screen
Logon (csxslt) <- Click here for the logon screen (with client-side XSL transformations)
5. Clicked on the item Logon and the following error appeared:
Warning: main(include.general.inc) [function.main]: failed to open stream: No such file or directory in /var/www/html/radicore/menu/logon.php on line 18
Fatal error: main() [function.require]: Failed opening required 'include.general.inc' (include_path='.:/usr/share/pear') in /var/www/html/radicore/menu/logon.php on line 18
I could not move further becos of this issue. Kindly help me.
Regards
EK Simon.
|
|
|