When upgrading from 1.7.8 to 1.8.0-rc2, I’ve come across the following error.
SQLSTATE[42S02]: Base table or view not found: 1146 Table 'announcementsdev2.lktagcampaign' doesn't exist
Skipping the step allows the rest of the upgrade to complete. We are experiencing some issues with layouts and I don’t know whether they’re affected. Please let me know if there’s other information you could use.
I have also run into this issue and after applying the patch mentioned in this thread I have a new error message.
“SQLSTATE[HY000]: General error: 1366 Incorrect integer value: ‘’ for column ‘ownerId’ at row 1”
We’re a little over due as some things have popped up which needed fixing - i’d imagine next week, or perhaps the week after depending on our progress.
The issue you’re having wont get fixed in rc3 unless we can track down the root cause - at the moment I have no idea what that could be.
Would you be willing to send us a pre-upgrade DB dump so we can see why it is failing?
Some really early layouts do not have owner information attached to the region/media items inside them - their ownership is determined at the layout level. In those cases, when converting to the new model, we should push down the layout owner.
I just took a look at the database and sure enough I had 3 layouts called “Arts Library” somehow. One was retired, one was the current one I’m using and the other is some weird doppelganger. I renamed the two layouts I wasn’t using via a SQL statement and the upgrade completed without issue.
Thanks for the fix.
It is possible that the weird doppleganger was the failed conversion (perhaps) - in any case, im pleased you have it upgraded!! and of course that the underlying issue is solved - thanks for your assistance.