|
Hello Omegatron, your knowledge is vastly needed.
I followed all the instructions on this post as powweb's sucked. either ways files would not upload. Powweb says to place the tmp file in the root directory with htdocs, and you say to place it inside the webroot (inside htdocs) well setting the path to a temp outside with htdocs and it does nothing, however when i follow your instructions i get this error on the top of the page:
Warning: chdir(): SAFE MODE Restriction in effect. The script whose uid is 104038 is not allowed to access / owned by uid 0 in /www/u/underlabstudios/htdocs/photopost/header-inc.php on line 110
this is what i have in my php.ini file:
;;;;;;;;;;;;;;;;
; File Uploads ;
;;;;;;;;;;;;;;;;
; Whether to allow HTTP file uploads.
file_uploads = On
; Temporary directory for HTTP uploaded files (will use system default if not
; specified).
upload_tmp_dir = /www/u/underlabstudios/htdocs/tmp
; Maximum allowed size for uploaded files.
upload_max_filesize = 20M
now the thing is powweb has 2 sets of paths one being a root directory which is what i have in the php.ini now and then there is a document path whihc is what i used for all the photopost paths, changing these paths from document to root results in photopost not working at all. I honestly dont know what to try now and i did everything in these threads.
|