|
Ok I got some more details for you..... I reinstalled PHP, I tryed 4.1 but its not working, i am back to 5.1, repermissioned everything, etc. I was able to find out what is happening.... check it out:
I place a classified ad, using this image: Entindustry_Flyer_1.jpg
The error I get is:
Unable to move file [C:\PHP\uploadtemp\php8.tmp] [C:/Inetpub/plan.0/lowriderlife.com/classifieds/data/10/1Entindustry_Flyer_1.jpg]
I went to the physical directory to poke around, this is what I see:
19,470 1Entindustry_Flyer_1-large.jpg
4,026 1Entindustry_Flyer_1-thumb.jpg
19,470 1Entindustry_Flyer_1.jpg
<DIR> 1Entindustry_Flyer_11.jpg
<DIR> 1Entindustry_Flyer_110.jpg
<DIR> 1Entindustry_Flyer_111.jpg
<DIR> 1Entindustry_Flyer_112.jpg
<DIR> 1Entindustry_Flyer_12.jpg
<DIR> 1Entindustry_Flyer_13.jpg
<DIR> 1Entindustry_Flyer_14.jpg
<DIR> 1Entindustry_Flyer_15.jpg
<DIR> 1Entindustry_Flyer_16.jpg
<DIR> 1Entindustry_Flyer_17.jpg
<DIR> 1Entindustry_Flyer_18.jpg
<DIR> 1Entindustry_Flyer_19.jpg
It's MOVING my entire FORUM folder to a folder named "1Entindustry_Flyer_xx.jpg".
These are my permissions, via a batch file:
pushd "C:\Inetpub\plan.0\lowriderlife.com\gallery"
chmod 0755 images
chmod 0777 uploads
chmod 0755 help
chmod 0777 data
chmod 0755 languages
chmod 0777 stylesheets
chmod 0777 templates
chmod 0755 forums
pushd "C:\Inetpub\plan.0\lowriderlife.com\gallery\data"
chmod 0777 1
chmod 0777 2
chmod 0777 500
chmod 0777 medium
chmod 0777 mini
chmod 0777 thumbs
pushd "C:\Inetpub\plan.0\lowriderlife.com\gallery\uploads"
chmod 0777 1
pushd "C:\Inetpub\plan.0\lowriderlife.com\gallery"
chmod 0644 adm-cats.php
chmod 0644 adm-inc.php
chmod 0644 adm-index.php
chmod 0644 adm-misc.php
chmod 0644 adm-photo.php
chmod 0644 adm-users.php
chmod 0644 bulkupload.php
chmod 0644 comments.php
chmod 0644 comshow.php
chmod 0644 config-inc.php
chmod 0644 config-int.php
chmod 0644 ecard.php
chmod 0644 editphoto.php
chmod 0644 header-inc.php
chmod 0644 image-inc.php
chmod 0644 inc_features.php
chmod 0644 inc_photopost.php
chmod 0644 member.php
chmod 0644 misc.php
chmod 0644 pclzip.lib.php
chmod 0644 pp-inc.php
chmod 0644 register.php
chmod 0644 search.php
chmod 0644 showfull.php
chmod 0644 showgallery.php
chmod 0644 showmembers.php
chmod 0644 showphoto.php
chmod 0644 slideshow.php
chmod 0644 upgrade.php
chmod 0644 uploadphoto.php
chmod 0644 useralbums.php
chmod 0644 watermark.php
pushd "C:\Inetpub\plan.0\lowriderlife.com\classifieds"
chmod 0755 images
chmod 0777 uploads
chmod 0755 help
chmod 0755 forums
chmod 0755 languages
chmod 0755 stylesheets
chmod 0777 templates
cdmod 0777 data
pushd "C:\Inetpub\plan.0\lowriderlife.com\classifieds\data"
chmod 0777 10
chmod 0777 11
chmod 0777 12
chmod 0777 3
chmod 0777 4
chmod 0777 5
chmod 0777 6
chmod 0777 7
chmod 0777 8
chmod 0777 9
pushd "C:\Inetpub\plan.0\lowriderlife.com\classifieds\uploads"
chmod 0777 1
pushd "C:\"
chmod 0777 PHP
pushd "C:\PHP"
chmod 0777 sessiondata
chmod 0777 uploadtemp
pause
Last edited by LLIFE; January 3rd, 2006 at 12:06 PM.
|