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

BC Break from 7.3.1 to 7.3.2 #2219

Open
Tsounabe opened this issue Jun 27, 2024 · 1 comment
Open

BC Break from 7.3.1 to 7.3.2 #2219

Tsounabe opened this issue Jun 27, 2024 · 1 comment

Comments

@Tsounabe
Copy link

When migrating from 7.3.1 to 7.3.2 a blocking error is thrown while executing any operations (populate, ...):

In Client.php line 407:                                                  
  Call to a member function hasConnection() on null 

Everything works in 7.3.1.

@ruflin
Copy link
Owner

ruflin commented Jun 28, 2024

Here is the change from 7.3.1 to 7.3.2: 7.3.1...7.3.2 My assumption is the problem comes from this change here: #2184 @csabavirag

I assume you are using addDocument or addScript? We should likely check that $this->_client is set but I also wonder why it is not set yet in your code? Are you adding the client later on? Can you share a bit more around your code that is causing this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants