wesupport

25% off on first invoice for all services*

SPRING SALE

Use coupon

*Offer valid for new customers only

25% off on first invoice for all services*

SPRING SALE

Use coupon

*Offer valid for new customers only

Need help?

Our experts have had an average response time of 11.43 minutes in March 2024 to fix urgent issues.

We will keep your servers stable, secure, and fast at all times for one fixed price.

‘Error InvalidArgumentException wrong file’ in Magento 2

by | May 24, 2021

Stuck with ‘error InvalidArgumentException wrong file’ in Magento 2? We can help you.

Magento is an open-source e-commerce platform written in PHP. While installing Magento sometimes we may end up with this error.

Here at Bobcares, we often handle requests from our customers to fix similar Magento errors. Today we will see how our support engineers fix this for our customers as a part of our Server Management Services.

What causes ‘error InvalidArgumentException wrong file’ in Magento 2?

Before going into the steps for fixing this error we will see what causes it.

A typical error looks like the one given below:

Error InvalidArgumentException wrong file in Magento 2

Following are some of the causes for this error:

1. PHP memory limit.

2. Missing PHP extension

3. Another possible reason for this error could be that the PHP version and the composer version are not up to date.

Steps for fixing this error:

Following are the methods with which we can fix this error:

1. Increasing PHP memory limit

We must make the following changes in your php.ini file.

It is always better to take a backup of the configuration files before editing them.

In the php.ini file, we must increase the values of the following parameters:

  • max_execution_time = 18000
  • max_input_time = 1800
  • memory_limit = 1024M

2. Checking for missing PHP extensions

We must ensure that the following extensions are enabled in the php.ini file.

bc-math 
ctype
curl
dom
gd, ImageMagick 6.3.7 (or later) or both
intl
mbstring
mcrypt
hash
openssl
PDO/MySQL
SimpleXML
soap
spl
libxml
xsl
zip
json
iconv

The GD extension for the image library must be checked specifically. If not found we can enable it by removing ; (Semicolon) from the php.ini file

Furthermore, if any changes are made in the configuration we must restart the xampp server after saving the changes.

3. Latest technical stack

At times the PHP version and the composer version may not be up to date.

Moreover, the technology stack is said to be correct if we are using the latest PHP version  7.3 and Composer version – 1.10.5

Windows server

In the windows server, when the Image Adapter tries to open to image files (‘open function in Gd2.php line 63). validateURLScheme function returns false always. This is because it checks ‘URL’ format but the local files are not valid for this format, so it returns false.

To fix this we can do the following:

Find validateURLScheme function in vendor\magento\framework\Image\Adapter\Gd2.php file. at line 96.

And replace the function with the following:

private function validateURLScheme(string $filename) : bool
  {
      $allowed_schemes = ['ftp', 'ftps', 'http', 'https'];
      $url = parse_url($filename);
      if ($url && isset($url['scheme']) && !in_array($url['scheme'], $allowed_schemes) && !file_exists($filename)) {
          return false;
      }

      return true;
  }

[Still, stuck with the error? We are happy to help you]

Conclusion

In short, we saw how our support engineers fix ‘Error InvalidArgumentException wrong file’ in Magento 2 for our customers.

PREVENT YOUR SERVER FROM CRASHING!

Never again lose customers to poor server speed! Let us help you.

Our server experts will monitor & maintain your server 24/7 so that it remains lightning fast and secure.

GET STARTED

var google_conversion_label = "owonCMyG5nEQ0aD71QM";

0 Comments

Submit a Comment

Your email address will not be published. Required fields are marked *

Categories

Tags