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

[9.4.0] Cannot purge Computer (PHP Fatal error: Maximum execution time of 120 seconds exceeded) #5459

Closed
tsmr opened this issue Feb 24, 2019 · 2 comments
Assignees
Labels
Milestone

Comments

@tsmr
Copy link
Collaborator

tsmr commented Feb 24, 2019

No plugins

When i try to purge a computer :

image

If i comment into cleanDBonItemDelete (commondbconnexity.class.php) :

$iterator = $DB->request($criteria);
         while ($data = $iterator->next()) {
            $input[$this->getIndexName()] = $data[$this->getIndexName()];
            //$this->delete($input, 1);
         }

I can purge object. It's immediate

@cedric-anne
Copy link
Member

Hi,

Explaination here: #5423

May be fixed by a more global change: #5428

Regards

@cedric-anne cedric-anne changed the title [9.4.1] Cannot purge Computer (PHP Fatal error: Maximum execution time of 120 seconds exceeded) [9.4.0] Cannot purge Computer (PHP Fatal error: Maximum execution time of 120 seconds exceeded) Feb 24, 2019
@cedric-anne cedric-anne self-assigned this Feb 24, 2019
@cedric-anne
Copy link
Member

Fixed by 2c2b3b1.

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

No branches or pull requests

2 participants