Anonymous User 10765487
(@anonymized-10765487)
Hi,
I add bugfixes all the time but sometimes this is not due to the plugin. Are you using the latest version. What is the notice precisely?
I need much more details to help you. If you get notices that means you run WP in debug mode which is the mode I use to develop but that should not be applied to live websites.
Don’t have any notice on my installs : I got several ^^ (single, multisite, blank, etc)
Thread Starter
Jose
(@versvs)
Thanks for the fast reply, I’ve been afk for three days. Sorry 🙂
When using the WordPress dashboard, a notice is always shown 2 times (same message, twice):
Notice: Undefined index: twitterCardMetabox in /home/deploy/domain.tld/www/public_html/wp-content/plugins/jm-twitter-cards/inc/admin/meta-box.php on line 75
When trying to upload an image to use within a post, you receive an error Problem uploading file. Try again later. The image is actually being saved and will appear in the library, but you just can’t edit the alt text/title while this plugin is active, nor search for it in the media library to insert it in the post.
When usin the user interface (front-end, your blog as a regular visitor), if you load a post that has no featured-image (thus, no twitter image to use with the card) you see another Notice:
Notice: Undefined index: twitterUsernameKey in /home/deploy/domain.tld/www/public_html/wp-content/plugins/jm-twitter-cards/inc/admin/options.php on line 98
This is a single site install running latest versions of both WP and this plugin.
Anonymous User 10765487
(@anonymized-10765487)
I understood this, I’m fixing these notices in trunk in Github when I got time. These are minor issues regarding activation and default option I’m currently fixing especially regarding multisite.
Only visible with debug on.
Anonymous User 10765487
(@anonymized-10765487)
Noted => will be fixed in next versions
Thread Starter
Jose
(@versvs)
Thanks jmlapam 🙂
I can confirm that setting WP_DEBUG to false got me rid of the Notices.
If I can help you with extra debugging, don’t hesitate to drop me a line here 🙂