-
Notifications
You must be signed in to change notification settings - Fork 136
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
Manage Post > Add New Post generate error #22
Comments
Same here. |
@commcad can not replicate the issue on my end. Tested on Magento 2.0.5 with master branch and tag 2.1.0. Maybe you have more detailed error backtrace? |
Thanks for trying to help, too kind. I'll reinstall the module and get it to throw the same error on 2.05. I'll email you the trace at your website address instead of posting this long log list here. Has something to do with 2.05 because I've tried on a dev M2.02 and it was working just perfectly |
Dunno, had a bounce back from your email svr, possibly doesn't like my txt file - don't blame it. Backend > Content > Blog > Posts > Add New Post (but like mihaai reported, does the same for categories, add or edit). Anyone knows where we should start looking to debug this? Warning: htmlspecialchars() expects parameter 1 to be string, array given in /var/www/mydomain.com/vendor/magento/framework/Data/Form/Element/AbstractElement.php on line 286 |
Just a quick update: Magefan/Blog only install using the Magento Marketplace on Magento 2.05. Forget the $ php bin/magento command lines... well, that didn't work for me anyway.
Works fine. Awesome module/tool. Donation on the way! THANKS Magefan |
Thanks to Jignesh Chabhadiya have detected that issue appear in SINGLE STORE MODE. |
Hi
Mage 2.0.5 (fresh install)
magefan/module-blog-master (May 14th)
.htaccess > Developer mode
If I want to add a post and click the Add New Post button, I get the following error below.
Anyone could give a heads up as to where to start looking that'd be kind
Thanks, Charles
Warning: htmlspecialchars() expects parameter 1 to be string, array given in /var/www/mydomain.com/vendor/magento/framework/Data/Form/Element/AbstractElement.php on line 286 #0 [internal function]: Magento\Framework\App\ErrorHandler->handler(2, 'htmlspecialchar...', '/var/www/mydom...', 286, Array) #1 /var/www/mydomain.com/vendor/magento/framework/Data/Form/Element/AbstractElement.php(286): htmlspecialchars(Array, 2)
The text was updated successfully, but these errors were encountered: