kpyles
|
February 28, 2023 at 7:28 am
I am having some problems editing standard wordpress pages using the Block editor. When I look at the console while on the page in the editor I see a lot of Uncaught Type errors related to Event Espresso. You can see them below. These are standard pages unrelated to Event Espresso. All plugins, wordpress, theme are up to date.
Thanks
Kevin
Uncaught TypeError: Cannot read properties of undefined (reading ‘eejs’)
at eventespresso-helpers.f3dd3992a20c68c34da8.dist.js?ver=f3dd3992a20c68c34da81f06074925af:1:3717
at eventespresso-helpers.f3dd3992a20c68c34da8.dist.js?ver=f3dd3992a20c68c34da81f06074925af:1:3737
eventespresso-validators.82ce9ef07ade23f269ad.dist.js?ver=82ce9ef07ade23f269ad06d2dcff5bc4:1 Uncaught TypeError: Cannot read properties of undefined (reading ‘eejs’)
at eventespresso-validators.82ce9ef07ade23f269ad.dist.js?ver=82ce9ef07ade23f269ad06d2dcff5bc4:1:1721
at eventespresso-validators.82ce9ef07ade23f269ad.dist.js?ver=82ce9ef07ade23f269ad06d2dcff5bc4:1:1744
eventespresso-value-objects.1acb1967e51b3af60cd4.dist.js?ver=1acb1967e51b3af60cd4cdc901e0dfec:2 Uncaught TypeError: Cannot read properties of undefined (reading ‘FORMAT_SITE_DATE’)
at eventespresso-value-objects.1acb1967e51b3af60cd4.dist.js?ver=1acb1967e51b3af60cd4cdc901e0dfec:2:41290
at eventespresso-value-objects.1acb1967e51b3af60cd4.dist.js?ver=1acb1967e51b3af60cd4cdc901e0dfec:2:55719
at eventespresso-value-objects.1acb1967e51b3af60cd4.dist.js?ver=1acb1967e51b3af60cd4cdc901e0dfec:2:55763
eventespresso-model.c05eb87141875a079f40.dist.js?ver=c05eb87141875a079f400ee1e52431db:1 Uncaught TypeError: Cannot read properties of undefined (reading ‘Label’)
at eventespresso-model.c05eb87141875a079f40.dist.js?ver=c05eb87141875a079f400ee1e52431db:1:26460
at eventespresso-model.c05eb87141875a079f40.dist.js?ver=c05eb87141875a079f400ee1e52431db:1:45247
at eventespresso-model.c05eb87141875a079f40.dist.js?ver=c05eb87141875a079f400ee1e52431db:1:45284
eventespresso-data-stores.f03212430e3c478e3666.dist.js?ver=f03212430e3c478e3666dfb3263a99d7:1 Uncaught TypeError: Cannot read properties of undefined (reading ‘MODEL_NAMES’)
at eventespresso-data-stores.f03212430e3c478e3666.dist.js?ver=f03212430e3c478e3666dfb3263a99d7:1:85085
at eventespresso-data-stores.f03212430e3c478e3666.dist.js?ver=f03212430e3c478e3666dfb3263a99d7:1:148335
at eventespresso-data-stores.f03212430e3c478e3666.dist.js?ver=f03212430e3c478e3666dfb3263a99d7:1:148338
eventespresso-components.dcae082c5849cadb6850.dist.js?ver=dcae082c5849cadb6850c77acf39e49a:2 Uncaught TypeError: Cannot read properties of undefined (reading ‘Label’)
at eventespresso-components.dcae082c5849cadb6850.dist.js?ver=dcae082c5849cadb6850c77acf39e49a:2:96679
at eventespresso-components.dcae082c5849cadb6850.dist.js?ver=dcae082c5849cadb6850c77acf39e49a:2:126262
at eventespresso-components.dcae082c5849cadb6850.dist.js?ver=dcae082c5849cadb6850c77acf39e49a:2:126304
eventespresso-editor-hocs.1ddf91392199eadb014f.dist.js?ver=1ddf91392199eadb014f111924c42138:1 Uncaught TypeError: Cannot read properties of undefined (reading ‘eejs’)
at eventespresso-editor-hocs.1ddf91392199eadb014f.dist.js?ver=1ddf91392199eadb014f111924c42138:1:732
at eventespresso-editor-hocs.1ddf91392199eadb014f.dist.js?ver=1ddf91392199eadb014f111924c42138:1:755
eventespresso-core-blocks.a93b5392209a7d5cf61d.dist.js?ver=a93b5392209a7d5cf61d8ad0be681247:1 Uncaught TypeError: Cannot read properties of undefined (reading ‘ALLOWED_ORDER_VALUES’)
at eventespresso-core-blocks.a93b5392209a7d5cf61d.dist.js?ver=a93b5392209a7d5cf61d8ad0be681247:1:7819
at eventespresso-core-blocks.a93b5392209a7d5cf61d.dist.js?ver=a93b5392209a7d5cf61d8ad0be681247:1:9710
at eventespresso-core-blocks.a93b5392209a7d5cf61d.dist.js?ver=a93b5392209a7d5cf61d8ad0be681247:1:9713
|