This topic is locked

Using Images

1/13/2007 4:59:23 PM
PHPRunner General questions
J
JZint author

I have added a field to a form for inserting a image. I fill in the form, pick a test image that I set up and save the entry. I get the error that I have listed below. This is new territory to me. I have read something about a GD Library. Do I need to have this set up and installed for this to work?
PHP error happened
Technical information

Error type 2

Error description fopen(//10.70.30.144/program files/xampp/htdocs/hwcs/images/equipment/thtest.JPG) [function.fopen]: failed to open stream: Permission denied

URL 10.70.30.144/hwcs/_equipment_in_stock_edit.php?

Error file D:\Program Files\xampp\htdocs\HWCS\_equipment_in_stock_edit.php

Error line 347

SQL query update `_equipment_in_stock` set

L
larsonsc 1/13/2007

Make sure your /images/equipment folder has permissions set to 777. I've never been able to get photos to upload without that setting.

Alexey admin 1/15/2007

Hi,
please open Add page in Visual Editor, open your field's properties dialog and show me Upload folderbox contents.
GD library is not needed to upload images.