agileware / content-views-civicrm-data-processor

WordPress plugin to integrate Content Views with CiviCRM using the Data Processor extension
https://agileware.com.au/civicrm
4 stars 4 forks source link

Missing class? CVP_LIVE_FILTER_QUERY #12

Closed davidjosephhayes closed 4 years ago

davidjosephhayes commented 4 years ago

This extensions is super cool!

I am playing around a bit with getting some CiviEvents to display in Content View free, but I ran into a 500 error referencing a missing class CVP_LIVE_FILTER_QUERY. Across this plugin and Content View, I only see one reference to this class. Maybe this class is only available in the Pro version?

[Wed Sep 30 15:49:55.479471 2020] [fcgid:warn] [pid 4927] [client x.x.x.x:18648] mod_fcgid: stderr: PHP Fatal error:  Uncaught Error: Class 'CVP_LIVE_FILTER_QUERY' not found in /home/civicrm/public_html/wp-content/plugins/content-views-civicrm-data-processor/includes/class-cvc-query.php:66, referer: https://example.org/wp-admin/admin.php?page=content-views-add&id=7ab6320btw
[Wed Sep 30 15:49:55.479509 2020] [fcgid:warn] [pid 4927] [client x.x.x.x:18648] mod_fcgid: stderr: Stack trace:, referer: https://example.org/wp-admin/admin.php?page=content-views-add&id=7ab6320btw
[Wed Sep 30 15:49:55.479523 2020] [fcgid:warn] [pid 4927] [client x.x.x.x:18648] mod_fcgid: stderr: #0 /home/civicrm/public_html/wp-includes/class-wp-hook.php(287): Content_Views_CiviCRM_Query->alter_query_parameters(Array), referer: https://example.org/wp-admin/admin.php?page=content-views-add&id=7ab6320btw
[Wed Sep 30 15:49:55.479527 2020] [fcgid:warn] [pid 4927] [client x.x.x.x:18648] mod_fcgid: stderr: #1 /home/civicrm/public_html/wp-includes/plugin.php(206): WP_Hook->apply_filters(Array, Array), referer: https://example.org/wp-admin/admin.php?page=content-views-add&id=7ab6320btw
[Wed Sep 30 15:49:55.479530 2020] [fcgid:warn] [pid 4927] [client x.x.x.x:18648] mod_fcgid: stderr: #2 /home/civicrm/public_html/wp-content/plugins/content-views-query-and-display-post-page/includes/functions.php(666): apply_filters('pt_cv_query_par...', Array), referer: https://example.org/wp-admin/admin.php?page=content-views-add&id=7ab6320btw
[Wed Sep 30 15:49:55.479534 2020] [fcgid:warn] [pid 4927] [client x.x.x.x:18648] mod_fcgid: stderr: #3 /home/civicrm/public_html/wp-content/plugins/content-views-query-and-display-post-page/includes/functions.php(1211): PT_CV_Functions::view_process_settings('7ab6320btw', Array), referer: https://example.org/wp-admin/admin.php?page=content-views-add&id=7ab6320btw
[Wed Sep 30 15:49:55.479537 2020] [fcgid:warn] [pid 4927] [client x.x.x.x:18648] mod_fcgid: stderr: #4 /home/civicrm/public_html/wp-includes/class-wp-hook.php(287): PT_CV_Functions::ajax_callback_preview_request(''), referer: https://example.org/wp-admin/admin.php?page=content-views-add&id=7ab6320btw
[Wed Sep 30 15:49:55.479541 2020] [fcgid:warn] [pid 4927] [client x.x.x.x:18648] mod_fcgid: stderr: #5 /home/civicrm/public_html/wp-includes/class-wp-hook.php(311): WP_Hook->apply_filters('', Array), referer: https://example.org/wp-admin/admin.php?page=content-views-add&id=7ab6320btw
[Wed Sep 30 15:49:55.479544 2020] [fcgid:warn] [pid 4927] [client x.x.x.x:18648] mod_fcgid: stderr: #6 /home/civicrm/public_html/wp-includes/plugin.php(478): WP_Hook->do_action(Array), referer: https://example.org/wp-admin/admin.php?page=content-views-add&id=7ab6320btw
[Wed Sep 30 15:49:55.479547 2020] [fcgid:warn] [pid 4927] [client x.x.x.x:18648] mod_fcgid: stderr: #7 /home/c in /home/civicrm/public_html/wp-content/plugins/content-views-civicrm-data-processor/includes/class-cvc-query.php on line 66, referer: https://example.org/wp-admin/admin.php?page=content-views-add&id=7ab6320btw
agileware-justin commented 4 years ago

Hi David,

Thanks for reaching out and also for your kind donation to support our team. I have assigned someone to review this issue and provide some advise. Agileware Ref: WPCV-37

Best wishes Justin

agileware-pengyi commented 4 years ago

Hi David, the issue should be resolved after you update the plugin codebase. cdbb21accb683182edd932c48de6a6eb905bf758

davidjosephhayes commented 4 years ago

Awesome, thank you so much!

-- Regards, Dave (308) 660-4654

https://blackbricksoftware.com/

On Wed, Oct 7, 2020 at 5:48 PM Pengyi Zhang notifications@github.com wrote:

Hi David, the issue should be resolved after you update the plugin codebase. cdbb21a https://github.com/agileware/content-views-civicrm-data-processor/commit/cdbb21accb683182edd932c48de6a6eb905bf758

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/agileware/content-views-civicrm-data-processor/issues/12#issuecomment-705267525, or unsubscribe https://github.com/notifications/unsubscribe-auth/ACHQNRFOHMWKUEBAXAVUQ3TSJUD6TANCNFSM4R7VXXUQ .

agileware-pengyi commented 4 years ago

Great. Closing