PDA

View Full Version : PHP error message - Question


jefbea
11-27-2000, 04:25 PM
Howdy,

Can someone offer me some advice on how I might approach this error message I keep getting:

"Warning: SAFE MODE Restriction in effect. The script whose uid is 45929 is not allowed to access /big/dom/tmp/phpRt3Kfq owned by uid 98 in /big/dom/xlease2purchase/www/php/classifieds/classad.php on line 413"

I am trying to allow my visitors to upload a picture to one of my directories (CHMODED 777) to go along with their classified ad.[nbsp][nbsp]If you'd like to see the page, go here:

http://www.lease2purchase.com/php/classifieds/class.php

and click on "POST AN AD".

Thanks for any insight and pointers in the right direction - I am stumped!

Jeff

jimbo
11-27-2000, 04:28 PM
http://www.aota.net/PHP_and_MySQL/phpupload.php3

-jim

Terra
11-28-2000, 04:48 AM
After further research, I have determined that the last upgrade to PHP 4.0.3pl1 broke the File Uploads while in safe_mode...

I have just finished modifying the PHP 4 source and reworked the pass gates to once again allow file uploads to work...

The new PHP 4 engine has been installed on RASMUS and QBERT...

--
Terra
--got sideswiped--
FutureQuest

jimbo
11-28-2000, 09:10 PM
If that's the case, Jeff, I apologize for my "RTFM" response.[nbsp][nbsp]Who'd a thunk the server would have been busted?[nbsp][nbsp];)

-jim

jefbea
11-29-2000, 10:21 AM
Yep, that fixed it.

Having another problem that appears to be a server side, but I will post it in a new message.

Thanks again.

Jeff