503 service unavailable

Hallo,

Seitdem ich ein Plugin deinstalliert bekomme ich folgende Fehlermeldung wenn ich in einen Artikel bearbeiten möchte. Woran kann das den jetzt liegen?

 

Ups! Ein Fehler ist aufgetreten! Die nachfolgenden Hinweise sollten Ihnen weiterhelfen. An exception occurred while executing ‚SELECT s0_.sorting_ids AS sorting_ids_0, s0_.hide_sortings AS hide_sortings_1, s0_.facet_ids AS facet_ids_2, s0_.id AS id_3, s0_.parent AS parent_4, s0_.stream_id AS stream_id_5, s0_.description AS description_6, s0_.position AS position_7, s0_.meta_title AS meta_title_8, s0_.metakeywords AS metakeywords_9, s0_.metadescription AS metadescription_10, s0_.cmsheadline AS cmsheadline_11, s0_.cmstext AS cmstext_12, s0_.active AS active_13, s0_.template AS template_14, s0_.product_box_layout AS product_box_layout_15, s0_.blog AS blog_16, s0_.path AS path_17, s0_.external AS external_18, s0_.external_target AS external_target_19, s0_.hidefilter AS hidefilter_20, s0_.hidetop AS hidetop_21, s0_.changed AS changed_22, s0_.added AS added_23, s0_.mediaID AS mediaID_24, s1_.id AS id_25, s1_.categoryID AS categoryID_26, s1_.attribute1 AS attribute1_27, s1_.attribute2 AS attribute2_28, s1_.attribute3 AS attribute3_29, s1_.attribute4 AS attribute4_30, s1_.attribute5 AS attribute5_31, s1_.attribute6 AS attribute6_32, s1_.nimbits_extrabadge_c_text1 AS nimbits_extrabadge_c_text1_33, s1_.nimbits_extrabadge_c_color1 AS nimbits_extrabadge_c_color1_34, s1_.nimbits_extrabadge_c_text2 AS nimbits_extrabadge_c_text2_35, s1_.nimbits_extrabadge_c_color2 AS nimbits_extrabadge_c_color2_36, s1_.nimbits_extrabadge_c_text3 AS nimbits_extrabadge_c_text3_37, s1_.nimbits_extrabadge_c_color3 AS nimbits_extrabadge_c_color3_38, s1_.nimbits_extrabadge_cimage1 AS nimbits_extrabadge_cimage1_39, s1_.nimbits_extrabadge_cimage2 AS nimbits_extrabadge_cimage2_40, s1_.nimbits_extrabadge_cimage3 AS nimbits_extrabadge_cimage3_41, s2_.show_listing AS show_listing_42, s2_.template_id AS template_id_43, s2_.id AS id_44, s2_.parent_id AS parent_id_45, s2_.active AS active_46, s2_.name AS name_47, s2_.userID AS userID_48, s2_.position AS position_49, s2_.device AS device_50, s2_.fullscreen AS fullscreen_51, s2_.valid_from AS valid_from_52, s2_.is_landingpage AS is_landingpage_53, s2_.seo_title AS seo_title_54, s2_.seo_keywords AS seo_keywords_55, s2_.seo_description AS seo_description_56, s2_.valid_to AS valid_to_57, s2_.create_date AS create_date_58, s2_.modified AS modified_59, s2_.rows AS rows_60, s2_.cols AS cols_61, s2_.cell_spacing AS cell_spacing_62, s2_.cell_height AS cell_height_63, s2_.article_height AS article_height_64, s2_.mode AS mode_65, s2_.preview_id AS preview_id_66, s2_.preview_secret AS preview_secret_67, s2_.customer_stream_ids AS customer_stream_ids_68, s2_.replacement AS replacement_69, s3_.id AS id_70, s3_.albumID AS albumID_71, s3_.name AS name_72, s3_.description AS description_73, s3_.path AS path_74, s3_.type AS type_75, s3_.extension AS extension_76, s3_.userID AS userID_77, s3_.created AS created_78, s3_.file_size AS file_size_79, s3_.width AS width_80, s3_.height AS height_81, s4_.id AS id_82, s4_.groupkey AS groupkey_83, s4_.description AS description_84, s4_.tax AS tax_85, s4_.taxinput AS taxinput_86, s4_.mode AS mode_87, s4_.discount AS discount_88, s4_.minimumorder AS minimumorder_89, s4_.minimumordersurcharge AS minimumordersurcharge_90 FROM s_categories s0_ LEFT JOIN s_categories_attributes s1_ ON s0_.id = s1_.categoryID LEFT JOIN s_emotion_categories s5_ ON s0_.id = s5_.category_id LEFT JOIN s_emotion s2_ ON s2_.id = s5_.emotion_id LEFT JOIN s_media s3_ ON s0_.mediaID = s3_.id LEFT JOIN s_categories_avoid_customergroups s6_ ON s0_.id = s6_.categoryID LEFT JOIN s_core_customergroups s4_ ON s4_.id = s6_.customergroupID WHERE s0_.id = ? AND s0_.id IN (?)‘ with params [20, „20“]: SQLSTATE[42S22]: Column not found: 1054 Unknown column ‚s1_.nimbits_extrabadge_c_text1‘ in ‚field list‘ in vendor/doctrine/dbal/lib/Doctrine/DBAL/DBALException.php on line 131 Stack trace: #0 vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php(855): Doctrine\DBAL\DBALException::driverExceptionDuringQuery(Object(Doctrine\DBAL\Driver\PDOMySql\Driver), Object(PDOException), ‚SELECT s0_.sort…‘, Array) #1 vendor/doctrine/orm/lib/Doctrine/ORM/Query/Exec/SingleSelectExecutor.php(50): Doctrine\DBAL\Connection->executeQuery(‚SELECT s0_.sort…‘, Array, Array, NULL) #2 vendor/doctrine/orm/lib/Doctrine/ORM/Query.php(321): Doctrine\ORM\Query\Exec\SingleSelectExecutor->execute(Object(Doctrine\DBAL\Connection), Array, Array) #3 vendor/doctrine/orm/lib/Doctrine/ORM/AbstractQuery.php(962): Doctrine\ORM\Query->_doExecute() #4 vendor/doctrine/orm/lib/Doctrine/ORM/AbstractQuery.php(917): Doctrine\ORM\AbstractQuery->executeIgnoreQueryCache(NULL, 2) #5 vendor/doctrine/orm/lib/Doctrine/ORM/AbstractQuery.php(720): Doctrine\ORM\AbstractQuery->execute(NULL, 2) #6 vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Pagination/Paginator.php(165): Doctrine\ORM\AbstractQuery->getResult(2) #7 engine/Shopware/Controllers/Backend/Category.php(167): Doctrine\ORM\Tools\Pagination\Paginator->getIterator() #8 engine/Library/Enlight/Controller/Action.php(193): Shopware_Controllers_Backend_Category->getDetailAction() #9 engine/Library/Enlight/Controller/Dispatcher/Default.php(549): Enlight_Controller_Action->dispatch(‚getDetailAction‘) #10 engine/Library/Enlight/Controller/Front.php(222): Enlight_Controller_Dispatcher_Default->dispatch(Object(Enlight_Controller_Request_RequestHttp), Object(Enlight_Controller_Response_ResponseHttp)) #11 engine/Shopware/Kernel.php(202): Enlight_Controller_Front->dispatch() #12 vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php(102): Shopware\Kernel->handle(Object(Symfony\Component\HttpFoundation\Request), 1, true) #13 vendor/symfony/http-kernel/HttpCache/HttpCache.php(448): Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle(Object(Shopware\Kernel), Object(Symfony\Component\HttpFoundation\Request), 1, true) #14 engine/Shopware/Components/HttpCache/AppCache.php(268): Symfony\Component\HttpKernel\HttpCache\HttpCache->forward(Object(Symfony\Component\HttpFoundation\Request), true, NULL) #15 vendor/symfony/http-kernel/HttpCache/HttpCache.php(238): Shopware\Components\HttpCache\AppCache->forward(Object(Symfony\Component\HttpFoundation\Request), true) #16 engine/Shopware/Components/HttpCache/AppCache.php(105): Symfony\Component\HttpKernel\HttpCache\HttpCache->pass(Object(Symfony\Component\HttpFoundation\Request), true) #17 shopware.php(122): Shopware\Components\HttpCache\AppCache->handle(Object(Symfony\Component\HttpFoundation\Request)) #18 {main}  

OK

Du könntest mal über die Freitextfeld-Verwaltung für die Artikel das Model neu generieren. Vielleicht hilft das ja schon?