The following comments are owned by whomever posted them. This site is not responsible for what they say.
Too many errors!
Authored by:Anonymous on Saturday, September 25 2004 @ 03:55 AM EDT
The author of this plugin needs to differentiate between an IMAGE_DIR and an IMAGE_URL. Not every web server allows writing to it and every path to an image is encoded with the site url in front of the image name.
I am getting errors when it tries to write (copy) to http://www.mysite.com/advt/images/1.jpg
The error is from line 149 in advt/account.php.
Files copied should be local to the server and use regular paths and not URLs. I tried to change it but there are too many references to IMAGE_DIR and making thumbs usng GD is also hosed because of this asumption.
This plugin needs work before it can be considered ready for prime time. It needs to work with all web servers.
FYI: My server is an apache 2 running on Linux.
The app looks good otherwise. I just need the image thing worked out. If I had time, I would do it myself. But I don't.
The following comments are owned by whomever posted them. This site is not responsible for what they say.
I am getting errors when it tries to write (copy) to http://www.mysite.com/advt/images/1.jpg
The error is from line 149 in advt/account.php.
Files copied should be local to the server and use regular paths and not URLs. I tried to change it but there are too many references to IMAGE_DIR and making thumbs usng GD is also hosed because of this asumption.
This plugin needs work before it can be considered ready for prime time. It needs to work with all web servers.
FYI: My server is an apache 2 running on Linux.
The app looks good otherwise. I just need the image thing worked out. If I had time, I would do it myself. But I don't.