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 - Luis

Pages: [1]
1
Discussion & Troubleshooting / Downloads and Upload problems
« on: May 19, 2002, 08:31:39 PM »
Thanks for your fast answer. I'l try to talk with my host.

See you!! :)

2
Discussion & Troubleshooting / Just a suggest!!
« on: May 19, 2002, 07:56:55 PM »
Hi all: Well, I'm new in this forum, I've downloaded 3 days ago the scripts and installed them on my server. Great software btw, but as I've detected some problems in it, I come here to check for troubleshooting.

Well, I've been surfing these forums about 1 hour and it seems that there are many bugs corrected as code lines through different posts.

My question is the following: Is there some file with all these errors and their modifications just zipped?

If not, maybe somebody could do that compilation? It would be great just to have all modifications at hand.

Just an idea  :oops:

3
Discussion & Troubleshooting / Downloads and Upload problems
« on: May 18, 2002, 06:12:31 AM »
Hi:
Congrats for the excellent program Jan, but I've observed some problems in uploads and downloads as well.

When I upload a file it's stored on my server sometimes as chmod 600 (if I do the upload), sometimes as 755 (if a registered user does it) but not always, most of time at 600. I've tried to eliminate the @ from chmod line on upload.php script and change 0777 to 0644 but no way

Code: [Select]
@chmod($this->upload_path[$this->image_type]."/".$this->file_name, 0777);

Doing so, I got the following msg:

Warning: SAFE MODE Restriction in effect. The script whose uid is 23209 is not allowed to access ./data/media/2/image.jpg owned by uid 48 in /home/virtual/site2/fst/home/lluque/public_html/gallery/includes/upload.php on line 134

So, there is no way to download the image just until I change the chmod manually to 644 or something.

Well, the problem is that I can't do it using FlashFXP or Windows Commander. I got the msg: You can't modify attr from remote files, then if I upload the file manually using any FTP client, I've got the file chmod as 644 and no more problems on download.

I've tried the scripts on another server without SAFE MODE and no problems at all.
Any ideas?

Thanks in advance!!  :roll:

Pages: [1]