arnoldle / phplist-plugin-submitByMailPlugin

Elements of a plugin to submit messages to Phplist by mail. In development. Planning for June release.
3 stars 6 forks source link

Everywhere I have tried to save the scripts is not a valid folder or can't be written #12

Open ragincajunbanjo opened 8 years ago

ragincajunbanjo commented 8 years ago

I have created a folder at the root of my phplist installation and chmod 777 called collectionscript/ and the script creation tool says it doesn't exist...however if I try to put it in the scripts/ folder which I also chmod 777 it says that the directory is not writable....please help when you have time!

Thanks!

PHPLIST v 3.2.4

arnoldle commented 8 years ago

The only way that I see that there could be a problem here is this. The plugin expects you to name the directory including the full path to it. If you do not do that, you will receive the error messages that you cite. Thus if the path to the directory were, for example, /myhost/phplist/collectionscripts, you would need to enter that entire path when you are asked for the directory.

The plugin allows you to put your script in anywhere on your system; it does not have to be in the Phplist root directory. That is a feature, but it requires that the full path be specified when the plugin asks for the directory.

Arnold

On Apr 26, 2016, at 8:54 AM, ragincajunintx notifications@github.com wrote:

I have created a folder at the root of my phplist installation and chmod 777 called collectionscript/ and the script creation tool says it doesn't exist...however if I try to put it in the scripts/ folder which I also chmod 777 it says that the directory is not writable....please help when you have time!

Thanks!

PHPLIST v 3.2.4

— You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub https://github.com/arnoldle/phplist-plugin-submitByMailPlugin/issues/12