Forums / General / Binary File

"Please Note:
  • At the specific request of Ibexa we are changing this projects name to "Exponential" or "Exponential (CMS)" effective as of August, 11th 2025.
  • This project is not associated with the original eZ Publish software or its original developer, eZ Systems or Ibexa".

Binary File

Author Message

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: Exponential did not finish its request

The execution of Exponential 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:

Exponential 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

Nhu Nguyen

Thursday 14 April 2005 4:10:53 pm

Hi,

I manage to find out that I'm using:
O/S: Linux
Exponential version 3.5.1
Apache: 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

Hi,

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.