Okay
  Public Ticket #1513754
Magento 2.2.3 Issues
Closed

Comments

  • sanadaevils started the conversation

    I've installed the theme on a Magento 2.2.3 install and I have multiple issues.

    I have an error 500 in the admin panel when I try to access the blog sections:

    'Manage Posts', 'Manage Comments' ...

    I have an sql error when I try manage the brands:

    SQLSTATE[42S22]: Column not found: 1054 Unknown column 'main_table.small_image' in 'field list', query was: SELECT `main_table`.`brand_id`, `main_table`.`name`, `main_table`.`url_key`, `main_table`.`small_image`, `main_table`.`image`, `main_table`.`description`, `main_table`.`meta_keywords`, `main_table`.`meta_description`, `main_table`.`is_featured`, `main_table`.`sort_order`, `main_table`.`status`, `main_table`.`thumbnail`, `main_table`.`page_title`, `main_table`.`position` FROM `ves_brand` AS `main_table` LIMIT 20


    I previously was using the vestheme and it seems to set an issue there?


  • sanadaevils replied

    I've removed the old theme and it working now :)

  • sanadaevils replied

    I have a question,

    I have these modules that haven't been enabled yet:

    MGS_InstantSearch

    MGS_Landing

    MGS_ClaueTheme


    Should they be?




  • sanadaevils replied

    The product page has an issue and returning 404 on js files

    Unable to resolve the source file for 'frontend/Mgs/claue/en_US/mgs_quickview.js'
    #0 /opt/bitnami/apps/magento/htdocs/vendor/magento/framework/App/StaticResource.php(121): Magento\Framework\View\Asset\File->getSourceFile()
    #1 /opt/bitnami/apps/magento/htdocs/vendor/magento/framework/App/Bootstrap.php(256): Magento\Framework\App\StaticResource->launch()
    #2 /opt/bitnami/apps/magento/htdocs/pub/static.php(13): Magento\Framework\App\Bootstrap->run(Object(Magento\Framework\App\StaticResource))
    #3 {main}

    and

    Unable to resolve the source file for 'frontend/Mgs/claue/en_US/waypoints.js'
    #0 /opt/bitnami/apps/magento/htdocs/vendor/magento/framework/App/StaticResource.php(121): Magento\Framework\View\Asset\File->getSourceFile()
    #1 /opt/bitnami/apps/magento/htdocs/vendor/magento/framework/App/Bootstrap.php(256): Magento\Framework\App\StaticResource->launch()
    #2 /opt/bitnami/apps/magento/htdocs/pub/static.php(13): Magento\Framework\App\Bootstrap->run(Object(Magento\Framework\App\StaticResource))
    #3 {main}

    UPDATE:

    The product page issues seem to be fixed after I have reassigned a brand created with this MGS Brand module.

  • sanadaevils replied

    UPDATED

  • sanadaevils replied

    UPDATED for a recap of all my questions:

    1. These modules are not enabled, the documentation doesn't mention them.

    MGS_InstantSearch

    MGS_Landing

    MGS_ClaueTheme

    Should they be enabled?


    2. I have another issue with configurable products images that don't show.

    Here is an example:

    https://lazy-girl.co.uk/mediheal-x-bts-collaboration-10-set-face-mask-and-14-photocards.html

    The pictures come up then disappear.

  • sanadaevils replied

    3. When I add products to the cart the popup is missing buttons. I've attached the picture to show.

  • sanadaevils replied

    For Point 3:

    I've seen ticket:

    https://arrowhitech.ticksy.com//ticket/1508125/

    And uploaded the file but there still is one button missing and title.


  • [deleted] replied

    Hi

    For your questions

    1) About 3 modules:

    MGS_InstantSearch

    MGS_Landing

    MGS_ClaueTheme

    you only enable them when you use magento version 2.2+, if you are using magento 2.2+, so you will must apply patch2.2+ and in this patch, you will see Readme file, if you read it, you will see that you will need to enable that modules.

    2)  I have another issue with configurable products images that don't show.

    I see this is workinng fine

    3) About button after add to cart

    Please go to admin MGS -> Theme Setting -> Ajax Cart, here you can config to show or hide "My Cart" button


  • sanadaevils replied

    Hi,

    Thanks for your answers; It's all fixed now.