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

Home » RADICORE » RADICORE Installation Issues » Login error and permissions error
Re: Login error and permissions error [message #3012 is a reply to message #1458] Wed, 04 July 2012 10:06 Go to previous message
KentTeague is currently offline  KentTeague
Messages: 1
Registered: July 2012
Junior Member
This was my fix.

Replace line

$filename = $_SERVER['DOCUMENT_ROOT'] .$dir .'/xsl/' .$xsl_file;

with

$filename = '../xsl/' .$xsl_file;

My configuration is the following:
'DOCUMENT_ROOT' - C:/Docs/www
php_value include_path ".;C:\Docs\www\RADICORE\INCLUDES"
http://localhost/docswww/radicore/ is how start the system

So the error is:
Fatal Error: File name 'C:/Docs/www/docswww/Radicore/xsl/std.detail1.xsl' does not exist (# 256).

Error in line 1112 of file 'C:\Docs\www\Radicore\includes\include.xml.php5.inc'.

PHP_SELF: /docswww/Radicore/menu/logon.php

CURRENT DIRECTORY: C:\Docs\www\Radicore\menu





 
Read Message
Read Message
Read Message
Read Message
Previous Topic: Class 'radicore_view' not found
Next Topic: Apache modules
Goto Forum:
  


Current Time: Sat Aug 03 08:13:19 EDT 2024

Total time taken to generate the page: 0.07486 seconds