RNDRS Posted June 17 Share Posted June 17 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 More sharing options...
RNDRS Posted June 17 Author Share Posted June 17 (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. Edited June 17 by RNDRS (see edit history) Link to comment Share on other sites More sharing options...
AddWeb Solution Posted June 25 Share Posted June 25 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 More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now