Author |
Message |
Topic: HTTP 500 Internal Server Error |
Shak
Replies: 8
Views: 11792
|
|
Yes, im starting to think theres a max amount that can be stored in the buffer... how can I expand on this size? Also output_buffering doesn't exist as a function in php. |
Topic: HTTP 500 Internal Server Error |
Shak
Replies: 8
Views: 11792
|
|
I just realized what the problem is, it seems to work fine with small files (the max it seems to like is 10mb-15mb), but as soon as I try and output a large file (100-200mb) it gives that HTTP 500 err ... |
Topic: HTTP 500 Internal Server Error |
Shak
Replies: 8
Views: 11792
|
|
I tried what you said down to the very last letter, and I get a HTTP 500 error and a "Broken Pipe" error in my cgi.log.
Could you post a link to a live example running on Abyss? |
Topic: HTTP 500 Internal Server Error |
Shak
Replies: 8
Views: 11792
|
|
Hmm, very odd. I'm sure I installed php correctly... or at least normal php functions work correctly, how can I make sure?
Heres my php info: http://shikamaru.info/info.php
Can you paste me your ... |
Topic: HTTP 500 Internal Server Error |
Shak
Replies: 8
Views: 11792
|
|
I've searched through the forum and tried to discover the reason for my problem, but I had no luck.
I'm running this simple php download script:
<?php
if (ob_get_level() == 0) ... |
|