On 07/24/2010 10:48 AM, Owen wrote:
>
>> On 07/24/2010 08:53 AM, Owen wrote:
>>
>>>
hi,
it got some error while adding data into sqlite through Perl script
on
Apache ... script can able to read the file but not able to write
.. I
have set the permissions
2010/7/24 perl :
>
> This is the Error .. got from Apache ...
> DBD::SQLite::db do failed: unable to open database file at
>
Specify the full path to the sqlite database file.
You may know the absolute path of it, but Apache won't.
--
Jeff Pang
http://home.arcor.de/pangj/
--
To unsubscribe,
> On 07/24/2010 08:53 AM, Owen wrote:
>>
>>> hi,
>>> it got some error while adding data into sqlite through Perl script
>>> on
>>> Apache ... script can able to read the file but not able to write
>>> .. I
>>> have set the permissions of sqlite file to 666 ..
>>>
>>> when i ran the script from lo
On 07/24/2010 08:53 AM, Owen wrote:
>
>> hi,
>> it got some error while adding data into sqlite through Perl script on
>> Apache ... script can able to read the file but not able to write .. I
>> have set the permissions of sqlite file to 666 ..
>>
>> when i ran the script from local user its wo