i got this error when i upload files
Warning: opendir(./albums/edit): failed to open dir: No such file or directory in /**********/upload.php on line 406
before 121 all works is fine,anyone helpme,tia!
You upgraded without following the instructions. You must add a new directory named 'edit' to your albums folder.
thanks,working now ;)
I have the same problem. I just installed cpg for the first time and am getting the same errrors. I followed the directions as given on the site and chmod the correct folders.
I am really baffled with this, thanks!
j
Have you created an 'edit' folder, inside the 'albums' folder, as was the fix for this thread?
Quote from: Casper on July 02, 2004, 09:12:25 PM
Have you created an 'edit' folder, inside the 'albums' folder, as was the fix for this thread?
the problem is the folder keep getting deleted itself after a while without our knowledge.
In this version there are new folder "edit/". But this folder ~ 1 in a day dissapearing. I don`t know what to do?
Have anybody similar problem?
Maybe somebody knows how to prevent folder of deleting while it have 777 rights?
Or maybe how to log who delete it?
It is not hack, i`m sure.
Yes, this has been reported a few times, and we are investigating, but no dev has been able to replicate it yet, or discover why this is happening, on just these few sites, when no code in coppermine is/should be causing it.
It may help if you can give us full details of your server.
Please attach them to this topic, making sure not to include any passwords.
this has been reported before, and quite frankly: we (the dev team) have no idea why this happens. We'll have to think of a solution - please watch this board for updates/announcements for news on this issue.
GauGau
everyone getting same problem :(
Hopefully soon.
No, not everyone, just a very few. That is what's making it hard to pin down the cause.
edit, mergered the 2 threads on same topic.
Then sadly I am one of few.
Can't we create something like a crontab script to recreate the folder every XXX minute so that it will always be checked or something? If not just auto create it.
Okay, seeing as you guys are having a shocker with this....
If you have no clue why it's getting deleted, why not just prevent the error for the time being?
Do the below, and it will make the directory if it doesn't exist, saving you the nightly mkdir :P
/* Search for spring_cleaning in upload.php, around line 403 */
function spring_cleaning($directory_path) {
// Quickfix Start.
if (!file_exists($directory_path)) {
mkdir($directory_path);
touch($directory_path.'/index.html');
}
// Quickfix End. Do not modify anything else.
/* This is for reference. Do not modify the line below. */
$directory_handle = opendir($directory_path);
I changed my disk quota and the edit folder stayed put, not sure what causes it to be deleted, i have the same problem, i dont think there is any information below that isnt ok to show here, if there is you can delete it, i did a copy and paste of the phpinfo.php
Not sure if this is also anything to do with this particular problem but the only file type i have been able to upload is jpg, allow all file types are set in the config.
Hope this helps
System FreeBSD crete.globat.com 4.9-RELEASE-p2 FreeBSD 4.9-RELEASE-p2 #4: Thu i386
Build Date May 18 2004 22:55:37
Configure Command './configure' '--enable-versioning' '--enable-memory-limit' '--with-layout=GNU' '--with-zlib-dir=/usr' '--disable-all' '--with-regex=php' '--enable-discard-path' '--disable-cli' '--enable-bcmath' '--with-bz2=/usr' '--enable-calendar' '--with-cdb' '--with-crack=/usr/local' '--enable-ctype' '--with-curl=/usr/local' '--with-db4=/usr/local' '--enable-dba' '--enable-dbx' '--with-dom=/usr/local' '--with-dom-xslt=/usr/local' '--with-dom-exslt=/usr/local' '--enable-exif' '--with-fribidi=/usr/local' '--enable-ftp' '--with-gd' '--enable-gd-native-ttf' '--enable-gd-jis-conv' '--with-freetype-dir=/usr/local' '--with-t1lib=/usr/local' '--with-jpeg-dir=/usr/local' '--with-png-dir=/usr/local' '--with-gdbm=/usr/local' '--with-gettext=/usr/local' '--with-gmp=/usr/local' '--with-iconv-dir=/usr/local' '--with-iconv=/usr/local' '--enable-mbstring' '--with-mcal=/usr/local' '--with-mcrypt=/usr/local' '--with-mhash=/usr/local' '--with-mime-magic=/usr/share/misc/magic.mime' '--with-mysql=/usr/local' '--with-ldap=/usr/local' '--with-openssl-dir=/usr/local' '--with-openssl=/usr/local' '--enable-overload' '--with-pcre-regex=yes' '--with-pdflib=/usr/local' '--enable-posix' '--with-pspell=/usr/local' '--enable-session' '--enable-shmop' '--enable-sockets' '--enable-sysvmsg' '--enable-sysvsem' '--enable-sysvshm' '--enable-tokenizer' '--with-unixODBC=/usr/local' '--enable-wddx' '--with-expat-dir=/usr/local' '--enable-xml' '--with-xmlrpc' '--enable-xslt' '--with-xslt-sablot=/usr/local' '--with-zip=/usr/local' '--with-zlib=yes' '--with-imap=/usr/local' '--with-imap-ssl=/usr/local' '--with-snmp=/usr/local' '--enable-ucd-snmp-hack' '--prefix=/usr/local' 'i386-portbld-freebsd4.9'
Server API CGI
Virtual Directory Support disabled
Configuration File (php.ini) Path /usr/local/etc/php.ini
PHP API 20020918
PHP Extension 20020429
Zend Extension 20021010
Debug Build no
Thread Safety disabled
Registered PHP Streams php, http, ftp, https, ftps, compress.bzip2, compress.zlib
This program makes use of the Zend Scripting Language Engine:
Zend Engine v1.3.0, Copyright (c) 1998-2004 Zend Technologies with Zend Optimizer v2.1.0, Copyright (c) 1998-2003, by Zend Technologies
--------------------------------------------------------------------------------
PHP Credits
--------------------------------------------------------------------------------
Configuration
PHP Core
Directive Local Value Master Value
allow_call_time_pass_reference On On
allow_url_fopen On On
always_populate_raw_post_data Off Off
arg_separator.input & &
arg_separator.output & &
asp_tags Off Off
auto_append_file no value no value
auto_prepend_file /usr/local/Zend/auto_prepend.php /usr/local/Zend/auto_prepend.php
browscap no value no value
default_charset no value no value
default_mimetype text/html text/html
define_syslog_variables Off Off
disable_classes no value no value
disable_functions no value no value
display_errors Off Off
display_startup_errors Off Off
doc_root no value no value
docref_ext no value no value
docref_root no value no value
enable_dl On On
error_append_string no value no value
error_log no value no value
error_prepend_string no value no value
error_reporting 2039 2039
expose_php On On
extension_dir /usr/local/lib/php/extensions/no-debug-non-zts-20020429/ /usr/local/lib/php/extensions/no-debug-non-zts-20020429/
file_uploads On On
gpc_order GPC GPC
highlight.bg #FFFFFF #FFFFFF
highlight.comment #FF8000 #FF8000
highlight.default #0000BB #0000BB
highlight.html #000000 #000000
highlight.keyword #007700 #007700
highlight.string #DD0000 #DD0000
html_errors On On
ignore_repeated_errors Off Off
ignore_repeated_source Off Off
ignore_user_abort Off Off
implicit_flush Off Off
include_path .: .:
log_errors Off Off
log_errors_max_len 1024 1024
magic_quotes_gpc On On
magic_quotes_runtime Off Off
magic_quotes_sybase Off Off
max_execution_time 30 30
max_input_time 60 60
memory_limit 8M 8M
open_basedir no value no value
output_buffering no value no value
output_handler no value no value
post_max_size 8M 8M
precision 12 12
register_argc_argv On On
register_globals On On
report_memleaks On On
safe_mode Off Off
safe_mode_exec_dir no value no value
safe_mode_gid Off Off
safe_mode_include_dir no value no value
sendmail_from me@localhost.com me@localhost.com
sendmail_path /usr/sbin/sendmail -t -i /usr/sbin/sendmail -t -i
serialize_precision 100 100
short_open_tag On On
SMTP localhost localhost
smtp_port 25 25
sql.safe_mode Off Off
track_errors Off Off
unserialize_callback_func no value no value
upload_max_filesize 8M 8M
upload_tmp_dir no value no value
user_dir no value no value
variables_order EGPCS EGPCS
xmlrpc_error_number 0 0
xmlrpc_errors Off Off
y2k_compliance On On
Zend Optimizer
Optimization Pass 1 enabled
Optimization Pass 2 enabled
Optimization Pass 3 enabled
Optimization Pass 9 disabled
Optimization Pass 10 disabled
Zend Loader enabled
License Path no value
bcmath
BCMath support enabled
bz2
BZip2 Support Enabled
BZip2 Version 1.0.2, 30-Dec-2001
calendar
Calendar support enabled
crack
crack support enabled
Directive Local Value Master Value
crack.default_dictionary no value no value
ctype
ctype functions enabled
curl
CURL support enabled
CURL Information libcurl/7.10.8 OpenSSL/0.9.7c zlib/1.1.4
dba
DBA support enabled
Supported handlers gdbm cdb cdb_make db4 inifile flatfile
dbx
dbx support enabled
dbx version 1.0.0
supported databases MySQL ODBC PostgreSQL Microsoft SQL Server FrontBase Oracle 8 (oci8) Sybase-CT
Directive Local Value Master Value
dbx.colnames_case unchanged unchanged
domxml
DOM/XML enabled
DOM/XML API Version 20020815
libxml Version 20609
HTML Support enabled
XPath Support enabled
XPointer Support enabled
DOM/XSLT enabled
libxslt Version 1.1.6
libxslt compiled against libxml Version 2.6.9
DOM/EXSLT enabled
libexslt Version 1.1.6
exif
EXIF Support enabled
EXIF Version 1.4 $Id: exif.c,v 1.118.2.27 2003/12/17 09:08:37 helly Exp $
Supported EXIF Version 0220
Supported filetypes JPEG,TIFF
fribidi
FriBidi support enabled
FriBidi version 0.10.4
ftp
FTP support enabled
gd
GD Support enabled
GD Version bundled (2.0.22 compatible)
FreeType Support enabled
FreeType Linkage with freetype
T1Lib Support enabled
GIF Read Support enabled
GIF Create Support enabled
JPG Support enabled
PNG Support enabled
WBMP Support enabled
XBM Support enabled
JIS-mapped Japanese Font Support enabled
gettext
GetText Support enabled
gmp
gmp support enabled
iconv
iconv support enabled
iconv implementation libiconv
iconv library version 1.9
Directive Local Value Master Value
iconv.input_encoding ISO-8859-1 ISO-8859-1
iconv.internal_encoding ISO-8859-1 ISO-8859-1
iconv.output_encoding ISO-8859-1 ISO-8859-1
imap
IMAP c-Client Version 2001
SSL Support enabled
ldap
LDAP Support enabled
RCS Version $Id: ldap.c,v 1.130.2.9 2003/10/07 00:36:27 iliaa Exp $
Total Links 0/unlimited
API Version 2004
Vendor Name OpenLDAP
Vendor Version 20026
mbstring
Multibyte Support enabled
Japanese support enabled
Simplified chinese support enabled
Traditional chinese support enabled
Korean support enabled
Russian support enabled
Multibyte (japanese) regex support enabled
mbstring extension makes use of "streamable kanji code filter and converter", which is distributed under the GNU Lesser General Public License version 2.1.
Directive Local Value Master Value
mbstring.detect_order no value no value
mbstring.encoding_translation Off Off
mbstring.func_overload 0 0
mbstring.http_input pass pass
mbstring.http_output pass pass
mbstring.internal_encoding ISO-8859-1 no value
mbstring.language neutral neutral
mbstring.substitute_character no value no value
mcal
MCAL Support enabled
MCAL Version 0.6 - 20000121
mcrypt
mcrypt support enabled
version >= 2.4.x
Supported ciphers cast-128 gost rijndael-128 twofish arcfour cast-256 loki97 rijndael-192 saferplus wake blowfish-compat des rijndael-256 serpent xtea blowfish enigma rc2 tripledes
Supported modes cbc cfb ctr ecb ncfb nofb ofb stream
Directive Local Value Master Value
mcrypt.algorithms_dir no value no value
mcrypt.modes_dir no value no value
mhash
MHASH support Enabled
MHASH API Version 20020524
mime_magic
mime_magic support enabled
Directive Local Value Master Value
mime_magic.magicfile /usr/share/misc/magic.mime /usr/share/misc/magic.mime
mysql
MySQL Support enabled
Active Persistent Links 0
Active Links 1
Client API version 4.0.18
MYSQL_MODULE_TYPE external
MYSQL_SOCKET /tmp/mysql.sock
MYSQL_INCLUDE -I/usr/local/include/mysql
MYSQL_LIBS -L/usr/local/lib/mysql -lmysqlclient
Directive Local Value Master Value
mysql.allow_persistent Off Off
mysql.connect_timeout -1 -1
mysql.default_host no value no value
mysql.default_password no value no value
mysql.default_port no value no value
mysql.default_socket no value no value
mysql.default_user nobody nobody
mysql.max_links Unlimited Unlimited
mysql.max_persistent Unlimited Unlimited
mysql.trace_mode Off Off
odbc
ODBC Support enabled
Active Persistent Links 0
Active Links 0
ODBC library unixODBC
ODBC_INCLUDE -I/usr/local/include
ODBC_LFLAGS -L/usr/local/lib
ODBC_LIBS -lodbc
Directive Local Value Master Value
odbc.allow_persistent On On
odbc.check_persistent On On
odbc.default_db no value no value
odbc.default_pw no value no value
odbc.default_user no value no value
odbc.defaultbinmode return as is return as is
odbc.defaultlrl return up to 4096 bytes return up to 4096 bytes
odbc.max_links Unlimited Unlimited
odbc.max_persistent Unlimited Unlimited
openssl
OpenSSL support enabled
OpenSSL Version OpenSSL 0.9.7c 30 Sep 2003
overload
User-Space Object Overloading Support enabled
pcre
PCRE (Perl Compatible Regular Expressions) Support enabled
PCRE Library Version 4.5 01-December-2003
pdf
PDF Support enabled
PDFlib GmbH Version 5.0.3
Revision $Revision: 1.112.2.9 $
posix
Revision $Revision: 1.51.2.2 $
pspell
PSpell Support enabled
session
Session Support enabled
Registered save handlers files user
Directive Local Value Master Value
session.auto_start Off Off
session.bug_compat_42 On On
session.bug_compat_warn Off Off
session.cache_expire 180 180
session.cache_limiter nocache nocache
session.cookie_domain no value no value
session.cookie_lifetime 0 0
session.cookie_path / /
session.cookie_secure Off Off
session.entropy_file no value no value
session.entropy_length 0 0
session.gc_divisor 100 100
session.gc_maxlifetime 1440 1440
session.gc_probability 1 1
session.name PHPSESSID PHPSESSID
session.referer_check no value no value
session.save_handler files files
session.save_path /tmp /tmp
session.serialize_handler php php
session.use_cookies On On
session.use_only_cookies Off Off
session.use_trans_sid Off Off
shmop
shmop support enabled
snmp
NET-SNMP Support enabled
NET-SNMP Version 5.1
sockets
Sockets Support enabled
standard
Regex Library Bundled library enabled
Dynamic Library Support enabled
Path to sendmail /usr/sbin/sendmail -t -i
Directive Local Value Master Value
assert.active 1 1
assert.bail 0 0
assert.callback no value no value
assert.quiet_eval 0 0
assert.warning 1 1
auto_detect_line_endings 0 0
default_socket_timeout 60 60
safe_mode_allowed_env_vars PHP_ PHP_
safe_mode_protected_env_vars LD_LIBRARY_PATH LD_LIBRARY_PATH
url_rewriter.tags a=href,area=href,frame=src,input=src,form=,fieldset= a=href,area=href,frame=src,input=src,form=,fieldset=
user_agent no value no value
sysvmsg
sysvmsg support enabled
Revision $Revision: 1.4.2.3 $
tokenizer
Tokenizer Support enabled
wddx
WDDX Support enabled
WDDX Session Serializer enabled
xml
XML Support active
XML Namespace Support active
EXPAT Version expat_1.95.7
xmlrpc
core library version xmlrpc-epi v. 0.51
php extension version 0.51
author Dan Libby
homepage http://xmlrpc-epi.sourceforge.net
open sourced by Epinions.com
xslt
XSLT support enabled
Backend Sablotron
Sablotron Version 1.0
Sablotron Information Cflags: -O -pipe Libs: -L/usr/local/lib -liconv -lexpat Prefix: /usr/local
zip
Zip support enabled
zlib
ZLib Support enabled
Compiled Version 1.1.4
Linked Version 1.1.4
Directive Local Value Master Value
zlib.output_compression Off Off
zlib.output_compression_level -1 -1
zlib.output_handler no value no value
Additional Modules
Module Name
sysvsem
sysvshm
Environment
Variable Value
DOCUMENT_ROOT /usr/local/psa/home/vhosts/hmsquad.com/httpdocs
HTTP_ACCEPT image/gif, image/x-xbitmap, image/jpeg, image/pjpeg, application/x-shockwave-flash, application/msword, application/x-gsarcade-launch, */*
HTTP_ACCEPT_ENCODING gzip, deflate
HTTP_ACCEPT_LANGUAGE en-gb
HTTP_CONNECTION Keep-Alive
HTTP_COOKIE picinfo=block; cpg130_data=YTozOntzOjI6IklEIjtzOjMyOiJjYzQxYzFhZTUzYThiYzEzNzQxNDdjYTlmOGY5Y2VhNCI7czoyOiJhbSI7aToxO3M6MzoibGl2IjthOjU6e2k6MDtzOjM6IjEwNCI7aToxO3M6MzoiMTE0IjtpOjI7czozOiIxMTMiO2k6MztzOjM6IjExMiI7aTo0O3M6MzoiMTExIjt9fQ%3D%3D; cpg130_uid=2; cpg130_pass=2886f7c0036d0e6293b71f3ae05fc91a
HTTP_HOST www.hmsquad.com
HTTP_USER_AGENT Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)
REDIRECT_STATUS 200
REMOTE_ADDR
REMOTE_PORT
SCRIPT_FILENAME /usr/local/psa/home/vhosts/hmsquad.com/httpdocs/gallery/coppermine/phpinfo.php
SCRIPT_URI http://www.hmsquad.com/gallery/coppermine/phpinfo.php
SCRIPT_URL /gallery/coppermine/phpinfo.php
SERVER_ADMIN webmaster@hmsquad.com
SERVER_NAME www.hmsquad.com
SERVER_PORT 80
SERVER_SOFTWARE Apache/1.3.29 (Unix) FrontPage/5.0.2.2623
GATEWAY_INTERFACE CGI/1.1
SERVER_PROTOCOL HTTP/1.1
REQUEST_METHOD GET
QUERY_STRING no value
REQUEST_URI /gallery/coppermine/phpinfo.php
SCRIPT_NAME /gallery/coppermine/phpinfo.php
PATH_INFO no value
PATH_TRANSLATED /usr/local/psa/home/vhosts/hmsquad.com/httpdocs
PATH /bin:/usr/bin:/usr/local/bin
PHP Variables
Variable Value
PHP_SELF /gallery/coppermine/phpinfo.php
_REQUEST["picinfo"] block
_REQUEST["cpg130_data"] YTozOntzOjI6IklEIjtzOjMyOiJjYzQxYzFhZTUzYThiYzEzNzQxNDdjYTlmOGY5Y2VhNCI7czoyOiJhbSI7aToxO3M6MzoibGl2IjthOjU6e2k6MDtzOjM6IjEwNCI7aToxO3M6MzoiMTE0IjtpOjI7czozOiIxMTMiO2k6MztzOjM6IjExMiI7aTo0O3M6MzoiMTExIjt9fQ==
_REQUEST["cpg130_uid"] 2
_REQUEST["cpg130_pass"] 2886f7c0036d0e6293b71f3ae05fc91a
_COOKIE["picinfo"] block
_COOKIE["cpg130_data"] YTozOntzOjI6IklEIjtzOjMyOiJjYzQxYzFhZTUzYThiYzEzNzQxNDdjYTlmOGY5Y2VhNCI7czoyOiJhbSI7aToxO3M6MzoibGl2IjthOjU6e2k6MDtzOjM6IjEwNCI7aToxO3M6MzoiMTE0IjtpOjI7czozOiIxMTMiO2k6MztzOjM6IjExMiI7aTo0O3M6MzoiMTExIjt9fQ==
_COOKIE["cpg130_uid"] 2
_COOKIE["cpg130_pass"] 2886f7c0036d0e6293b71f3ae05fc91a
_SERVER["DOCUMENT_ROOT"] /usr/local/psa/home/vhosts/hmsquad.com/httpdocs
_SERVER["HTTP_ACCEPT"] image/gif, image/x-xbitmap, image/jpeg, image/pjpeg, application/x-shockwave-flash, application/msword, application/x-gsarcade-launch, */*
_SERVER["HTTP_ACCEPT_ENCODING"] gzip, deflate
_SERVER["HTTP_ACCEPT_LANGUAGE"] en-gb
_SERVER["HTTP_CONNECTION"] Keep-Alive
_SERVER["HTTP_COOKIE"] picinfo=block; cpg130_data=YTozOntzOjI6IklEIjtzOjMyOiJjYzQxYzFhZTUzYThiYzEzNzQxNDdjYTlmOGY5Y2VhNCI7czoyOiJhbSI7aToxO3M6MzoibGl2IjthOjU6e2k6MDtzOjM6IjEwNCI7aToxO3M6MzoiMTE0IjtpOjI7czozOiIxMTMiO2k6MztzOjM6IjExMiI7aTo0O3M6MzoiMTExIjt9fQ%3D%3D; cpg130_uid=2; cpg130_pass=2886f7c0036d0e6293b71f3ae05fc91a
_SERVER["HTTP_HOST"] www.hmsquad.com
_SERVER["HTTP_USER_AGENT"] Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)
_SERVER["REDIRECT_STATUS"] 200
_SERVER["REMOTE_ADDR"]
_SERVER["REMOTE_PORT"]
_SERVER["SCRIPT_FILENAME"] /usr/local/psa/home/vhosts/hmsquad.com/httpdocs/gallery/coppermine/phpinfo.php
_SERVER["SCRIPT_URI"] http://www.hmsquad.com/gallery/coppermine/phpinfo.php
_SERVER["SCRIPT_URL"] /gallery/coppermine/phpinfo.php
_SERVER["SERVER_ADMIN"] webmaster@hmsquad.com
_SERVER["SERVER_NAME"] www.hmsquad.com
_SERVER["SERVER_PORT"] 80
_SERVER["SERVER_SOFTWARE"] Apache/1.3.29 (Unix) FrontPage/5.0.2.2623
_SERVER["GATEWAY_INTERFACE"] CGI/1.1
_SERVER["SERVER_PROTOCOL"] HTTP/1.1
_SERVER["REQUEST_METHOD"] GET
_SERVER["QUERY_STRING"] no value
_SERVER["REQUEST_URI"] /gallery/coppermine/phpinfo.php
_SERVER["SCRIPT_NAME"] /gallery/coppermine/phpinfo.php
_SERVER["PATH_INFO"] no value
_SERVER["PATH_TRANSLATED"] /usr/local/psa/home/vhosts/hmsquad.com/httpdocs
_SERVER["PATH"] /bin:/usr/bin:/usr/local/bin
_SERVER["PHP_SELF"] /gallery/coppermine/phpinfo.php
_SERVER["argv"] Array
(
)
_SERVER["argc"] 0
_ENV["DOCUMENT_ROOT"] /usr/local/psa/home/vhosts/hmsquad.com/httpdocs
_ENV["HTTP_ACCEPT"] image/gif, image/x-xbitmap, image/jpeg, image/pjpeg, application/x-shockwave-flash, application/msword, application/x-gsarcade-launch, */*
_ENV["HTTP_ACCEPT_ENCODING"] gzip, deflate
_ENV["HTTP_ACCEPT_LANGUAGE"] en-gb
_ENV["HTTP_CONNECTION"] Keep-Alive
_ENV["HTTP_COOKIE"] picinfo=block; cpg130_data=YTozOntzOjI6IklEIjtzOjMyOiJjYzQxYzFhZTUzYThiYzEzNzQxNDdjYTlmOGY5Y2VhNCI7czoyOiJhbSI7aToxO3M6MzoibGl2IjthOjU6e2k6MDtzOjM6IjEwNCI7aToxO3M6MzoiMTE0IjtpOjI7czozOiIxMTMiO2k6MztzOjM6IjExMiI7aTo0O3M6MzoiMTExIjt9fQ%3D%3D; cpg130_uid=2; cpg130_pass=2886f7c0036d0e6293b71f3ae05fc91a
_ENV["HTTP_HOST"] www.hmsquad.com
_ENV["HTTP_USER_AGENT"] Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)
_ENV["REDIRECT_STATUS"] 200
_ENV["REMOTE_ADDR"]
_ENV["REMOTE_PORT"]
_ENV["SCRIPT_FILENAME"] /usr/local/psa/home/vhosts/hmsquad.com/httpdocs/gallery/coppermine/phpinfo.php
_ENV["SCRIPT_URI"] http://www.hmsquad.com/gallery/coppermine/phpinfo.php
_ENV["SCRIPT_URL"] /gallery/coppermine/phpinfo.php
_ENV["SERVER_ADMIN"] webmaster@hmsquad.com
_ENV["SERVER_NAME"] www.hmsquad.com
_ENV["SERVER_PORT"] 80
_ENV["SERVER_SOFTWARE"] Apache/1.3.29 (Unix) FrontPage/5.0.2.2623
_ENV["GATEWAY_INTERFACE"] CGI/1.1
_ENV["SERVER_PROTOCOL"] HTTP/1.1
_ENV["REQUEST_METHOD"] GET
_ENV["QUERY_STRING"] no value
_ENV["REQUEST_URI"] /gallery/coppermine/phpinfo.php
_ENV["SCRIPT_NAME"] /gallery/coppermine/phpinfo.php
_ENV["PATH_INFO"] no value
_ENV["PATH_TRANSLATED"] /usr/local/psa/home/vhosts/hmsquad.com/httpdocs
_ENV["PATH"] /bin:/usr/bin:/usr/local/bin
Have you upgraded to version 1.3.2.
There is now a check, that re-creates the edit folder if it is not there, so uploads should not fail.