Skip to content
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

Fatal Error with Force SimplePie + Use feed item date #55

Closed
manuelge opened this issue Jul 13, 2023 · 1 comment · Fixed by #72
Closed

Fatal Error with Force SimplePie + Use feed item date #55

manuelge opened this issue Jul 13, 2023 · 1 comment · Fixed by #72
Labels
bug Something isn't working
Milestone

Comments

@manuelge
Copy link
Collaborator

PHP Deprecated: Required parameter $working follows optional parameter $type in C:\xampp\htdocs\wordpress\wp-content\plugins\wpematico\app\lib\SimplePie\Locator.php on line 93

PHP Fatal error: Uncaught TypeError: implode(): Argument #2 ($array) must be of type ?array, string given in C:\xampp\htdocs\wordpress\wp-content\plugins\wpematico\app\lib\SimplePie\Parse\Date.php:544
Stack trace:
#0 C:\xampp\htdocs\wordpress\wp-content\plugins\wpematico\app\lib\SimplePie\Parse\Date.php(544): implode(Array, '|')
#1 C:\xampp\htdocs\wordpress\wp-content\plugins\wpematico\app\lib\SimplePie\Parse\Date.php(577): SimplePie_Parse_Date->__construct()
#2 C:\xampp\htdocs\wordpress\wp-content\plugins\wpematico\app\lib\SimplePie\Registry.php(221): SimplePie_Parse_Date::get()
#3 C:\xampp\htdocs\wordpress\wp-content\plugins\wpematico\app\lib\SimplePie\Item.php(805): SimplePie_Registry->call('Parse_Date', 'get')
#4 C:\xampp\htdocs\wordpress\wp-content\plugins\wpematico\app\campaign_fetch.php(322): SimplePie_Item->get_date('U')
#5 C:\xampp\htdocs\wordpress\wp-content\plugins\wpematico\app\campaign_fetch.php(276): wpematico_campaign_fetch->processItem(Object(SimplePie), Object(SimplePie_Item), 'http://counselo...')
#6 C:\xampp\htdocs\wordpress\wp-content\plugins\wpematico\app\campaign_fetch.php(114): wpematico_campaign_fetch->processFeed('http://counselo...', 0)
#7 C:\xampp\htdocs\wordpress\wp-content\plugins\wpematico\app\wpematico_functions.php(1096): wpematico_campaign_fetch->__construct(1878)
#8 C:\xampp\htdocs\wordpress\wp-content\plugins\wpematico\app\campaign_edit.php(191): WPeMatico_functions::wpematico_dojob(1878)
#9 C:\xampp\htdocs\wordpress\wp-includes\class-wp-hook.php(308): WPeMatico_Campaign_edit->RunNowX('')
#10 C:\xampp\htdocs\wordpress\wp-includes\class-wp-hook.php(332): WP_Hook->apply_filters('', Array)
#11 C:\xampp\htdocs\wordpress\wp-includes\plugin.php(517): WP_Hook->do_action(Array)
#12 C:\xampp\htdocs\wordpress\wp-admin\admin-ajax.php(188): do_action('wp_ajax_wpemati...')
#13 {main}
thrown in C:\xampp\htdocs\wordpress\wp-content\plugins\wpematico\app\lib\SimplePie\Parse\Date.php on line 544

@manuelge manuelge added the bug Something isn't working label Jul 13, 2023
@etruel etruel added this to the 2.7 milestone Jul 21, 2023
@etruel
Copy link
Owner

etruel commented Jul 21, 2023

This error should be fixed on remove custom Simplepie issue #56

@etruel etruel linked a pull request Nov 23, 2023 that will close this issue
@etruel etruel closed this as completed Nov 23, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants