yeah if I upload using the FileUpload program it uploads no problem, pictures show up and everything. If it use the PLupload, it uploads too, but the file is 0 bytes.
@BrandonP said:
yeah if I upload using the FileUpload program it uploads no problem, pictures show up and everything. If it use the PLupload, it uploads too, but the file is 0 bytes.
That's an excellent clue. This is on a fresh install, correct?
Yeah. It did the same thing before though too. It would upload using the regular FileUpload program, but every time I would upload with PL Plugin it would give me an error and upload a 0byte file
On the actual site it said:
Error: -200, Message: HTTP Error., File: 4725587287_4e1eb839f6_o.jpg
On Flashbug it says 500 Internal Server Error:
From a programmer's perspective that's good info. An internal server error is kogged in either the Apache error log or the user's error log, by that I mean your error log on your space with your host
[Sat Mar 23 17:42:16 2013] [error] [client] File does not exist: /var/chroot/home/content/86/10747586/html/robots.txt
[Sun Mar 24 15:48:14 2013] [error] [client] File does not exist: /var/chroot/home/content/86/10747586/html/robots.txt
[Sun Mar 24 22:47:30 2013] [error] [client] File does not exist: /var/chroot/home/content/86/10747586/html/robots.txt
[Sun Mar 24 22:47:31 2013] [error] [client] File does not exist: /var/chroot/home/content/86/10747586/html/wp/sitemap_index.xml
[Mon Mar 25 10:09:53 2013] [error] [client] File does not exist: /var/chroot/home/content/86/10747586/html/forums/entry
[Mon Mar 25 10:17:07 2013] [error] [client] File does not exist: /var/chroot/home/content/86/10747586/html/robots.txt
[Mon Mar 25 10:32:57 2013] [error] [client] File does not exist: /var/chroot/home/content/86/10747586/html/forums/entry
[Mon Mar 25 13:16:29 2013] [error] [client] File does not exist: /var/chroot/home/content/86/10747586/html/robots.txt
[Mon Mar 25 13:16:29 2013] [error] [client] File does not exist: /var/chroot/home/content/86/10747586/html/forums/entry
[Mon Mar 25 15:55:24 2013] [error] [client] File does not exist: /var/chroot/home/content/86/10747586/html/forums/entry
[Mon Mar 25 16:36:59 2013] [error] [client] File does not exist: /var/chroot/home/content/86/10747586/html/forums/entry
[Mon Mar 25 16:52:31 2013] [error] [client] File does not exist: /var/chroot/home/content/86/10747586/html/forums/entry
[Mon Mar 25 17:16:03 2013] [error] [client] File does not exist: /var/chroot/home/content/86/10747586/html/forums
Comments
You have a FileUpload directory in uploads?
yeah if I upload using the FileUpload program it uploads no problem, pictures show up and everything. If it use the PLupload, it uploads too, but the file is 0 bytes.
It is creating folders and sub folders and copies of what is supposed to be images.
Example :
uploads/FileUpload/6f/ce4ab7d5ef0f1b92010a9c1169566f.jpg
That's an excellent clue. This is on a fresh install, correct?
Yeah. It did the same thing before though too. It would upload using the regular FileUpload program, but every time I would upload with PL Plugin it would give me an error and upload a 0byte file
you know the previous test can you put this in its place.
throw new PlUploadErrorException(var_export(base64_encode(file_get_contents("php://input")),TRUE), 0, __FILE__);no problem.
Retested with that script installed,
On the actual site it said:
Error: -200, Message: HTTP Error., File: 4725587287_4e1eb839f6_o.jpg
On Flashbug it says 500Internal Server Error:
Header
Post
Response
{"Code":0,"Exception":"''"}Can anyone install a copy of these add-ons on their own forum and please test the image upload for me? I wonder if my server is causing these issues
You're so close to finding out what's really going on...
From a programmer's perspective that's good info. An internal server error is kogged in either the Apache error log or the user's error log, by that I mean your error log on your space with your host
That's really interesting
ErrorLog
[Sat Mar 23 17:42:16 2013] [error] [client] File does not exist: /var/chroot/home/content/86/10747586/html/robots.txt
[Sun Mar 24 15:48:14 2013] [error] [client] File does not exist: /var/chroot/home/content/86/10747586/html/robots.txt
[Sun Mar 24 22:47:30 2013] [error] [client] File does not exist: /var/chroot/home/content/86/10747586/html/robots.txt
[Sun Mar 24 22:47:31 2013] [error] [client] File does not exist: /var/chroot/home/content/86/10747586/html/wp/sitemap_index.xml
[Mon Mar 25 10:09:53 2013] [error] [client] File does not exist: /var/chroot/home/content/86/10747586/html/forums/entry
[Mon Mar 25 10:17:07 2013] [error] [client] File does not exist: /var/chroot/home/content/86/10747586/html/robots.txt
[Mon Mar 25 10:32:57 2013] [error] [client] File does not exist: /var/chroot/home/content/86/10747586/html/forums/entry
[Mon Mar 25 13:16:29 2013] [error] [client] File does not exist: /var/chroot/home/content/86/10747586/html/robots.txt
[Mon Mar 25 13:16:29 2013] [error] [client] File does not exist: /var/chroot/home/content/86/10747586/html/forums/entry
[Mon Mar 25 15:55:24 2013] [error] [client] File does not exist: /var/chroot/home/content/86/10747586/html/forums/entry
[Mon Mar 25 16:36:59 2013] [error] [client] File does not exist: /var/chroot/home/content/86/10747586/html/forums/entry
[Mon Mar 25 16:52:31 2013] [error] [client] File does not exist: /var/chroot/home/content/86/10747586/html/forums/entry
[Mon Mar 25 17:16:03 2013] [error] [client] File does not exist: /var/chroot/home/content/86/10747586/html/forums
The issue has been resolved. Not sure what x00 did, but he fixed it. lol
Would be great to know what he did to fix it !
If he told you that , he'd have to killya
That's ok as long as I die knowing how he did it !!
better to have tried and failed, than to just ask repeatedly on forums .
LOL ( should be a new motto for newbs )
I am using Version 0.1b and I am having 0B uploads. Eager to know what was the fix for this ?
TIA