Home » Authentication » LiveUser » Bug #6349
error fopen(Auth_XML.xml):
Details
| Submitted | 2005-12-27 02:38 UTC |
|---|---|
| From | pear at orces dot com |
| Status | Bogus |
| Package | LiveUser |
| PHP Version | 4.4.1 |
| OS | centOS |
| Roadmaps | (Not assigned) |
Comments
[2005-12-27 02:38 UTC] pear at orces dot com
Description:
------------
Hi using excamle #4
I get foolwing error (see test script)
I did chmod 777
root@server [/usr/local/lib/php/data/LiveUser/misc]# chmod 777 Auth_XML.xml
but got still the same error
Test script:
---------------
/usr/local/lib/php/LiveUser/Auth/XML.php (162)
fopen(Auth_XML.xml): failed to open stream: Permission denied
[2005-12-27 02:45 UTC] pear at orces dot com
Tried also this file
[/usr/local/lib/php/doc/LiveUser/docs/examples/example4]# chmod 777 Auth_XML.xml
but still got the problem
[2005-12-27 02:49 UTC] pear at orces dot com
Found the right file to chmod 777
/home/pzzazz/public_html/login/example4/Auth_XML.xml
Now it works