[7.x.x] - DEV: init.php::preupdate() error #246
Unanswered
davide-alghi
asked this question in
General
Replies: 3 comments 2 replies
|
the problem is in vtlib/Vtiger/PackageImport.php:599 it tries to delete (unlink) the zip file, but the zip file doesnt exists, it was already deleted |
0 replies
|
I confirm. If But I think the fix is to remove
in vtlib/Vtiger/PackageImport.php:599 |
0 replies
|
@davide-alghi thx, I've created issue from this discussion. #247 |
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
I'm updating my extensions installers/updaters, but...
If
preupdate()function, in package's init.php, returnsfalse, the import installation stops with error:Maybe this is a regression, because in YF 6.5 it works fine.
Any help is appreciated.
Thanks
All reactions