Open GoogleCodeExporter opened 9 years ago
This is an High priority i think, because it corrupts database. Apologies for
putting
it as medium.
Original comment by paco.j.n...@gmail.com
on 27 Aug 2009 at 10:31
In the Wiki FAQ says:
you should log the detailed error message, so change temporarily your xmlrpc.py
library file, in def parse_response(self, file, sock): (close to line 1321),
add a
print response statement so you get:
while 1:
if sock:
response = sock.recv(1024)
else:
response = file.read(1024)
print response
But the file only has around 400 lines.
Original comment by paco.j.n...@gmail.com
on 28 Aug 2009 at 10:32
Reinstalling magento exports well (doing the classic 0.9.9 patches to
magento_export_categories.py). ¿?
Original comment by paco.j.n...@gmail.com
on 28 Aug 2009 at 12:52
OpenERP doesn't give error reinstalling, but in magento, when went to admin
menu for
manage categories:
Fatal error: Call to a member function getId() on a non-object in
/opt/www_data/shop_venyashop_magento/lib/Varien/Data/Tree/Dbp.php on line 315
Original comment by paco.j.n...@gmail.com
on 28 Aug 2009 at 1:07
Finally, we got WHY (not how to fix):
Looks like when we create new categories in openerp and do the export, something
rewrites the magento category id, and only a few appear as new categories and
the
rest are treated as ''updated'' (overwrited). It seems to there is an
'autoincremental' problem.
Original comment by paco.j.n...@gmail.com
on 28 Aug 2009 at 9:33
You can't export more than 2 levels of categories
The rest dissapear.
Original comment by paco.j.n...@gmail.com
on 31 Aug 2009 at 10:11
That's happen becouse you delete a category(or product) in OpenERP and then try
to
sinchronize this categories or products that no exist any more(is suppose to be
automaticaly :s). To workaraound it, just set to empty magento_id in
product_product
and product_category tables.
Sorry for my english :s
El problema ocurre cuando OpenERP intenta sincronizar un producto/categoría
que ya no existe en Magento(por que fue eliminado sólo en Magento).Una forma
rápida
de solucionar eso seria: ir directo a la base de datos y dejar vacíos el campo
magento_id en las tablas product_product y product_category.
Original comment by sandersp...@gmail.com
on 2 Oct 2009 at 9:52
Hello this happen to me and delete all the category. Data/Tree/Dbp.php on line
315.
I hope there is a solution.Thank you
Original comment by italolof...@gmail.com
on 3 Nov 2009 at 7:51
Original issue reported on code.google.com by
paco.j.n...@gmail.com
on 27 Aug 2009 at 10:29