I have one abantecart web
Now I want to make new web having same products categories and images.
I can only access c panel of my previous web
Can't access administration due to unserialize disabled by host.
So I can't import/export product
How should I do it
Hello,
You can check this manual for import/export:
https://abantecart.atlassian.net/wiki/spaces/AD/pages/14975089/Import+Export
If you can not access your admin, you would need to use Mysql data dump (mysqldump) and insert on the new hosting.
Check this post:
http://forum.abantecart.com/index.php?topic=426.0
Due to disable unserialize function, I m unable to login administration panel. Now how can export product catalogue
You would need to move your database and files manually to new hosting.
You can use mysqldump or other hosting tools to export entire database and move to new hosting.