Constant Error on Image Upload in Demo Database

M

Michael Holman Sr.

Guest
Hi,


I'm constantly getting the following error when I try to include a image file in the picutre field:


Warning: SAFE MODE Restriction in effect. The script whose uid is 1075 is not allowed to access /var/www/html owned by uid 0 in /home/virtual/site567/fst/var/www/html/customers/dadabik/include/business_logic.php on line 649
An error occurred when uploading a file.


Demo Database Web Address:

http://www.holmans-world.com/customers
Username: Mister
Password: Demo

There is only 1 Record and when you try to Update it "()" and the Picture Field the above error continually comes up.

I've tried to:

Change the CHMODE by allowing everyone to Read,Write,Execute
Change the Uploads directory to Perl Directory

All to no avail.


Any assistance at all would be greatly appreciated as I'm trying to incorporate this Demo Database into a Frequently Asked Questions webpage at:


http://www.holmans-world.com/mister_database.htm


Mike Holman Sr.
Holman's World Inc.
http://www.holmans-world.com/
 
E

Eugenio

Guest
Michael Holman Sr. wrote:
>
> Hi,
>
>
> I'm constantly getting the following error when I try to
> include a image file in the picutre field:
>
>
> Warning: SAFE MODE Restriction in effect. The script whose
> uid is 1075 is not allowed to access /var/www/html owned by
> uid 0 in

Hi,
you are running PHP in safe mode (see php.ini or ask your ISP for details) so upload is not allowed.

Eugenio.

(Latest version of DaDaBIK when this message was posted: 2.2.1)
 
M

Michael Holman Sr.

Guest
Thank You!

That was it for sure!


I was able to work around this by also using the exact error message's directory to correctly point my config.php upload absolute directory to the correct place. In addition using SSH I was able to use CHMOD on some directories/files to get this working.

Pictures display perfectly now in database for my demo at:


http://www.holmans-world.com/customers


Again thanks for an excellent program!!!
 
Top