| can't upload anything [message #214] |
Thu, 14 September 2006 10:00  |
lodp  Messages: 336 Registered: June 2006 |
Releaser |
|
|
strange things happening..
in the version that you installed on our server under /phpmybt (i assume it's the latest CVS), i can't seem to upload any torrents or edk links.
for torrents i get a "requested data missing" file (double-checked for missing data in the form), when uploading links, i get a "bad data" message.
with my /phpmybittorrentCVS installation (CVS pulled some days ago), i can upload edk links, the entries show up in the list. but the details page can't be displayed -- it shows a blank white page (though display_errors is turned on).
[Updated on: Thu, 14 September 2006 11:17] Report message to a moderator
|
|
|
| Re: can't upload anything [message #217 is a reply to message #214] |
Thu, 14 September 2006 16:34   |
|
Try to disable RSA cookies by editing configdata.php. I haven't tested the program with RSA enabled.
Unfortunately, no one can be told what the Matrix is. You have to see it for yourself.
|
|
|
|
|
| Re: can't upload anything [message #222 is a reply to message #214] |
Fri, 15 September 2006 22:52   |
|
Strange... I tried the file on my server and link upload works fine. I deleted the just-uploaded link archive from its details page...
The request data missing could still be related to the PHP 5 you're using, since no one else reported me such problem (joeroberts's uploads work fine and it's continuously updated).
Really dunno...
Unfortunately, no one can be told what the Matrix is. You have to see it for yourself.
|
|
|
|
| Re: can't upload anything [message #454 is a reply to message #214] |
Mon, 04 December 2006 20:41   |
|
The error is caused by the following code
<?php if (!isset($_FILES["filex"]))
$errmsg[] = _btmissingdata; ?>
It means that PHP does not see any file uploaded. So this IS definitely a server-side problem. Either with PHP or Apache or whatever.
Link upload will always work fine since you just fill form fields.
And this has nothing to do with PHP version, if it's misconfigured.
Try to run any other PHP script (such as a Forum) and try to upload a file: you'll get the same error.
Try also to upload an avatar with phpMyBitTorrent and you will 100% surely get an error (or just the image not being uploaded)
Unfortunately, no one can be told what the Matrix is. You have to see it for yourself.
|
|
|
|
|
|
| Re: can't upload anything [message #468 is a reply to message #467] |
Wed, 06 December 2006 09:17   |
|
Have you tried my hack in the message above? That *should* work
Unfortunately, no one can be told what the Matrix is. You have to see it for yourself.
|
|
|
|
|