Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - raceit

Pages: [1]
1
Discussion & Troubleshooting / Directory Permissions error???
« on: March 06, 2003, 05:43:56 AM »
If this is the same problem I have it's not covered anywhere.

I've got IIS 5.0 and PHP 4.3.1.  There seems to be several others with this exact issue.  So far I have not been able to figure it out and I have been unsuccessfull in finding an answer here.

Seems to be a bug in 4images related to the new PHP version and IIS.  ...If in fact this the same problem as mine.

Here was my post...
http://www.4homepages.de/forum/viewtopic.php?t=4291

Best of luck though...  I'll post a fix if I ever figure it out.   :roll:

But just incase you can double check your work... here is the common answer around here for this.
http://www.4homepages.de/forum/viewtopic.php?t=3383

2
Quote from: tradertt
Warning: move_uploaded_file(./data/media/1/Class1.jpg) [function.move-uploaded-file]: failed to create stream: No such file or directory in /home/virtual/site178/fst/var/www/html/4images/includes/upload.php on line 114

Warning: move_uploaded_file() [function.move-uploaded-file]: Unable to move '/home/virtual/site178/fst/tmp/phpzHce1D' to './data/media/1/Class1.jpg' in /home/virtual/site178/fst/var/www/html/4images/includes/upload.php on line 114



Um..ok    You've lost me.

3
Discussion & Troubleshooting / Another upload error
« on: February 26, 2003, 10:58:26 PM »
Does anbody at least know where the "root folder" setting might be that would impact this upload feature?  I can always mess around with the settings, but I just don't know enough about the program or php in general to really disect everything.

Thanks

4
Discussion & Troubleshooting / Another upload error
« on: February 25, 2003, 10:15:45 PM »
bump     :?:

5
When I have blank pages on my system it is always a permision issue.  

And in fact you may need to allow the Image Magick folder itself for more permissions.

Hope that helps.

6
Discussion & Troubleshooting / Another upload error
« on: February 23, 2003, 11:07:30 PM »
Quote from: SLL
i doubt this will help, but try register_globals   = On in php.ini


It was already set to On.  Just for laughs I set it to Off and no difference.

7
Discussion & Troubleshooting / Another upload error
« on: February 23, 2003, 08:21:35 PM »
My problem started when I upgraded to php 4.3.0 (which is now at 4.3.1 on my system).  I had to upgrade since I have other php sites that require that version.

When I try to upload a picture I get the following...

Quote

Warning: move_uploaded_file(./data/media/6/visitKC.jpg) [function.move-uploaded-file]: failed to create stream: Permission denied in D:\Inetpub\kcareaexplorers\images\4images\includes\upload.php on line 114

Warning: move_uploaded_file() [function.move-uploaded-file]: Unable to move 'C:\PHP\uploadtemp\php333.tmp' to './data/media/6/visitKC.jpg' in D:\Inetpub\kcareaexplorers\images\4images\includes\upload.php on line 114


All those directorys exist and the picture itself even shows up in the respective data directory.  But I never see any "temp" file in the \php\uploadtemp.

This program worked fine with the older version of the PHP.  Since then I've upgraded and I have a new php.ini file.  I've messed with a handfull of settings in there with no luck.   Nothing else has changed.  Nothing's been moved, etc.  In fact the entire 4images directory is set to 777 (and all sub directories).

Now I'm no expert, but my feeling is that it's either a php.ini issue or a permissions issue somehow.  On the permission issue I can even set both my C and D drive so everyone has full persmissions and it still doesn't work.  In fact after doing that I get a blank screen if I try to upload a picture.  Then with the php.ini that's a bit harder to pin point.  Because I'm not really sure what any of the settings do.  And to further complicate things I have a PHPNuke site and a Vbulletin site that is also running on the same server.  So my php.ini setting effects everything.  And right now the other two sites work fine.

So I guess a subquestion of all of this is if there is any known settings in a php.ini file that can make or break a working install of 4images.

Oh and this is a Windows 2000 Server w/IIS5.0 that I have in front of me so it's not hosted anywhere else.

Also I have read the FAQ about this error and I double checked my work to the best of my knowledge and still didn't get anywhere.

Thanks for any help!
-Steve

Pages: [1]