ok im getting this error:

Warning: fopen(./wsdlcache-f432c1d245d446687acdb4930044de4e.lock): failed to open stream: Permission denied in /xxxx/xxxx/public_html/store/lib/class.wsdlcache.php on line 103

Warning: flock(): supplied argument is not a valid stream resource in /xxxx/xxxx/public_html/store/lib/class.wsdlcache.php on line 105

Im using NuSoap and i have it so the lib directory can be written to but that didnt fix it. so im sorta clueless as to why it is is doing this>_> I am using NuSoap with Amazon's E-Commerce Web Service

Recommended Answers

All 5 Replies

You may have to change the ownership of the dir or file or just make it 0777.

well i set the directory to 0777 but should i set the file to that?

You may have to delete the file and let the server create it (if it will), then the server will have ownership and the file won't have to be 0777.

well that file it requests does not exist...

:(

You should contact your host about it then....

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.