Code Monkey home page Code Monkey logo

docker-magento-mutagen's People

Contributors

barbanet avatar davidalger avatar deanpodgornik avatar fprieur avatar ifiokjr avatar jerrylopez avatar magedevjosh avatar markshust avatar martenvanurk1986 avatar phedoreanu avatar salgua avatar shkoliar avatar u-maxx avatar wigman avatar zsoerenm avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

docker-magento-mutagen's Issues

Refine statement stripping DEFINER from SQL imports

bin/dbimport includes a statement to strip DEFINER from SQL imports, perhaps only when said statement includes "*".

I've run across an example of a DEFINER in a DB dump that isn't covered by the above. This view definition might be related to M2 multi-source inventory:

CREATE ALGORITHM=UNDEFINED DEFINER=`magento`@`localhost` SQL SECURITY DEFINER VIEW `inventory_stock_1`
AS SELECT
   distinct `legacy_stock_status`.`product_id` AS `product_id`,
   `legacy_stock_status`.`website_id` AS `website_id`,
   `legacy_stock_status`.`stock_id` AS `stock_id`,
   `legacy_stock_status`.`qty` AS `quantity`,
   `legacy_stock_status`.`stock_status` AS `is_salable`,
   `product`.`sku` AS `sku`
FROM (`cataloginventory_stock_status` `legacy_stock_status` join `catalog_product_entity` `product` on((`legacy_stock_status`.`product_id` = `product`.`entity_id`)));

This statement modified from one originally posted by Max might be more robust to handle SQL like the above:

LC_ALL=C sed -E 's/DEFINER[ ]*=[ ]*`[^`]+`@`[^`]+`/DEFINER=CURRENT_USER/g' | docker-compose exec -T db \
    mysql -u"${MYSQL_USER}" -p"${MYSQL_PASSWORD}" "${MYSQL_DATABASE}"

Formulae found in multiple taps

Error: Formulae found in multiple taps: 
       * havoc-io/mutagen/mutagen
       * mutagen-io/mutagen/mutagen

Please use the fully-qualified name (e.g. havoc-io/mutagen/mutagen) to refer to the formula.

How install old project Magento 2.3.4

Hello

I am tried install my Magento 2.3.4 project. I use interactive method. I've got that error:
"Starting Magento installation:
File permissions check...
[Progress: 1 / 1017]
Required extensions check...

In Installer.php line 520:

Missing following extensions: 'sockets' "

Can I install this extension manually ?

Zrzut ekranu z 2021-04-13 19-41-40
Zrzut ekranu z 2021-04-13 19-41-22

bin/copytocontainer and bin/copyfromcontainer is not working as expected

bin/copytocontainer and bin/copyfromcontainer is not working as expected

Currently, it is copying the content of pub/media folder on host to the /var/www/html/media folder on container, but it should copy to /var/www/html/pub/media on container.

The same issue with bin/copyfromcontainer in vice versa manner

Implement interactive setup process

Implement interactive setup process, to have more flexible configs for each specific environment

support parameters to speed up the selection of needed features

Find the best way to sync the vendor folder

Find the best way to sync the vendor folder

possible approach - is something like new mutagen session for the vendor folder with --watch-mode-beta=no-watch

and adding 1 line to the bin/composer to trigger mutagen flush

requested by Paul Hachmang,
the idea of the fix is suggested by Mark Shust's

404 not found after installation

Hello,
First of all, thank you for this repo/environment, it's great for newbie in Magento, like me :)
However I have two issues releated to installtion process. First issue is related to homepage. I have 404 Not Found. I have checked several times and looks that all files were copied, I created nginx.conf (from nginx.conf.sample) and I don't know what and where I should change to fix this problem. Second problem is an access to admin area. If I type bin/magento info:admin the response is /. I think it is related to first issue. Could someone tell me how to fix both issues? Thank you.

I get following error when accesing magento2.test

app_1 | 2019/09/24 13:40:01 [info] 30#30: *13 SSL_do_handshake() failed (SSL: error:14094416:SSL routines:ssl3_read_bytes:sslv3 alert certificate unknown:SSL alert number 46) while SSL handshaking, client: 172.22.0.1, server: 0.0.0.0:8443
app_1 | 2019/09/24 13:40:01 [info] 30#30: *14 SSL_do_handshake() failed (SSL: error:14094416:SSL routines:ssl3_read_bytes:sslv3 alert certificate unknown:SSL alert number 46) while SSL handshaking, client: 172.22.0.1, server: 0.0.0.0:8443
app_1 | 2019/09/24 13:40:01 [error] 30#30: *15 "/etc/nginx/html/index.html" is not found (2: No such file or directory), client: 172.22.0.1, server: , request: "GET / HTTP/1.1", host: "magento2.test"
app_1 | 172.22.0.1 - - [24/Sep/2019:13:40:01 +0000] "GET / HTTP/1.1" 404 556 "-" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.90 Safari/537.36" "-"

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.