Im updating my webpage form j 2.5 to 3.0 and as it has a lot of errors in updating i would like to export the whole hikashop to the new page, is there any way to do it so i can have user, orders and products?
I´ve tried to update a 2.5 version and everything went ok except for hikashop wich gives me this error
SQL=SELECT *, SUM(prod.order_product_quantity) as Total, COUNT(a.order_id) AS quantity FROM beadr_hikashop_order_product AS prod LEFT JOIN beadr_hikashop_order AS a on a.order_id=prod.order_id WHERE > 1356543212 AND < 1388079212 GROUP BY prod.order_product_name ORDER BY Total DESC LIMIT 7
Also the cart display in system configuration does not work
I upload debug errors
if i fix this i think im done.
I also tried to create a new installation of joomla 3.2, install hikashop, delete the tables in mysql and after export from joomla 2.5 database the hikashop fields, import them, but same error is displaying. The version of both hikashop is last one 2.2.3. The displaying of hikashop in backend is also broken and the main page of hikashop in wich the graphics are does not display at all.