I dont know why, but when I try to install this module I have an 500 error and the Process Version Control doesnt install.. The two other module are installed but not de Process Version Control.
I run the Processwire 3.0.35. Any idea?
Thank you
The only other problem for now are the textarea sanitizer.
Its like the sanitize do not recognize the good type and put a text sanitize on a textarea and pass only 255 characters and not the 16384 for the textarea.
*****EDIT******
I finally found the problem... the class type in the module are "FieldTypeTextarea" but with multi-language the class type are "FieldTypeTextareaLanguage".
I will add the other Field type in the condition and all work fine.
From my side with the new version on PW 3.0.12 I see only the Submit button!!!
***EDIT***
I resolve this issue by adding the FormHelperExtra (testing!) Module
There the error with the new file.
Error: Cannot access self:: when no class scope is active (line 70 of ../site/assets/cache/FileCompiler/site/modules/ProcessSetupPageName-master/ProcessSetupPageName.module)
For use it I just remove the self::$notes and replace by ''.
Hi,
I have install this module on PW 3.0.12 and when I try to edit a template, this error popup..
Fatal error: Using $this when not in object context in /site/modules/ProcessSetupPageName-master/ProcessSetupPageName.module on line 68
Do you have any idea why I have this error?
Thank you