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

Home » RADICORE » RADICORE Installation Issues » Radicore installation problem
Radicore installation problem [message #60] Wed, 07 June 2006 00:34 Go to next message
simon is currently offline  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.
Re: Radicore installation problem [message #62 is a reply to message #60] Wed, 07 June 2006 03:52 Go to previous messageGo to next message
admin is currently offline  admin
Messages: 2
Registered: April 2006
Junior Member
Administrator
The error message says that it cannot find that file with an include path which contains only '.:/usr/share/pear', which is not what has been specified in the (dot)htaccess file. It sounds as if Apache is not processing your (dot)htaccess file. Note that the contents of (dot)htaccess will be ignored by Apache unless the correct AllowOverride option has been set in your HTTPD.CONF file as shown in item (2) of http://www.radicore.org/installation.php
Re: Radicore installation problem [message #63 is a reply to message #62] Wed, 07 June 2006 08:44 Go to previous messageGo to next message
simon is currently offline  simon
Messages: 7
Registered: June 2006
Junior Member
Thank very much for your instructions. That problem has been rectified now.

Now when I tried to run the Logon option, the following error appears:

This application has encountered an unrecoverable error

The following has been reported to the administrator:
2006-06-07 18:05:06

Fatal Error: DOM functions are not available. (# 256).

Error in line 478 of file '/var/www/html/radicore/includes/include.xml.php5.inc'.

Script: /radicore/menu/logon.php

Remote Address: 127.0.0.1

Request URI: /radicore/menu/logon.php


What shall I do? My working environment is:
Fedora Core 4
mysql 4.1.11-2
php 5.0.4
httpd-2.0.54-10
Document Root: /var/www/html

Kindly help me.

Regards
EK Simon
Re: Radicore installation problem [message #64 is a reply to message #63] Wed, 07 June 2006 09:14 Go to previous messageGo to next message
AJM is currently offline  AJM
Messages: 2347
Registered: April 2006
Location: Surrey, UK
Senior Member
You need to load the extensions for DOM and XSL, as documented in http://www.radicore.org/radicore-for-php.php. Different extensions are required for PHP 4 and PHP 5.

On a Windows PC it is as simple as commenting out the ';' at the beginning of the relevant line in the extensions section. On other machines you will have to rebuild PHP withthe correct configure commands. Please check the PHP documentation for details.


Re: Radicore installation problem [message #67 is a reply to message #64] Fri, 09 June 2006 04:36 Go to previous message
simon is currently offline  simon
Messages: 7
Registered: June 2006
Junior Member
As per your instruction to incorporate dom and xsl to php, I downloaded the rpm file: php-xml-5.0.4-10.x86_64.rpm from the site http://rpm.pbone.net and installed on my fedora core 4 system. It is working fine now.

Thanking you
EK Simon
Previous Topic: Problem with setting include paths
Next Topic: mysql scripts do not create databases
Goto Forum:
  


Current Time: Thu Mar 28 06:50:25 EDT 2024

Total time taken to generate the page: 0.01001 seconds