Code Monkey home page Code Monkey logo

magento2-plugin's People

Contributors

dmitryku3 avatar ivangraybox avatar maksymz avatar pavlots avatar saschabratton avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

magento2-plugin's Issues

Deprecated Functionality: json_decode(): Passing null to parameter #1

Noticed exception 'Exception' with message 'Deprecated Functionality: json_decode(): Passing null to parameter #1 ($json) of type string is deprecated in /var/www/magento2/vendor/rejoiner/module-acr/Observer/ControllerActionPredispatch.php on line 44' in /var/www/magento2/vendor/magento/framework/App/ErrorHandler.php:61

getLabel() is undefined

Quest checkout form:
Zrzut ekranu 2019-07-13 o 23 16 53

This error is connected to this knockout template:

<div class="field choice newsletter" data-bind="fadeVisible: showSubscriptionGuest">
<input data-bind="attr: {title: getLabel()}, checked: shouldBeChecked(), click: updateSubscribe" type="checkbox" name="rejoiner_subscription" value="1" id="rejoiner-subscription-guest" class="checkbox" />
<label for="rejoiner-subscription-guest" class="label"><span data-bind="text: getLabel()"></span></label>
</div>

This should be wrapped in an condition, and prevent undefined variables binding inside template.

<!-- ko if: showSubscriptionGuest -->
  ...
<!-- /ko -->

Deprecated Functionality: Function strftime() is deprecated

Error Deprecated Functionality: Function strftime() is deprecated in /var/www/html/vendor/rejoiner/module-acr/Observer/CheckoutOnepageControllerSuccessAction.php on line 56 on checkout success page. The same function is also used in Rejoiner\Acr\Cron\TrackOrderSuccessConversion.

Deprecated Functionality: unserialize() - Magento 2.4.4 compatibility issue

Getting error Deprecated Functionality: unserialize(): Passing null to parameter #1 ($data) of type string is deprecated in /var/www/html/vendor/rejoiner/module-acr/Helper/Data.php on line 271 on customer section load when adding product to cart. "Generate Coupon Code" should be enabled to reproduce.

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.