mir Posted October 8, 2019 Share Posted October 8, 2019 Goedemorgen, Ik heb mijn site van 1.7.3.1 naar 1.7.6.1 geupdate via de one-click update. Nou werkt de frontend lijkt wel correct, maar de backend geeft bij sommige paginas een internal server error. het lijkt alsof de database niet helemaal goed is gegaan. met debug aan krijg ik de volgende errors als ik de producten pagina wil openen: Quote An exception occurred while executing 'SELECT t0.id AS id_1, t0.employee AS employee_2, t0.shop AS shop_3, t0.controller AS controller_4, t0.action AS action_5, t0.filter AS filter_6, t0.filter_id AS filter_id_7 FROM cecf_admin_filter t0 WHERE t0.employee = ? AND t0.shop = ? AND t0.controller = ? AND t0.action = ? LIMIT 1' with params [1, 1, "ProductController", "catalogAction"]: SQLSTATE[42S22]: Column not found: 1054 Unknown column 't0.filter_id' in 'field list' Quote Uncaught PHP Exception Doctrine\DBAL\Exception\InvalidFieldNameException: "An exception occurred while executing 'SELECT t0.id AS id_1, t0.employee AS employee_2, t0.shop AS shop_3, t0.controller AS controller_4, t0.action AS action_5, t0.filter AS filter_6, t0.filter_id AS filter_id_7 FROM cecf_admin_filter t0 WHERE t0.employee = ? AND t0.shop = ? AND t0.controller = ? AND t0.action = ? LIMIT 1' with params [1, 1, "ProductController", "catalogAction"]: SQLSTATE[42S22]: Column not found: 1054 Unknown column 't0.filter_id' in 'field list'" at /home/public/sites/www.gessicadancewear.nl/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 71 Ik heb via mijn webhost al een roll back gedaan en opnieuw geprobeerd, maar ik kom er niet uit. de host geeft het volgende aan: Quote Misschien dat de upgrade niet helemaal af was en kunnen zij (prestashop) je informeren hoe je de laatste delen af kunnen ronden. Het lijkt eruit van de logs dat er enkele database updates niet waren uitgevoerd. Kunnen jullie mij helpen om de laatste delen van de update alsnog te kunnen toevoegen/updaten? Ik heb geen idee hoe ik dit moet oplossen. Groet, mirjam Link to comment Share on other sites More sharing options...
AnRoel Posted March 12, 2020 Share Posted March 12, 2020 Hoi Mirjam, zojuist heb ik precies hetzelfde probleem / melding na de laatste upgrade. Weet je toevallig nog wat de oplossing was? Dank je wel alvast, groeten, Anita Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now