tvalleau
Forum Replies Created
-
Forum: Plugins
In reply to: [The Events Calendar] FATAL error -STILL- exists in 6.1.1@bordoni WELL! Bob’s Your Uncle! Thank you for hanging in there!
At least now the site is with without the Fatal Error it’s had for a week’s worth of attempts. So far it looks like you actually _can_ mark this resolved.
??
Forum: Plugins
In reply to: [The Events Calendar] FATAL error -STILL- exists in 6.1.1FWIW and HTH, here’s what chatGPT says about the error:
This error is occurring within a PHP dependency injection library, specifically one called
lucatume/di52
. Dependency injection is a technique in object-oriented programming where an object’s dependencies (i.e., other objects it needs to work with) are provided to the object (injected) instead of having the object create them itself.The error message
'nothing is bound to the 'tickets.cache-central' id and it's not an existing or instantiable class'
indicates that the code is trying to instantiate an object identified by'tickets.cache-central'
in the dependency injection container, but the container doesn’t know how to create this object because it was not previously bound in the container. It’s also unable to treat'tickets.cache-central'
as a class name to instantiate because such a class doesn’t exist.There could be several reasons for this:
- A class or service that should be registered in the dependency injection container is missing or was not properly registered.
- The
'tickets.cache-central'
identifier is misspelled or incorrect. - There might be an issue with the order of operations, such as trying to retrieve
'tickets.cache-central'
from the container before it has been bound. - If the identifier is supposed to be a class, the class may not exist or is not properly autoloaded.
- If the
'tickets.cache-central'
identifier is provided by a plugin (which seems to be the case here), it could be that the plugin is deactivated, not properly installed, or missing some files.
To solve the issue, you may need to:
- Check if the plugin “event-tickets” is properly installed and activated.
- Make sure that all dependencies and required plugins are installed and activated.
- Check the plugin’s documentation or source code to see if
'tickets.cache-central'
is a valid service identifier, and how/when it should be registered in the container. - If you’re developing this plugin, make sure that you register the ‘tickets.cache-central’ service in the container before you attempt to use it. If ‘tickets.cache-central’ is supposed to be a class, make sure that this class exists and is correctly autoloaded.
If none of these work, you might need to contact the plugin developer for help, as the issue seems to be within the plugin’s code.
Forum: Plugins
In reply to: [The Events Calendar] FATAL error -STILL- exists in 6.1.1@bordoni: about 4 days ago, you mentioned “legacy views”. Is that something I can enable or disable? If so how?
In your post regarding that, you said
“But there are other possible ways of enabling the legacy views, another one might be a filter that could be added in a snippet, your functions.php and many other places.
add_filter( ‘tribe_tickets_new_views_is_enabled’, ‘__return_false’ );
The snippet above triggers the problem, so depending on how you activated it removing that would solve the problem”
I don’t understand. You seem to be saying I should add that code. Then in the next paragraph you seem to be saying I should remove it.
If “legacy views” is somehow responsible for our continual fatal crashing, with exactly the same error, when installing the recent versions of ET, then I’d be happy to add a snippet of php, or at least try. Do I want force tribe_tickets_new_views_is_enabled to return one thing or an other?
I’d like to resolve this so that I can continue to get subsequent updates, but it appears so far that I’m locked into your previous code.
I should note that we’ve been using Events for 6 or 7 years now. Is it possible there is left-over code somewhere that is causing this? For example, in Avada-Child_Theme, I have /tribe-events/modules/meta/ organizer.pap and venue.php, from Feb 2021.
Grasping at straws here…
Thanks
Forum: Plugins
In reply to: [The Events Calendar] FATAL error -STILL- exists in 6.1.1ET 5.6.0.2
STILL NOT WORKING. -EXACTLY THE SAME ERROR.-
When seeking help with this issue, you may be asked for some of the following information:
WordPress version 6.2.2
Active theme: Avada (version 7.9.1)
Current plugin: Event Tickets (version 5.6.0.2)
PHP version 8.0.2Error Details
An error of type E_ERROR was caused in line 26 of the file /home/cpaorg/photography.org/wp-content/plugins/event-tickets/common/src/Common/Contracts/Container.php. Error message: Uncaught TEC\Common\lucatume\DI52\NotFoundException: nothing is bound to the ‘tickets.query’ id and it’s not an existing or instantiable class. in /home/cpaorg/photography.org/wp-content/plugins/event-tickets/common/vendor/vendor-prefixed/lucatume/di52/src/Builders/ClassBuilder.php:84
0 /home/cpaorg/photography.org/wp-content/plugins/event-tickets/common/vendor/vendor-prefixed/lucatume/di52/src/Container.php(244): TEC\Common\lucatume\DI52\ContainerException::fromThrowable(‘tickets.query’, Object(TEC\Common\lucatume\DI52\NotFoundException), 3, Array)
1 /home/cpaorg/photography.org/wp-content/plugins/event-tickets/common/vendor/vendor-prefixed/lucatume/di52/src/Container.php(218): TEC\Common\lucatume\DI52\Container->castThrown(Object(TEC\Common\lucatume\DI52\NotFoundException), ‘tickets.query’)
Forum: Plugins
In reply to: [The Events Calendar] FATAL error -STILL- exists in 6.1.1Howdy! I'm the OP. I tried the latest release and am suffering the exact same error as in my op. Below is the entire stack crawl. As you can see, it begins on boot, and references no plugins other than those by TEC. The problem seems to be a failure by the lucatume builder to create and/or register a "tickets.cache.central". I hope this information helps. In order to get our site back online, have deleted most recent versions of your four plugins and reinstalled: event-tickets-plus.5.6.10
event-tickets.5.5.11.1
events-calendar-pro.6.0.12.1
the-events-calendar.6.0.13 This brings the site back online. I have a question brought on by all this: it seems the issue is in the two Tickets plug ins. Can I install the latest Events CALENDAR plugins along side the older Event TICKET which don't crash the site, or are all four needed to work together safely? Here is the email with stack-crawl: system-generated automatic "fatal error email" in full: WordPress has a built-in feature that detects when a plugin or theme causes a fatal error on your site, and notifies you with this automated email. In this case, WordPress caught an error with one of your plugins, Event Tickets. First, visit your website (https://photography.org/) and check for any visible issues. Next, visit the page where the error was caught (https://photography.org/wp-admin/plugins.php) and check for any visible issues. Please contact your host for assistance with investigating this issue further. If your site appears broken and you can't access your dashboard normally, WordPress now has a special "recovery mode". This lets you safely login to your dashboard and investigate further. https://photography.org/wp-login.php?action=enter_recovery_mode&rm_token=(snipped out since this is a public forum) To keep your site safe, this link will expire in 1 day. Don't worry about that, though: a new link will be emailed to you if the error occurs again after it expires. When seeking help with this issue, you may be asked for some of the following information:
WordPress version 6.2.2
Active theme: Avada (version 7.9.1)
Current plugin: Event Tickets (version 5.6.0.1)
PHP version 8.0.2 Error Details An error of type E_ERROR was caused in line 84 of the file /home/cpaorg/photography.org/wp-content/plugins/event-tickets/common/vendor/vendor-prefixed/lucatume/di52/src/Builders/ClassBuilder.php. Error message: Uncaught TEC\Common\lucatume\DI52\NotFoundException: nothing is bound to the 'tickets.cache-central' id and it's not an existing or instantiable class. in /home/cpaorg/photography.org/wp-content/plugins/event-tickets/common/vendor/vendor-prefixed/lucatume/di52/src/Builders/ClassBuilder.php:84
Stack trace: 0 /home/cpaorg/photography.org/wp-content/plugins/event-tickets/common/vendor/vendor-prefixed/lucatume/di52/src/Builders/Resolver.php(233): TEC\Common\lucatume\DI52\Builders\ClassBuilder->__construct('tickets.cache-c…', Object(TEC\Common\lucatume\DI52\Builders\Resolver), 'tickets.cache-c…') 1 /home/cpaorg/photography.org/wp-content/plugins/event-tickets/common/vendor/vendor-prefixed/lucatume/di52/src/Builders/Resolver.php(210): TEC\Common\lucatume\DI52\Builders\Resolver->resolveUnbound('tickets.cache-c…') 2 /home/cpaorg/photography.org/wp-content/plugins/event-tickets/common/vendor/vendor-prefixed/lucatume/di52/src/Container.php(216): TEC\Common\lucatume\DI52\Builders\Resolver->resolve('tickets.cache-c…', Array) 3 /home/cpaorg/photography.org/wp-content/plugins/event-tickets/common/vendor/vendor-prefixed/lucatume/di52/src/Container.php(263): TEC\Common\lucatume\DI52\Container->get('tickets.cache-c…') 4 /home/cpaorg/photography.org/wp-content/plugins/event-tickets/common/src/Tribe/Container.php(179): TEC\Common\lucatume\DI52\Container->make('tickets.cache-c…') 5 /home/cpaorg/photography.org/wp-content/plugins/event-tickets/src/Tribe/Service_Provider.php(27): tribe('tickets.cache-c…') 6 /home/cpaorg/photography.org/wp-content/plugins/event-tickets/common/vendor/vendor-prefixed/lucatume/di52/src/Container.php(455): Tribe__Tickets__Service_Provider->register() 7 /home/cpaorg/photography.org/wp-content/plugins/event-tickets/common/src/Tribe/Container.php(305): TEC\Common\lucatume\DI52\Container->register('Tribe__Tickets_…') 8 /home/cpaorg/photography.org/wp-content/plugins/event-tickets/src/Tribe/Main.php(372): tribe_register_provider('Tribe__Tickets_…') 9 /home/cpaorg/photography.org/wp-includes/class-wp-hook.php(308): Tribe__Tickets__Main->bootstrap('') 10 /home/cpaorg/photography.org/wp-includes/class-wp-hook.php(332): WP_Hook->apply_filters('', Array) 11 /home/cpaorg/photography.org/wp-includes/plugin.php(517): WP_Hook->do_action(Array) 12 /home/cpaorg/photography.org/wp-content/plugins/event-tickets/common/src/Tribe/Main.php(134): do_action('tribe_common_lo…') 13 /home/cpaorg/photography.org/wp-includes/class-wp-hook.php(308): Tribe__Main->plugins_loaded('') 14 /home/cpaorg/photography.org/wp-includes/class-wp-hook.php(332): WP_Hook->apply_filters(NULL, Array) 15 /home/cpaorg/photography.org/wp-includes/plugin.php(517): WP_Hook->do_action(Array) 16 /home/cpaorg/photography.org/wp-settings.php(486): do_action('plugins_loaded') 17 /home/cpaorg/photography.org/wp-config.php(184): require_once('/home/cpaorg/ph…') 18 /home/cpaorg/photography.org/wp-load.php(50): require_once('/home/cpaorg/ph…') 19 /home/cpaorg/photography.org/wp-admin/admin.php(34): require_once('/home/cpaorg/ph…') 20 /home/cpaorg/photography.org/wp-admin/plugins.php(10): require_once('/home/cpaorg/ph…') 21 {main} Next TEC\Common\lucatume\DI52\NotFoundException: Error while making tickets.cache-central: nothing is bound to the 'tickets.cache-central' id and it's not an existing or instantiable class. in /home/cpaorg/photography.org/wp-content/plugins/event-tickets/common/vendor/vendor-prefixed/lucatume/di52/src/Builders/ClassBuilder.php:84
Stack trace: 0 /home/cpaorg/photography.org/wp-content/plugins/event-tickets/common/vendor/vendor-prefixed/lucatume/di52/src/Container.php(244): TEC\Common\lucatume\DI52\ContainerException::fromThrowable('tickets.cache-c…', Object(TEC\Common\lucatume\DI52\NotFoundException), 3, Array) 1 /home/cpaorg/photography.org/wp-content/plugins/event-tickets/common/vendor/vendor-prefixed/lucatume/di52/src/Container.php(218): TEC\Common\lucatume\DI52\Container->castThrown(Object(TEC\Common\lucatume\DI52\NotFoundException), 'tickets.cache-c…') 2 /home/cpaorg/photography.org/wp-content/plugins/event-tickets/common/vendor/vendor-prefixed/lucatume/di52/src/Container.php(263): TEC\Common\lucatume\DI52\Container->get('tickets.cache-c…') 3 /home/cpaorg/photography.org/wp-content/plugins/event-tickets/common/src/Tribe/Container.php(179): TEC\Common\lucatume\DI52\Container->make('tickets.cache-c…') 4 /home/cpaorg/photography.org/wp-content/plugins/event-tickets/src/Tribe/Service_Provider.php(27): tribe('tickets.cache-c…') 5 /home/cpaorg/photography.org/wp-content/plugins/event-tickets/common/vendor/vendor-prefixed/lucatume/di52/src/Container.php(455): Tribe__Tickets__Service_Provider->register() 6 /home/cpaorg/photography.org/wp-content/plugins/event-tickets/common/src/Tribe/Container.php(305): TEC\Common\lucatume\DI52\Container->register('Tribe__Tickets_…') 7 /home/cpaorg/photography.org/wp-content/plugins/event-tickets/src/Tribe/Main.php(372): tribe_register_provider('Tribe__Tickets_…') 8 /home/cpaorg/photography.org/wp-includes/class-wp-hook.php(308): Tribe__Tickets__Main->bootstrap('') 9 /home/cpaorg/photography.org/wp-includes/class-wp-hook.php(332): WP_Hook->apply_filters('', Array) 10 /home/cpaorg/photography.org/wp-includes/plugin.php(517): WP_Hook->do_action(Array) 11 /home/cpaorg/photography.org/wp-content/plugins/event-tickets/common/src/Tribe/Main.php(134): do_action('tribe_common_lo…') 12 /home/cpaorg/photography.org/wp-includes/class-wp-hook.php(308): Tribe__Main->plugins_loaded('') 13 /home/cpaorg/photography.org/wp-includes/class-wp-hook.php(332): WP_Hook->apply_filters(NULL, Array) 14 /home/cpaorg/photography.org/wp-includes/plugin.php(517): WP_Hook->do_action(Array) 15 /home/cpaorg/photography.org/wp-settings.php(486): do_action('plugins_loaded') 16 /home/cpaorg/photography.org/wp-config.php(184): require_once('/home/cpaorg/ph…') 17 /home/cpaorg/photography.org/wp-load.php(50): require_once('/home/cpaorg/ph…') 18 /home/cpaorg/photography.org/wp-admin/admin.php(34): require_once('/home/cpaorg/ph…') 19 /home/cpaorg/photography.org/wp-admin/plugins.php(10): require_once('/home/cpaorg/ph…') 20 {main} thrownForum: Plugins
In reply to: [The Events Calendar] FATAL error -STILL- exists in 6.1.1@gustavo. Fail. Exactly the same error with ET 5.6.0.1 as with ET 5.6.0.
I updated the ET and ETP. Still got WSOD with "There has been a critical error on this website. Please check your site admin email inbox for instructions. Learn more about troubleshooting WordPress." Email says: When seeking help with this issue, you may be asked for some of the following information:
WordPress version 6.2.2
Active theme: Avada (version 7.9.1)
Current plugin: Event Tickets (version 5.6.0.1)
PHP version 8.0.2 Error Details An error of type E_ERROR was caused in line 84 of the file /home/cpaorg/photography.org/wp-content/plugins/event-tickets/common/vendor/vendor-prefixed/lucatume/di52/src/Builders/ClassBuilder.php. Error message: Uncaught TEC\Common\lucatume\DI52\NotFoundException: nothing is bound to the 'tickets.cache-central' id and it's not an existing or instantiable class. in /home/cpaorg/photography.org/wp-content/plugins/event-tickets/common/vendor/vendor-prefixed/lucatume/di52/src/Builders/ClassBuilder.php:84
Stack trace: 0 /home/cpaorg/photography.org/wp-content/plugins/event-tickets/common/vendor/vendor-prefixed/lucatume/di52/src/Builders/Resolver.php(233): TEC\Common\lucatume\DI52\Builders\ClassBuilder->__construct('tickets.cache-c…', Object(TEC\Common\lucatume\DI52\Builders\Resolver), 'tickets.cache-c…') 1 /home/cpaorg/photography.org/wp-content/plugins/event-tickets/common/vendor/vendor-prefixed/lucatume/di52/src/Builders/Resolver.php(210): TEC\Common\lucatume\DI52\Builders\Resolver->resolveUnbound('tickets.cache-c…') So, in Recovery mode I upgraded to EC 6.1.1 from 6.0.13.1
and EC Pro to version 6.1.0 from 6.0.12.1 and got your message: "To begin using Event Tickets Plus, please install (or upgrade) and activate Event Tickets (5.6.0+)." (5.6.0.1 is installed.) Am tearing it all out yet again, and reverting to previous four releases. To be absolutely clear: it is not ME taking the site offline. Installing ET 5.6.0.1 literally crashes the entire site. White Screen of Death.Forum: Plugins
In reply to: [The Events Calendar] FATAL error -STILL- exists in 6.1.1@bordoni: you say “But there are other possible ways of enabling the legacy views, another one might be a filter that could be added in a snippet, your functions.php and many other places.
add_filter( ‘tribe_tickets_new_views_is_enabled’, ‘__return_false’ );
The snippet above triggers the problem, so depending on how you activated it removing that would solve the problem”
I don’t understand what you are saying here. I don’t need to add a snippet to trigger the problem, I need the opposite: a snippet to stop the problem from occurring.
However, if as you said, it’s really a problem with your new JIT code, then a snippet is not likely to resolve it; that would just be a bandaid for one particular trigger.
As noted above, in order to prevent the White Screen of Death, and the site being TOTALLY unavailable, we have reverted to using the previous versions of all four plugins.
Forum: Plugins
In reply to: [The Events Calendar] FATAL error -STILL- exists in 6.1.1TRIBE_TICKETS_NEW_VIEWS does not appear in our wp-config file.
we are running:
event-tickets-plus.5.6.10
event-tickets.5.5.11.1
events-calendar-pro.6.0.12.1
the-events-calendar.6.0.13in order to keep the site up.
Forum: Plugins
In reply to: [The Events Calendar] FATAL error -STILL- exists in 6.1.1Check if you have the following TRIBE_TICKETS_NEW_VIEWS constant
Where would it be if I have it. Which file?
On your case, where does the error show up? Is there a specific moment where you see the error or does it show up on all pages?
It shows up by the entire site crashing hard IMMEDIATELY after it’s installed. There is no error appearing: the site just goes OTA.
Were you able to run the Conflict resolution testing?
No. Site (photography.org) is world-famous and busy. Has full automation of billing, memberships, sales and so on. Plugin tests would require many hours and take the site off the air.
Forum: Plugins
In reply to: [The Events Calendar] FATAL error -STILL- exists in 6.1.1Trying to help, I went right to where the error was located: /wp-content/plugins/event-tickets/common/vendor/vendor-prefixed/lucatume/di52/src/Builders/ClassBuilder.php
I did look around. FTP’d in and looked for the lucatume directory. (Is not lucatume support for codeception/ wp-browser, which is used for testing and debugging? Did you accidentally leave testing code in place?)
During that time, I did notice a difference between the previous and current version of event-tickets:
in the previous/working version of the plugin (5.5.11.1), the directory lucatume is at wp-content/plugins/event-tickets/common/vendor/lucatume
but in the new version (5.6.0) it has been moved one directory deeper: and puts the directory at wp-content/plugins/event-tickets/common/vendor/VENDOR-PREFIXED/lucatumeDid the calling code get adjusted for this changed directory path?
I also noted in my, and others, reports a lot of “nothing is bound to the ‘tickets.attendee_registration’ (or some name) id and it’s not an existing or instantiable class” and or “nothing is bound to the ‘tickets.cache-central’ id ” There are a LOT of unbound IDs reported. It’s the same basic error, with different classes. Did some header not get included? Is the aforementioned directory path possibly causing this?
Forum: Plugins
In reply to: [The Events Calendar] FATAL error -STILL- exists in 6.1.1Sorry for my evident frustration above, but I’ve been programming for 44 years now, so I feel I’m entitled. (Or, maybe just old: I was the first third-party developer ever hired by Apple, back in 1978. )
Releasing an update that takes a site completely off the air is embarassing enough, but then to do it twice in the same day? Someone there needs to get a grip. A couple of weeks ago, I pointed out that your code is only barely compatible with PHP 8, which came out almost three years ago!
Keeping up with libraries is BOOORRRRING, I know.Been there; done that. But failing to do so leads to situations like this, which I guarantee you will only get worse!
Time to put on your big-boy pants: some people’s livlihood depends on your software working.
I got the site back up by reverting to all the -previous- versions of EC and ET.
Let me know when you’re ready to beta test the next revision…
Forum: Plugins
In reply to: [The Events Calendar] Fatal Error with latest release 6.1.0.2Nope. NOT resolved. Still crashes the site WITH THE SAME ERROR!
When seeking help with this issue, you may be asked for some of the following information:
WordPress version 6.2.2
Active theme: Avada (version 7.9.1)
Current plugin: Event Tickets (version 5.6.0)
PHP version 8.0.2Error Details
An error of type E_ERROR was caused in line 84 of the file /home/cpaorg/photography.org/wp-content/plugins/event-tickets/common/vendor/vendor-prefixed/lucatume/di52/src/Builders/ClassBuilder.php. Error message: Uncaught TEC\Common\lucatume\DI52\NotFoundException: nothing is bound to the ‘tickets.cache-central’ id and it’s not an existing or instantiable class. in /home/cpaorg/photography.org/wp-content/plugins/event-tickets/common/vendor/vendor-prefixed/lucatume/di52/src/Builders/ClassBuilder.php:84
Forum: Plugins
In reply to: [The Events Calendar] Fatal Error with latest release 6.1.0.2Hello. Thanks. Unfortunately, ticketing has been messup up for weeks now.
But as to this crash:
- I have already deleted the plug ins and reinstalled them. No change. Previous version doesn’t crash (but also doesn’t work right*) while 6.1.0.. crashes the site hard.
- I have already downgraded just to keep the site running.
- PHP 8.0
- WordPress 6.2.2
- Avada 7.10.1
- Pencil icon in tickets no longer works at all; cannot edit or change date-range of sale for tickets; deleted tickets disappear from pages of logged in visitors but remail visible to people without a login… the list goes on…
You didn’t ask for it but here’s the full info:
wp-core
version: 6.2.2
site_language: en_US
user_language: en_US
timezone: America/Los_Angeles
permalink: /%year%/%monthnum%/%day%/%postname%/
https_status: true
multisite: false
user_registration: 0
blog_public: 1
default_comment_status: closed
environment_type: production
user_count: 2533
dotorg_communication: truewp-paths-sizes
wordpress_path: /home/cpaorg/photography.org
wordpress_size: 4.72 GB (5068763805 bytes)
uploads_path: /home/cpaorg/photography.org/wp-content/uploads
uploads_size: 6.91 GB (7415934667 bytes)
themes_path: /home/cpaorg/photography.org/wp-content/themes
themes_size: 31.15 MB (32664584 bytes)
plugins_path: /home/cpaorg/photography.org/wp-content/plugins
plugins_size: 422.98 MB (443530909 bytes)
database_size: 420.36 MB (440778344 bytes)
total_size: 12.48 GB (13401672309 bytes)wp-dropins (1)
advanced-cache.php: true
wp-active-theme
name: Avada (Avada-Child-Theme)
version: 7.9.1
author: ThemeFusion
author_website: https://themeforest.net/user/ThemeFusion
parent_theme: Avada (Avada)
theme_features: core-block-patterns, fusion-builder-options, widgets-block-editor, post-thumbnails, title-tag, automatic-feed-links, custom-header, custom-background, woocommerce, wc-product-gallery-zoom, wc-product-gallery-slider, wc-product-gallery-lightbox, post-formats, fusion-builder-demos, menus, align-wide, wp-block-styles, editor-styles, editor-font-sizes, editor-color-palette, widgets
theme_path: /home/cpaorg/photography.org/wp-content/themes/Avada-Child-Theme
auto_update: Disabledwp-parent-theme
name: Avada (Avada)
version: 7.10.1
author: ThemeFusion
author_website: https://themeforest.net/user/ThemeFusion
theme_path: /home/cpaorg/photography.org/wp-content/themes/Avada
auto_update: Disabledwp-themes-inactive (1)
Twenty Twenty-Three: version: 1.1, author: the WordPress team, Auto-updates disabled
wp-mu-plugins (2)
ManageWP – Worker Loader: author: ManageWP, version: (undefined)
SSO: version: 0.1, author: Garth Mortensen, Mike Hansenwp-plugins-active (56)
Admin Menu Editor Pro: version: 2.20, author: Janis Elsts, Auto-updates disabled
AutomateWoo: version: 5.7.7, author: WooCommerce, Auto-updates disabled
Avada Builder: version: 3.10.1, author: ThemeFusion, Auto-updates enabled
Avada Core: version: 5.10.1, author: ThemeFusion, Auto-updates enabled
Caxton: version: 1.30.0, author: PootlePress, Auto-updates disabled
CSS Hero: version: 5.0.6, author: The CSS Hero Team, Auto-updates disabled
Custom Post Type UI: version: 1.13.6, author: WebDevStudios, Auto-updates disabled
DreamHost Panel Login: version: 1.0.0, author: DreamHost, danielbachhuber, Auto-updates disabled
Easy Appointments: version: 3.11.10, author: Nikola Loncar, Auto-updates disabled
Easy Appointments Connect: version: 0.16.1, author: Nikola Loncar, Auto-updates disabled
Email Address Encoder ?: version: 0.3.10, author: Till Krüss, Auto-updates disabled
Event Tickets: version: 5.5.11.1, author: The Events Calendar, Auto-updates disabled
Event Tickets Plus: version: 5.6.10, author: The Events Calendar, Auto-updates disabled
FlyingPress: author: (undefined), version: 4.0.0, Auto-updates disabled
FooBar WordPress Notifications (Premium): version: 2.1.28, author: FooPlugins, Auto-updates disabled
FooBox Image Lightbox (Premium): version: 2.7.25, author: FooPlugins, Auto-updates disabled
FooGallery (Premium): version: 2.2.41, author: FooPlugins, Auto-updates disabled
Frontend Reset Password: version: 1.2.1, author: WP Enhanced, Auto-updates disabled
Import and export users and customers: version: 1.22.4, author: codection, Auto-updates disabled
Login as User (PRO version): version: 1.4.5, author: Web357, Auto-updates disabled
Mailchimp for WooCommerce: version: 2.8.3, author: Mailchimp, Auto-updates disabled
MetaSlider: version: 3.31.0, author: MetaSlider, Auto-updates disabled
Nav Menu Roles: version: 2.1.2, author: Kathy Darling, Auto-updates disabled
Perfmatters: version: 2.1.1, author: forgemedia, Auto-updates disabled
reCaptcha for WooCommerce: version: 2.45, author: I Thirteen Web Solution, Auto-updates disabled
Server IP & Memory Usage Display: version: 2.1.0, author: Apasionados, Apasionados del Marketing, Auto-updates disabled
Software libraries for WP Activity Log: version: 1.0.4, author: WP White Security, Auto-updates disabled
Temporary Login Without Password: version: 1.8.2, author: StoreApps, Auto-updates disabled
The Events Calendar: version: 6.0.13.1, author: The Events Calendar (latest version: 6.1.0.2), Auto-updates disabled
The Events Calendar Extension: Remove Export Links: version: 1.0.0, author: Modern Tribe, Inc., Auto-updates disabled
The Events Calendar Pro: version: 6.1.0, author: The Events Calendar, Auto-updates disabled
The Events Calendar Shortcode & Block PRO: version: 2.36, author: Event Calendar Newsletter, Auto-updates disabled
UpdraftPlus – Backup/Restore: version: 2.23.4.26, author: UpdraftPlus.Com, DavidAnderson, Auto-updates disabled
User Role Editor: version: 4.63.3, author: Vladimir Garagulya, Auto-updates disabled
WooBuilder blocks: version: 4.4.3, author: PootlePress, Auto-updates disabled
WooCommerce: version: 7.8.0, author: Automattic, Auto-updates disabled
WooCommerce Blocks: version: 10.4.2, author: Automattic, Auto-updates disabled
WooCommerce Checkout Field Editor: version: 1.7.9, author: WooCommerce, Auto-updates disabled
WooCommerce Customer/Order/Coupon Export: version: 5.4.1, author: SkyVerge, Auto-updates disabled
WooCommerce Custom Thank You Pages: version: 1.0.6, author: Jeroen Sormani, Auto-updates disabled
WooCommerce Donations Plugin: version: 1.91, author: Albdesign, Auto-updates disabled
WooCommerce Memberships: version: 1.24.0, author: SkyVerge, Auto-updates disabled
WooCommerce Name Your Price: version: 3.5.3, author: Kathy Darling, Auto-updates disabled
WooCommerce Order Status Control: version: 1.16.0, author: SkyVerge, Auto-updates disabled
WooCommerce Smart Coupons: version: 7.12.0, author: StoreApps, Auto-updates disabled
WooCommerce Stripe Gateway: version: 7.4.1, author: WooCommerce, Auto-updates disabled
WooCommerce Subscriptions: version: 5.1.3, author: WooCommerce, Auto-updates disabled
Wordfence Security: version: 7.9.3, author: Wordfence, Auto-updates disabled
WordPress Toolbar Editor: version: 1.4.2, author: Janis Elsts, Auto-updates disabled
WP Activity Log (Premium): version: 4.5.2, author: WP White Security, Auto-updates disabled
WP Activity Log for WooCommerce: version: 1.5.2, author: WP White Security, Auto-updates disabled
WP Mail SMTP Pro: version: 3.8.0, author: WP Mail SMTP, Auto-updates disabled
WP Offload Media: version: 3.2.3, author: Delicious Brains, Auto-updates disabled
Yoast Duplicate Post: version: 4.5, author: Enrico Battocchi & Team Yoast, Auto-updates disabled
Yoast SEO: version: 20.9, author: Team Yoast, Auto-updates disabled
Yoast SEO Premium: version: 20.9, author: Team Yoast, Auto-updates disabledwp-plugins-inactive (10)
Advanced Post Types Order: version: 4.7, author: Nsp Code, Auto-updates disabled
Custom Thank You Page For WooCommerce: version: 1.5.0, author: StoreApps, Auto-updates disabled
Easy Username Updater: version: 1.0.5, author: Yogesh C. Pant, Auto-updates disabled
LoginWP – Pro: version: 4.0.6.0, author: LoginWP Team, Auto-updates disabled
Query Monitor: version: 3.12.3, author: John Blackbourn, Auto-updates disabled
The Events Calendar: Virtual Events: version: 1.7.0, author: The Events Calendar, Auto-updates disabled
WP All Export – ACF Export Add-On Pro: version: 1.0.4, author: Soflyy, Auto-updates disabled
WP All Export – User Export Add-On Pro: version: 1.0.4, author: Soflyy, Auto-updates disabled
WP All Export – WooCommerce Export Add-On Pro: version: 1.0.5, author: Soflyy, Auto-updates disabled
WP All Export Pro: version: 1.8.1, author: Soflyy, Auto-updates disabledForum: Plugins
In reply to: [The Events Calendar] Fatal Error with latest release 6.1.0.2Ditto. Fatal crash:
Version 6.1.0.2 | By The Events Calendar | View details
This plugin failed to load properly and is paused during recovery mode.An error of type E_ERROR was caused in line 84 of the file /home/cpaorg/photography.org/wp-content/plugins/the-events-calendar/common/vendor/vendor-prefixed/lucatume/di52/src/Builders/ClassBuilder.php. Error message: Uncaught TEC\Common\lucatume\DI52\NotFoundException: nothing is bound to the ‘tickets.cache-central’ id and it’s not an existing or instantiable class. in /home/cpaorg/photography.org/wp-content/plugins/the-events-calendar/common/vendor/vendor-prefixed/lucatume/di52/src/Builders/ClassBuilder.php:84 Stack trace: #0 /home/cpaorg/photography.org/wp-content/plugins/the-events-calendar/common/vendor/vendor-prefixed/lucatume/di52/src/Builders/Resolver.php(233): TEC\Common\lucatume\DI52\Builders\ClassBuilder->_construct(‘tickets.cache-c…’, Object(TEC\Common\lucatume\DI52\Builders\Resolver), ‘tickets.cache-c…’) #1 /home/cpaorg/photography.org/wp-content/plugins/the-events-calendar/common/vendor/vendor-prefixed/lucatume/di52/src/Builders/Resolver.php(210): TEC\Common\lucatume\DI52\Builders\Resolver->resolveUnbound(‘tickets.cache-c…’) #2 /home/cpaorg/photography.org/wp-content/plugins/the-events-calendar/common/vendor/vendor-prefixed/lucatume/di52/src/Container.php(216): TEC\Common\lucatume\DI52\Builders\Resolver->resolve(‘tickets.cache-c…’, Array) #3 /home/cpaorg/photography.org/wp-content/plugins/the-events-calendar/common/vendor/vendor-prefixed/lucatume/di52/src/Container.php(263): TEC\Common\lucatume\DI52\Container->get(‘tickets.cache-c…’) #4 /home/cpaorg/photography.org/wp-content/plugins/the-events-calendar/common/src/Tribe/Container.php(179): TEC\Common\lucatume\DI52\Container->make(‘tickets.cache-c…’) #5 /home/cpaorg/photography.org/wp-content/plugins/event-tickets/src/Tribe/Service_Provider.php(27): tribe(‘tickets.cache-c…’) #6 /home/cpaorg/photography.org/wp-content/plugins/the-events-calendar/common/vendor/vendor-prefixed/lucatume/di52/src/Container.php(455): Tribe__Tickets__Service_Provider->register() #7 /home/cpaorg/photography.org/wp-content/plugins/the-events-calendar/common/src/Tribe/Container.php(291): TEC\Common\lucatume\DI52\Container->register(‘Tribe__Tickets…’) #8 /home/cpaorg/photography.org/wp-content/plugins/event-tickets/src/Tribe/Main.php(350): tribe_register_provider(‘Tribe__Tickets_…’) #9 /home/cpaorg/photography.org/wp-includes/class-wp-hook.php(308): Tribe__Tickets__Main->bootstrap(”) #10 /home/cpaorg/photography.org/wp-includes/class-wp-hook.php(332): WP_Hook->apply_filters(”, Array) #11 /home/cpaorg/photography.org/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #12 /home/cpaorg/photography.org/wp-content/plugins/the-events-calendar/common/src/Tribe/Main.php(136): do_action(‘tribe_common_lo…’) #13 /home/cpaorg/photography.org/wp-includes/class-wp-hook.php(308): Tribe__Main->plugins_loaded(”) #14 /home/cpaorg/photography.org/wp-includes/class-wp-hook.php(332): WP_Hook->apply_filters(NULL, Array) #15 /home/cpaorg/photography.org/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #16 /home/cpaorg/photography.org/wp-settings.php(486): do_action(‘plugins_loaded’) #17 /home/cpaorg/photography.org/wp-config.php(184): require_once(‘/home/cpaorg/ph…’) #18 /home/cpaorg/photography.org/wp-load.php(50): require_once(‘/home/cpaorg/ph…’) #19 /home/cpaorg/photography.org/wp-login.php(12): require(‘/home/cpaorg/ph…’) #20 {main} Next TEC\Common\lucatume\DI52\NotFoundException: Error while making tickets.cache-central: nothing is bound to the ‘tickets.cache-central’ id and it’s not an existing or instantiable class. in /home/cpaorg/photography.org/wp-content/plugins/the-events-calendar/common/vendor/vendor-prefixed/lucatume/di52/src/Builders/ClassBuilder.php:84 Stack trace: #0 /home/cpaorg/photography.org/wp-content/plugins/the-events-calendar/common/vendor/vendor-prefixed/lucatume/di52/src/Container.php(244): TEC\Common\lucatume\DI52\ContainerException::fromThrowable(‘tickets.cache-c…’, Object(TEC\Common\lucatume\DI52\NotFoundException), 3, Array) #1 /home/cpaorg/photography.org/wp-content/plugins/the-events-calendar/common/vendor/vendor-prefixed/lucatume/di52/src/Container.php(218): TEC\Common\lucatume\DI52\Container->castThrown(Object(TEC\Common\lucatume\DI52\NotFoundException), ‘tickets.cache-c…’) #2 /home/cpaorg/photography.org/wp-content/plugins/the-events-calendar/common/vendor/vendor-prefixed/lucatume/di52/src/Container.php(263): TEC\Common\lucatume\DI52\Container->get(‘tickets.cache-c…’) #3 /home/cpaorg/photography.org/wp-content/plugins/the-events-calendar/common/src/Tribe/Container.php(179): TEC\Common\lucatume\DI52\Container->make(‘tickets.cache-c…’) #4 /home/cpaorg/photography.org/wp-content/plugins/event-tickets/src/Tribe/Service_Provider.php(27): tribe(‘tickets.cache-c…’) #5 /home/cpaorg/photography.org/wp-content/plugins/the-events-calendar/common/vendor/vendor-prefixed/lucatume/di52/src/Container.php(455): Tribe__Tickets__Service_Provider->register() #6 /home/cpaorg/photography.org/wp-content/plugins/the-events-calendar/common/src/Tribe/Container.php(291): TEC\Common\lucatume\DI52\Container->register(‘Tribe__Tickets_…’) #7 /home/cpaorg/photography.org/wp-content/plugins/event-tickets/src/Tribe/Main.php(350): tribe_register_provider(‘Tribe__Tickets_…’) #8 /home/cpaorg/photography.org/wp-includes/class-wp-hook.php(308): Tribe__Tickets__Main->bootstrap(”) #9 /home/cpaorg/photography.org/wp-includes/class-wp-hook.php(332): WP_Hook->apply_filters(”, Array) #10 /home/cpaorg/photography.org/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #11 /home/cpaorg/photography.org/wp-content/plugins/the-events-calendar/common/src/Tribe/Main.php(136): do_action(‘tribe_common_lo…’) #12 /home/cpaorg/photography.org/wp-includes/class-wp-hook.php(308): Tribe__Main->plugins_loaded(”) #13 /home/cpaorg/photography.org/wp-includes/class-wp-hook.php(332): WP_Hook->apply_filters(NULL, Array) #14 /home/cpaorg/photography.org/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #15 /home/cpaorg/photography.org/wp-settings.php(486): do_action(‘plugins_loaded’) #16 /home/cpaorg/photography.org/wp-config.php(184): require_once(‘/home/cpaorg/ph…’) #17 /home/cpaorg/photography.org/wp-load.php(50): require_once(‘/home/cpaorg/ph…’) #18 /home/cpaorg/photography.org/wp-login.php(12): require(‘/home/cpaorg/ph…’) #19 {main} thrown
Forum: Plugins
In reply to: [AMP] JS script errorsThank you, Weston. Exactly the information I needed.