0
Suddenly emails have no PDF attached. PDF can be generated manually.
The only change is that I have upgraded PHP 7.0 to 7.2
Paulo
The only change is that I have upgraded PHP 7.0 to 7.2
Paulo
Accepted Answer
0
Finally sorted.
Enable PHP file_put_contents()
As you recommended Germinal, the problem was on hosting server. Not on the directory permissions but on a PHP function configuration. This is the solution the hosting service informed they did:
Enable PHP file_put_contents()
As you recommended Germinal, the problem was on hosting server. Not on the directory permissions but on a PHP function configuration. This is the solution the hosting service informed they did:
Our admin Enabled file_put_content on the server, to resolve this issue.
-
Germinal Campsmore than a month agogreat.
Responses (4)
-
Accepted Answer
-
Accepted Answer
0paulohabl wrote:
Finally sorted.
Enable PHP file_put_contents()
As you recommended Germinal, the problem was on hosting server. Not on the directory permissions but on a PHP function configuration. This is the solution the hosting service informed they did:Our admin Enabled file_put_content on the server, to resolve this issue.
Hi this could be the solution to my issue too, where exactly on the server was this placed please? -
Accepted Answer
0Sorry, but I have no idea where this function is enabled. Ask your host service, or google it as per your web system configuration..-
Germinal Campsmore than a month agothis can be enabled in the php.ini configuration file.
-
Your Reply
Please login to post a reply
You will need to be logged in to be able to post a reply. Login using the form on the right or register an account if you are new here.
Register Here »