Problems, need help? Have a tip or advice? Post it here.
3 posts Page 1 of 1
I've migrated a Couch site to a new server/IP. The site is precisely as-is and works fine in every way (except this). I used the WHM/cPanel transfer tool so I'm _pretty_ sure all settings are the same - and near certain all files are identical.

But when clicking 'ADD TO CART', nothing is added to the cart.

There are no errors thrown. Just the item is not added and the cart remains empty.

In /js/cart-modal.js I added:

console.log($(this).attr('action'));
console.log($(this).serialize());

Just before the Ajax call - and those values look absolutely fine.

Console doesn't show any issues with the Ajax call.

I'm struggling to follow the flow in the code and can't for the life of me work out what the problem is here.

Thanks for any advice you can offer.
Resolved. Something was wrong with the PHP-FPM .YAML confguration on the new server and WHM Transfer Tool doesn't overwrite the destination YAML with the source, it puts it in the correct location but adds ".transferred" on the end so you have to do it yourself manually.

Thanks for looking :)
Thanks for keeping us updated.
I am glad the problem is resolved.
3 posts Page 1 of 1
cron