Forums / General / Binary File
Nhu Nguyen
Monday 11 April 2005 9:59:20 pm
When I try to upload a zip file, I got an error:
Fatal error: Call to a member function on a non-object in /home/httpd/vhosts/truyentranh.com/httpdocs/news/kernel/classes/datatypes/ezbinaryfile/ezbinaryfiletype.php on line 507 Fatal error: eZ publish did not finish its request The execution of eZ publish was abruptly ended, the debug output is present below.
How to fix this? Thanks.
Ralph Ekekihl
Tuesday 12 April 2005 1:21:12 am
Hi,
A little more info would be good, like:
ezpublish version, OS version, Apache versoin etc.
Does the error occur only on zip files or on all files?How big is the file?
Regards, Ralph E. Contactivity B.V.www.contactivity.com
Contactivity B.V. http://www.contactivity.com
Thursday 14 April 2005 4:10:53 pm
I manage to find out that I'm using: O/S: Linux ezpublish version 3.5.1Apache: no idea, but should be pretty new :D
the file is about 10mb, and I only test zip file. IS that help at all?
Ćukasz Serwatka
Friday 15 April 2005 12:35:17 am
Do you know how to reproduce this error in demo version?http://ez.no/ez_publish/demo
Personal website -> http://serwatka.net Blog (about eZ Publish) -> http://serwatka.net/blog
Seravi Leonart
Friday 15 April 2005 11:57:09 pm
I believe what we did was:
1. Because the normal max file size allowed is small than the file we wanted to upload (and I don't know where the file "php.ini" is nor do I have any access to it), I create a new class that require a file with max file size allowed is 50 MB
2. --> create an instance of the class 3. --> put the file in the field --> "Send to publish"
And that error appeared.