Hello All and especially wildOne!
I just upgraded my Easy Populate from 1.2.5.5 to the current 1.2.5.7. Everything went just as expected from the Install / Upgrade text file. The ?langer=remove was a little problematic because I have SSL access turned on and as soon as I entered the URL to do the remove I got a new login screen instead of the easypopulate.php file. Fiddled a little with entering and re-entering the URL and it finally worked as it should have.
Got the message about the config and and the temp folder access, immediately clicked the HERE at the top to install the config and that made the temp folder error go away. But then I had the message about partial product data needing to be deleted. I did the click HERE again to let easypopulate attempt to repair. It failed and told me to look in a log file it created.
With the information wildOne provided below I was able to go to those tables and look in the product ID column for matches to what was in the error log that EP had provided. Simply deleted those entries and heard the Angels sing. :thumbsup:
It was easy to see the ones that needed to be deleted so even though I had nearly 400 entries in the CUSTOMERS_BASKET table I found the items that needed deleting fast and easily.
Thanks. This is fun when you find the answer you need already here.
wild0ne:
Just spent ages trying to sort this out myself and managed to clear the message. :clap: A customer had purchased items, the items were subsequently deleted using easy populate. But the message is appearing as the basket refers to non-existent items.
If you delete the lines of code as scrat says that will work.
Alternatively, I was able to delete all items from the tables
TABLE_CUSTOMERS_BASKET,
TABLE_CUSTOMERS_BASKET_ATTRIBUTES
using phpadmin in the cpanel (my store is not live yet). Obviously only use this method if you're sure you can identify the items. If you can't then use scrat's method, it will just mean these tables will not be checked for orphan data.
Hope this clarifies things a bit.