Those messages are caused by the absence of the “logs” folder in your wp-content folder. Newsletter tries to create it upon installation, probably your wp-content folder has permissions that block new folders creation.
I’ll add some code to disable log writing if the folder is not there.
Stefano.
I have now created the folder “logs” manually. But the error messages are still displayed. The write permission of wp-config are set to “755”. What can I do to use the plugin without error messages?
Does there are files inside the folder you created? For example “main-xxxxxx.txt”?
If not, probably the plugin cannot write the log file. If you set 755 it depends on the user you are when setting the permissions and the user used to run PHP.
Try 777.
Stefano.
Hi Stefano,
It still does not work. I like no updates, I have to edit it manually. These issues are annoying.
How can I edit the “main xxxxxx.txt”manually? What should I include in this file?
Is there the an alternative of possibility, to use the predecessor version of your plugins?
Hi,
but the log level on diagnostic panel is set to none?
Stefano.
It does not work.
Where can I download the previous version?
– Jonathan
On version 3.1.2 the log is disabled if the folder is not present or the files cannot be written.
Should solve your problem.
Stefano.
ps: even oldest version wrote on that files, maybe you enabled the log on diagnostic panel? What means it does not work? Does the log level cannot be set?
It does not work because:
after I have set the permission to 777 and additional added wp-content/logs/newsletter/statistics-d1234567.txt manually, the error message remains at /wp-admin-page and also in the backend.
I hope the plugin still works without errors. When you say that the error message will disappear in the next update, I’ll wait. When do you plan the next update?
The files generated inside the folder are created by Newsletter when the logging is enabled. If there are no permission problem to create and write to files on that folder and the logging is active there should be no problems.
The logging is active? If not there is a bug, since Newsletter should not write on those files.
Stefano.
Stefano, how can I enable this logging function after I set permission on wp-config to 777?