Thursday 08 November 2007 8:45:52 am
Unfortunatly , I did !
The strange thing is that I have no error message when I try to import. It just return to the "Upload package" page.
My package contain an object of a class I've made. This object have textlines and pdf file.
So, I've checked my "/var/www/html/mysite/var/log/error_log ":
***********************************************************************************
[ Nov 08 2007 17:17:27 ] ["my_IP_address"] :
Error parsing XML, unmatched tags
[ Nov 08 2007 17:17:28 ] ["my_IP_address"] :
Error parsing XML, unmatched tags
[ Nov 08 2007 17:17:28 ] ["my_IP_address"] eZPackageInstallationHandler::rootDOMNode():
Failed fetching dom from file var/storage/packages/local/"my_package_name"/ezcontentobject/contentobjects.xml
*********************************************************************************** (I put "my_package_name" to make it easier to read, cause it's a french package name) what's "dom" ? It doesn't seem now to be a problem of upload_file_size.
I'm not really sure to create my package very well... there are some options I don't really understand, especialy in the "Content object limits" options. May be that why I have a parsing xml error...
I've take a look at the documentation, but it's very limited. Do you know where I can find more docs about packages ? Thanks again. Pierre My server conf : apache 2.2.6 / php 4.4.7 / mysql 5.0.22-2.1
|