I am trying to get a new program working. The log is showing the following error:
2008-07-19 16:52:03.163 NOTICE [192.168.1.100:54115-0#_AdminVHost] [STDERR] PHP Warning: fopen(/usr/local/lsws/tickers/tickers.xml.new) [<a href='function.fopen'>function.fopen</a>]: failed to open stream: Permission denied in /usr/local/lsws/admin/html.3.3.11/classes/ConfigFile.php on line 46
2008-07-19 16:52:03.170 NOTICE [192.168.1.100:54115-0#_AdminVHost] [STDERR] failed to open in write mode for /usr/local/lsws/tickers/tickers.xml.new
I've got that sorted but it didn't solve the problem.
I am trying to make a new application work here: www.tickers.disboards.com
It has it's own listener, ipaddress and configuration.
It seems to work fine untill the last steop when it actually creates the ticker, then I get a blank page.
It is using ./htaccess but most of that seems to be working fine.
Here is a link to a failed try: http://tickers.disboards.com/tickers...0yq4mn303s.png
The software developer can't explain this and I was wondering if there was anything in litespeed that could be causing the issue
You should check the error log for any hint, make sure all required modules are included, you can also "strace" the lsphp process while processing the request.