← Back to team overview

openerp-connector-community team mailing list archive

Re: Error import categorires from backend

 

On 06/13/2014 02:51 PM, Alberto Garcia wrote:
> If I don import categories since (some date) in backend I get this error:
> 
>     result = api.call(method, arguments)
>   File "/usr/local/lib/python2.7/dist-packages/magento/api.py", line
> 161, in call
>     return self.client.call(self.session, resource_path, arguments)
>   File "/usr/lib/python2.7/xmlrpclib.py", line 1224, in __call__
>     return self.__send(self.__name, args)
>   File "/usr/lib/python2.7/xmlrpclib.py", line 1578, in __request
>     verbose=self.__verbose
>   File "/usr/lib/python2.7/xmlrpclib.py", line 1264, in request
>     return self.single_request(host, handler, request_body, verbose)
>   File "/usr/lib/python2.7/xmlrpclib.py", line 1297, in single_request
>     return self.parse_response(response)
>   File "/usr/lib/python2.7/xmlrpclib.py", line 1473, in parse_response
>     return u.close()
>   File "/usr/lib/python2.7/xmlrpclib.py", line 793, in close
>     raise Fault(**self._stack[0])
> Fault: <Fault 1: 'Internal Error. Please see log for details.'>
> 
> ¿Someone have the same error?
> 
> 
> 

Hi,

This is an error returned by the Magento API. The details are in the
Magento logs.
A common cause for such errors are when Magento is installed on PHP 5.4;
it does not support this version of PHP (but a patch is provided on the
Magento official website).

-- 
Guewen Baconnier
Business Solutions Software Developer

Camptocamp SA
PSE A, CH-1015 Lausanne
Phone: +41 21 619 10 39
Office: +41 21 619 10 10
http://www.camptocamp.com/


References