Errors in Debug mode
-
The plugin seems a wonderful one, but in Debug mode on, the plugin is generating errors:
Notice: Undefined index: targetWindow in … \plugins\wp-rss-multi-importer\inc\admin_init.php on line 40
and
Notice: Undefined index: wpcatid in … \plugins\wp-rss-multi-importer\inc\upgrade.php on line 78
I uploaded an image with the errors showing:
http://prntscr.com/2fjhy4Thank you.
-
yes, there will be an update today that will fix this…it starting happening with the most recent releases of php.
I am unable to make this plugin working. Installed today and got the following errors when tried feed to wordpress option:
Notice: Undefined index: maxperPage in <path>\wp-content\plugins\wp-rss-multi-importer\inc\import_posts.php on line 302 Notice: Undefined index: addSource in <path>\wp-content\plugins\wp-rss-multi-importer\inc\import_posts.php on line 305 Notice: Undefined index: addAuthor in <path>\wp-content\plugins\wp-rss-multi-importer\inc\import_posts.php on line 309 Notice: Undefined index: postTags in <path>\wp-content\plugins\wp-rss-multi-importer\inc\import_posts.php on line 312 Notice: Undefined index: autoDelete in <path>\wp-content\plugins\wp-rss-multi-importer\inc\import_posts.php on line 316 Notice: Undefined index: showVideo in <path>\wp-content\plugins\wp-rss-multi-importer\inc\import_posts.php on line 319 Notice: Undefined index: includeExcerpt in <path>\wp-content\plugins\wp-rss-multi-importer\inc\import_posts.php on line 320 Notice: Undefined index: showsocial in <path>\wp-content\plugins\wp-rss-multi-importer\inc\import_posts.php on line 405 Notice: Undefined index: commentstatus in <path>\wp-content\plugins\wp-rss-multi-importer\inc\import_posts.php on line 407 Notice: Undefined variable: timeout in <path>\wp-content\plugins\wp-rss-multi-importer\inc\import_posts.php on line 514 Notice: Undefined variable: forceFeed in <path>\wp-content\plugins\wp-rss-multi-importer\inc\import_posts.php on line 514 Notice: Undefined variable: dumpthis in <path>\wp-content\plugins\wp-rss-multi-importer\inc\import_posts.php on line 634 There was a problem with fetching feeds. This is likely due to a settings problem or invalid feeds.Please help, making this good looking plugin work.
you have debug mode turned to TRUE – these are not errors, they are notices – you can update that file with this one
https://dl.dropboxusercontent.com/u/3132388/pluginfiles/import_posts.php
and I’ll update the plugin with this file on Monday.
WOW! that was quick, Thank you!
I have replaced the file, warrenings are gone, however still getting this message and nothing is getting imported.
There was a problem with fetching feeds. This is likely due to a settings problem or invalid feeds.
i am using following feed, (to me) nothing looks wrong with the feed. and settings also seems ok.
http://blog.techservicesstudio.com/feedp.s. I have the debug on, as I am still doing development and need to see things going bad. π thanks again for your help
Hi Allen, I was having some issues with my site, after working with the Dreamhost support, we identified some issues with your plugin. I updated my theme and also ran your update from yesterday, I am currently getting this when I have DEBUG=true, I wanted to pass this along to you. All is working good now, I had to move to a VPS setup due to the high MB RSS was taking on the share server hosting setup. Great plugin!
FOR YOUR NOTES:
Notice: Undefined variable: leadMatch in /home/marmar364/newsthrottle.com/wp-content/plugins/wp-rss-multi-importer/inc/excerpt_functions.php on line 600Notice: Undefined variable: leadMatch in /home/marmar364/newsthrottle.com/wp-content/plugins/wp-rss-multi-importer/inc/excerpt_functions.php on line 600
Notice: Undefined variable: leadMatch in /home/marmar364/newsthrottle.com/wp-content/plugins/wp-rss-multi-importer/inc/excerpt_functions.php on line 600
Notice: Undefined variable: leadMatch in /home/marmar364/newsthrottle.com/wp-content/plugins/wp-rss-multi-importer/inc/excerpt_functions.php on line 600
Notice: Undefined variable: leadMatch in /home/marmar364/newsthrottle.com/wp-content/plugins/wp-rss-multi-importer/inc/excerpt_functions.php on line 600
Notice: Undefined variable: leadMatch in /home/marmar364/newsthrottle.com/wp-content/plugins/wp-rss-multi-importer/inc/excerpt_functions.php on line 600
Notice: Undefined variable: leadMatch in /home/marmar364/newsthrottle.com/wp-content/plugins/wp-rss-multi-importer/inc/excerpt_functions.php on line 600
Notice: Undefined variable: leadMatch in /home/marmar364/newsthrottle.com/wp-content/plugins/wp-rss-multi-importer/inc/excerpt_functions.php on line 600
Notice: Undefined variable: leadMatch in /home/marmar364/newsthrottle.com/wp-content/plugins/wp-rss-multi-importer/inc/excerpt_functions.php on line 600
Notice: Undefined variable: leadMatch in /home/marmar364/newsthrottle.com/wp-content/plugins/wp-rss-multi-importer/inc/excerpt_functions.php on line 600
An observation, While this plug in was not working in my website and it was so important to me so I played around with php version and realized that plug do work on version 5.3 but stop working on php 5.4.
So it is working for now, but it would be nice to have it working under latest version of php.
Thank you Author!
Hi…I have this tested in php 5.4.4…so what problems are you still seeing (that I’m not being able to recreate)? Thanks
Hi Allen,
I am under goDaddy shared windows hosting env. they provide the options to select 5.2, 5.3 or 5.4 version of php. (not sure what is the revision number on that)
so When I am switch to 5.4 I don’t get very useful error just:
There was a problem with fetching feeds. This is likely due to a settings problem or invalid feeds.
But when I switch to 5.3, feed importing seems to be working fine., Wondering if this plug in generate log that I can send you for further debugging?
Thanks again!
hmm..that appears to be a problem with simplepie under version version 5.4, not my plugin…I’ll check what is going on with simplepie. Also, what RSS feed are you using that isn’t being fetched with 5.4?
The topic ‘Errors in Debug mode’ is closed to new replies.