Error message

alex

Well-Known Member
#1
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

The page that isn't working is here:
http://tickers.disboards.com/tickers/el6u750yykifyjpj.png

any ideas?
 

ffeingol

Well-Known Member
#2
Looks like your PHP process does not have permission to write /usr/local/lsws/tickers/tickers.xml.new. Are you running with our without suexec?
 

alex

Well-Known Member
#3
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/gmks750yq4mn303s.png

The software developer can't explain this and I was wondering if there was anything in litespeed that could be causing the issue
 

mistwang

LiteSpeed Staff
#4
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.
 
Top