Okay
  Public Ticket #2241357
Front-End Builder Account Error
Closed

Comments

  • Roman started the conversation


    Magento 2.3.3

    Applied patch > patch_for_magento_2.3.1+



    Hello,

    If I want to create the front-end builder account...

    .../admin/mpanel/createaccount/key/c4de0e8ff0fa4f11b3230c329e8c439c6ab75de471cd2665fc037ddb3bddbb93/user_id/1/


    I get the following error message:


    Fatal error: Uncaught TypeError: Argument 2 passed to MagentoEavModelAttributeDataText::validateLength() must be of the type string, null given, called in /www/htdocs/w00d3bf0/mag233/vendor/magento/module-eav/Model/Attribute/Data/Text.php on line 80 and defined in /www/htdocs/w00d3bf0/mag233/vendor/magento/module-eav/Model/Attribute/Data/Text.php:141
    Stack trace:
    #0 /www/htdocs/w00d3bf0/mag233/vendor/magento/module-eav/Model/Attribute/Data/Text.php(80): MagentoEavModelAttributeDataText->validateLength(Object(MagentoCustomerModelAttribute), NULL)
    #1 /www/htdocs/w00d3bf0/mag233/vendor/magento/module-eav/Model/Validator/Attribute/Data.php(131): MagentoEavModelAttributeDataText->validateValue(NULL)
    #2 /www/htdocs/w00d3bf0/mag233/vendor/magento/framework/Validator/Constraint.php(54): MagentoEavModelValidatorAttributeData->isValid(Object(MagentoCustomerModelBackendCustomerInterceptor))
    #3 /www/htdocs/w00d3bf0/mag233/vendor/magento/framework/Validator.php(59): MagentoFrameworkValidatorConstraint->i in /www/htdocs/w00d3bf0/mag233/vendor/magento/module-eav/Model/Attribute/Data/Text.php on line 141


    Please help. Thank You.

  • [deleted] replied

    Dear Roman,

    Thanks for your ticket,

    Could you please give me your site info ( admin url, admin account and ftp access detail ) we will check and help you.

  •   Roman replied privately
  • [deleted] replied

    Hello,

    I have checked for you and found that:

    1, Create the front-end builder account :  I just tried to create an account and found it works normally you can try the account I just created : 

    email: [email protected]

    pass: @dmin12345


    2, Compare List Page: I have fixed for you. 

    I modified: /app/design/frontend/Mgs/hebes/Magento_Catalog/templates/product/compare/list.phtml


    If you have any questions please let me know.

    Thanks!.

  •   Roman replied privately
  • [deleted] replied

    Hello,


    Discovered that editing in Footer shows an error: I have fixed for you.

    Set up the Mega Menu as shown in picture 2:  I have setup as a demo for you. Please refer to it.

    If you have any questions please let me know.

    Thanks!.


  • Roman replied

    It's great, thank you very much.


    I found a few more bugs.

    Could you fix it? I would be very grateful.

    Then everything should be fine :-)


    1. Which file or files have you last modified so that the Builder Footer Error no longer appears? I want to save these files when I need to reinstall the theme. See picture > errr.jpg

    2. The "My Account" human symbol in the header is linked to a javascript address. When you press it, a blank page appears. This could be irritating for shop visitors. Can you remove the link or change the link in the shopping cart?

    3. The icons heart and the gear in the shopping cart page are a little crooked. Could you adjust that in the stylesheet. Everything is beautifully implemented in this theme, so this is a bit annoying. See picture > buttons.jpg

    4. If you place a product in the shopping cart and the flycart is active at the bottom, the green info window in the middle will not be automatically hidden after some time. Even if you close the fly cart, it stays there. See picture > flycart.jpg

    5. In the admin: MGS > General Setting > Catalog: If you switch the Product Picture Ratio to Custom, no pictures are displayed in the frontend. No matter what image size you set.

    6. I have deleted the browser history on the PC and in the smartphone and the caches in the shop admin. The cookie notice window and the newsletter popup are still not displayed. Neither on the PC nor in the smartphone. Both are activated in the admin.

    If you update any files, please send me the directory link so that I can save them.

    Many thanks for your help.

  • Roman replied

    Here are the pictures.

  • Roman replied

    Hello,

    when can we expect feedback. We want to put this shop online at the end of January as we are switching from Magento 1 to Magento 2.


    We found some very important things that unfortunately don't work.

    1. The Mobile Menu is empty on a smartphone, or if you make the browser small on the PC so that it switches to Mobile Menu. Only a white page is shown.

    https://c05.de/mag233/produktname.html

    2. Sort by Position does not work, even in your demo shop, if you switch from "Decending Direction"> "Ascending Direction", and vice versa.

    3. Product page> The blue background cannot be changed in the admin. How can we change that? We have already tried all the options.

    4.MSG> Theme Setting> Extra Gallery> Full Screen Single Slide and Multiple Slide, the pop-up in the frontend does not work here. When clicking, only the image is displayed.

    5. MSG> Theme Setting> Header> With the HEADER 4 that we want to use, the logo is not displayed in the PC browser. The logo in smartphone view is not changed either. Only the Magento logo is always displayed.

    Can you please check these errors as soon as possible, including those from the previous message, as we have a little time pressure.

    Thank you for your understanding.

  • Roman replied

    Hello,

    when can we expect solutions to our news?

    It is very urgent.

    Thank you for your understanding.

  • [deleted] replied

    Hello,

    Sorry for replying you late.

    1: Mobile Menu: You can add style css in MGS -> Theme Settings -> Custom style  -> Add custom style

    .mobile-navigation .tab-content {
        display: block;
    }

    2: Sort by Position: I have checked your site and you are configuring the product with the same name, price. Please try configuring another product with different name and price to check.

    3140525349.png

    3: You can add style css in MGS -> Theme Settings -> Custom style  -> Add custom style

    .catalog-product-view.template-1.page-layout-1column div.single-image-wrapper{
        background: #fff //change color
    }
    4: Option works when there are at least two thumbnails. You can check it again. https://c05.de/mag233/produktname-1.html

    5: You can go to Content -> Configuration -> Header -> Change logo

    2686982287.png





  • [deleted] replied

    Hello,

    You can go to /app/etc/config.php and active module HebesTheme and you need upgrade and deploy.

    php bin/magento setup:upgrade
    php bin/magento setup:static-content:deploy
    6182420031.png
  • Roman replied

    Hello Alex,

    thanks for your feedback.

    We disagree with some of your solutions.

    We know a little about Magento 1 and 2, and also with CSS, so your solutions may only be a quick help, but do not eliminate the errors in the files.

    You wrote....
    1: Mobile Menu: You can add style css in MGS -> Theme Settings -> Custom style  -> Add custom style

    Adding style in Admin "custom style" may be a good interim solution, but it doesn't solve the error in the affected file.
    Which file is it that has the style data for the menu? If you don't want to change that right there, we'll change it ourselves.

    You wrote....
    2: Sort by Position: I have checked your site and you are configuring the product with the same name, price. Please try configuring another product with different name and price to check.

    Answer
    Sort by position sorted by ID, that is, by the order in which the products were created.
    Nothing helps with changing the price or the name. That would also be illogical if you only had to take a different price in the shop because of the sorting. We also wrote to you that it doesn't work in your demo shop either, although you have different prices and product names.

    You wrote....
    3: You can add style css in MGS -> Theme Settings -> Custom style  -> Add custom style
    .catalog-product-view.template-1.page-layout-1column div.single-image-wrapper {background: #fff //change color}

    Answer
    We don't want to solve everything about "custom style". Otherwise we would not need admin administration.
    Please check if it doesn't work. Does this have an error when the system updates the stylesheet?

    You wrote....
    5: You can go to Content -> Configuration -> Header -> Change logo

    Answer
    You switched to header 1, then it works. We want to use header 4. There the logo is only visible in the smartphone view, but not in the PC browser size.

    You wrote....
    You can go to /app/etc/config.php and active module HebesTheme and you need upgrade and deploy.
    php bin/magento setup:upgrade
    php bin/magento setup:static-content:deploy

    Answer
    We previously activated the theme via SSH before we contacted you because we saw it after getting the status.
    php bin / magento module: status
    The problems described were still there.


    Can you solve these problems? We have already sent you this in a message. These are very important things

    A. In the admin: MGS > General Setting > Catalog: If you switch the Product Picture Ratio to Custom, no pictures are displayed in the frontend. No matter what image size you set.

    B. I have deleted the browser history on the PC and in the smartphone and the caches in the shop admin. The cookie notice window and the newsletter popup are still not displayed. Neither on the PC nor in the smartphone. Both are activated in the admin.

    C. The "My Account" human symbol in the header is linked to a javascript address. When you press it, a blank page appears. This could be irritating for shop visitors. Can you remove the link or change the link in the shopping cart?

    D. If you place a product in the shopping cart and the flycart is active at the bottom, the green info window in the middle will not be automatically hidden after some time. Even if you close the fly cart, it stays there. See picture > flycart.jpg



  • [deleted] replied

    Hello,

    1: I have checked your site and it has been affected by the css from the module you installed. So you need to add custom style to solve that problem.

    9971714370.png


    3: When you activate the Hebes Theme module you can change the background color in the admin

    4752069649.png

    5: You can upload logo in option Header and You can choose the position where the logo is displayed in the megamenu option

    9564681395.png

    5688526927.png

    7372304393.png

    A, C: I have added style css in custom style. You can check again option


    .ratio-8 .products-grid .product-item-info .product-item-image .product-item-photo img {
        position: static;
    }
    .mobile-navigation .tab-content {
        pointer-events: none;
    }
    4289764900.png

    B: You can follow instructions: https://arrowhitech.ticksy.com/article/13290/
    D:  Currently our default theme needs to click the x button to close the notification.

    9806222548.png
  • Roman replied

    Hello,

    the changes have caused even more errors.

    1. The big logo is now always there.
    Even if you choose a different header, the large logo is always displayed. Then two Lgoos are shown.

    2. The menu is now much too deep and the hover area is wrong when you move your mouse over it. Please take a look at the page. You can't use that at all.

    3. In addition, the stick menu no longer works on the category page and e.g. on other pages like the customer login page.

    4. You can no longer click on the texts in the Mobile Menu.

    5. In list mode on the product page, the images are no longer displayed when using the custom width & height of the images.

    6. In which .css file do we have to enter the custom style so that it also works if we import the Hebes Home version again. After that, the custom style is automatically deleted.

    7. What about the sorting option on the catalog page. When can we expect the problem to be solved? That doesn't work on your demo page either.

    Thanks for your help.

  • [deleted] replied

    Hello,

    1: Logo:

    You can go to Content -> Configuration -> Header -> Change logo and follow size logo default
    2686982287.png

    2:  Can you take screenshort?

    3, 4: It already works on your site.

    5: I have checked it is using size 1000x600 as the size you have config.

    9916681057.png

    6: You can install and active child theme. Then, you can custom css in child theme

    7: We will check that.