On Mon, Jun 9, 2014 at 4:44 PM, 'Ryan P.' via BeagleBoard
<[email protected]> wrote:
>

>> For this to work , you need to have a file image.jpg in the same
>> directory as the php script; the file has to be readable to the
>> 'world' or to the user/group under which the lighttpd process runs.
>
>
>
> I had a hunch it was that..
>
> Any tips for going about doing that?

Well, what can I assume about your situation? You need to copy the
jpeg file from somewhere else to your BBB's web directory, which you
must know because you're editing the .php file there. Check the
permissions using the 'ls -l' command; it should look somehow like
this:

 -rwxrw-r--. 1 ryan web  11520 Nov 14  2002 image.jpg

if it's not r..r..r.. then do 'chmod +r image.jpg'.

-- 
For more options, visit http://beagleboard.org/discuss
--- 
You received this message because you are subscribed to the Google Groups 
"BeagleBoard" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to