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

[Insight] Missing use statement should be avoided #505

Closed
fzaninotto opened this issue Feb 14, 2014 · 2 comments
Closed

[Insight] Missing use statement should be avoided #505

fzaninotto opened this issue Feb 14, 2014 · 2 comments
Assignees

Comments

@fzaninotto
Copy link

in app/code/Magento/Install/Model/Installer/Pear.php, line 76

The PEAR_PackageFile class resolves to the Magento\Install\Model\Installer\PEAR_PackageFile class which PHP does not seem to be able to autoload.

     * @return bool
     */
    public function checkDownloads()
    {
        $pear = new \Magento\Pear;
        $pkg = new PEAR_PackageFile($pear->getConfig(), false);
        $result = true;
        foreach ($this->getPackages() as $package) {
            $obj = $pkg->fromAnyFile($package, PEAR_VALIDATE_NORMAL);
            if (PEAR::isError($obj)) {
                $uinfo = $obj->getUserInfo();

Posted from SensioLabsInsight

@verklov verklov self-assigned this Apr 1, 2014
@verklov
Copy link
Contributor

verklov commented Apr 1, 2014

@fzaninotto, thank you for reporting this issue to us! We placed a ticket to our product backlog. We will get back to you once the team completes investigating it.

@verklov verklov assigned tanya-soroka and unassigned verklov Apr 17, 2014
@tanya-soroka
Copy link

Hello @fzaninotto
Due to our plans we are not going to use PEAR packages in Magento 2, so this issues will not be relevant anymore.
We are closing this issue.

magento-team pushed a commit that referenced this issue Aug 5, 2015
[GoInc] Product Variation Management Wizard: Add attribute, Delete attribute - MAGETWO- 40388
mmansoor-magento pushed a commit that referenced this issue Oct 17, 2016
Bugs:
* MAGETWO-57796: [GitHub] Inserted image in product description got broken on front end #6138
* MAGETWO-54253: Export filters for products do not work
magento-engcom-team added a commit that referenced this issue Mar 26, 2019
…505

 - Merge Pull Request magento/graphql-ce#505 from magento/graphql-ce:281-shipping-methods-UPS
 - Merged commits:
   1. 6f8d99c
   2. 30a2a80
   3. 73088cd
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

3 participants