Opened 16 years ago

Closed 16 years ago

#8 closed defect (invalid)

index.php error

Reported by: anonymous Owned by: Gabor Hudiczius
Priority: major Milestone: airborn
Component: rTWi Version: 0.2.2
Severity: Keywords:
Cc:

Description

Hi, i have some problem with index.php, how can i do?

Quote :

[admin@myhome root]$ php /opt/share/www/lighttpd/rtwi/index.php
PHP Notice:  Undefined index:  REQUEST_URI in /opt/share/www/lighttpd/rtwi/index.php on line 586
PHP Notice:  Undefined index:  REQUEST_URI in /opt/share/www/lighttpd/rtwi/index.php on line 1023
PHP Warning:  DOMDocument::load(): I/O warning : failed to load external entity "/tmp/local/root/themes/default_ajax/layout.main.login.xsl" in /opt/share/www/lighttpd/rtwi/includes/classes/xsl_handler.inc.php on line 18
PHP Warning:  XSLTProcessor::importStylesheet(): compilation error in /opt/share/www/lighttpd/rtwi/includes/classes/xsl_handler.inc.php on line 21
PHP Warning:  XSLTProcessor::importStylesheet(): xsltParseStylesheetProcess : empty stylesheet in /opt/share/www/lighttpd/rtwi/includes/classes/xsl_handler.inc.php on line 21
PHP Warning:  XSLTProcessor::transformToXml(): No stylesheet associated to this object in /opt/share/www/lighttpd/rtwi/includes/classes/xsl_handler.inc.php on line 23
<br />
XMLRPC calls: 0 (0 multicall)<br />
XMLRPC time: 0.000000 sec<br />
Total time: 0.663971 sec[admin@myhome root]$

Change History (1)

comment:1 by Gabor Hudiczius, 16 years ago

Resolution: invalid
Status: newclosed

first, you shouldn't run it from cli (this causes the first 2 error messages - however, those are just notices, the thing could work) (or at least you should try the /opt/share/www/lighttpd/rtwi/ directory, so it could find the xsl templates (rest of the error messages))
anyway, you need to open it in a web browser, i.e.: http://127.0.0.1/rtwi/index.php

Note: See TracTickets for help on using tickets.