Jump to content

Mollie Payments - Attempted to call function "proc_open" from the global namespace. -


RNDRS

Recommended Posts

Hello,

For several days, I have been trying to integrate Mollie into my webshop. Unfortunately, I cannot pinpoint what the exact problem is.
I am encountering an error that I do not understand, and I would like to resolve it as soon as possible. Could you please assist me?

Thank you in advance.

Link to comment
Share on other sites

Posted (edited)
1 hour ago, RNDRS said:

Hello,

For several days, I have been trying to integrate Mollie into my webshop. Unfortunately, I cannot pinpoint what the exact problem is.
I am encountering an error that I do not understand, and I would like to resolve it as soon as possible. Could you please assist me?

Thank you in advance.

 

Annotation 2024-06-17 100121.png

Annotation 2024-06-17 120801.png

Edited by RNDRS (see edit history)
Link to comment
Share on other sites

  • 2 weeks later...

Hi,

The error message Attempted to call function "proc_open" and "highlight_file" are not available. It's a part of core PHP functions.

To solve this :

  • In php.ini file, find the line that disables these functions, which might look like this:
    • disable_functions = proc_open, highlight_file
      
  • Remove proc_open and highlight_file from this line, or if you prefer to enable all functions, you can comment out the line entirely.
  • Save the file and restart your web server for the changes to take effect.
  • Make sure that your Prestashop version is compatible with the Mollie module version you are using.

Thanks!

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...