-
Notifications
You must be signed in to change notification settings - Fork 9.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
how to use require_once in magento2 #1806
Comments
@LifeAsBook, could you describe the specific case where you'd like to use this function? |
@sivaschenko, thank you! i want to include the 3rd provided function that in a file. |
@LifeAsBook I would recomend you to include required function within a class and get use of Magento autoload. As for $_GET and $_POST: it's better to use \Magento\Framework\App\RequestInterface::getParam instead |
thank you! |
Public Pull Requests #12530 Added correction for og:type content value by @atishgoswami #12359 Add a --no-update option to sampledata:deploy and sampledata:remove commands by @schmengler #11617 Re saving product attribute by @raumatbel #11608 Fix for issue 9633 500 error on setup wizard with memcache by @sylink Fixed Public Issues #6770 M2.1.1 : Re-saving a product attribute with a different name than it's code results in an error #9633 Web Setup Wizard 500 error when session storage is configured to use memcache
Hi @LifeAsBook. Thank you for your report.
The fix will be available with the upcoming 2.4.2 release. |
No description provided.
The text was updated successfully, but these errors were encountered: