I have already tried the fixes found in the forums, but none seem to resolve the issue. Here are the details:
Windows 2003 Server
IIS 6.0
PHP 4.4.2
MySQL 4.1.18
SMF 1.1RC2 (with patches)
MOD: TP 0.8.6
MOD: itemstats (a mod to display World of Warcraft Item Links)
THEME: Helios 1.1 RC2
THEME: WoW 1.1 RC2
THEME: Oxygen 1.1 RC2
I host my own server, so I have full access and permissions to every aspect of the system.
I am trying to host a few files using the TP download manager, but every time I try and upload a file (doesn't matter the size) I get the following error message:
http://www.<xxxxxx>.org/index.php?action=tpmod;dl=upload
The upload was not able to complete.This might happen because it took too long to upload or the file is bigger than the server will allow.
Please consult your server administrator for more information.
I also see the following error:
http://www.<xxxxxx>.org/index.php?action=tpmod;dl=admineditcat4
8: Undefined variable: item
File: D:\WEB\<xxxxxx>\Themes\default\languages\Stats.english.php (eval?)
Line: 317
I have confirmed that the PHP.ini contains:
file_uploads = on
upload_tmp_dir = "d:\uploadtemp\"
upload_max_filesize = 50G<--- changed to: upload_max_filesize = 50000M
**note: I have tried without the trailing "\" in the path too.
I have confirmed that the Download Manager settings "max upload size" is set to:
52428800
I have a category created called "TEST" (the only category) and it has no files associate with it.
I have created a test.zip file that is small (about 10 bytes) and am trying to upload it using the built in uploader when I get the errors.
I have confirmed that the PHP upload directory has full read/write permissions for the guest account used by IIS, as does the SMF and TP structures (this includes the tp-download folder).
I'm at a loss as to what is wrong.
In a last-ditch effort not to have to ask for help, I replaced all the source files including the TPdlmanager.php
So, any SMF and TP gurus that can point me in a new direction? Please?
Thank you for your time!