Missing "Mymodule"

Hey Andrew been reading though all this and I am not able to update the framework due to an Exception:
"[Exception]
Cant find FreePBX\modules\Mymodule::: Cant find FreePBX\modules\Mymodule"

“Mymodule” is something you did. We have no references to anything called “Mymodule”

I have same error

[root@asterisk ~]# fwconsole chown
Setting Permissions…

[Exception]
Cant find FreePBX\modules\Mymodule::: Cant find FreePBX\modules\Mymodule

chown [args1] … [argsN]

Please see my message above.

If you’d like to help then run this

grep -R 'Mymodule' /var/www/html/admin

Place the output here.

[root@asterisk ~]# grep -R 'Mymodule' /var/www/html/admin
/var/www/html/admin/modules/endpoint/module.xml:			<method namespace="FreePBX\modules" class="Mymodule" callingMethod="fwcChownFiles">chownFreepbx</method>
[root@asterisk ~]#

Remove endpoint for now:

rm -Rf /var/www/html/admin/modules/endpoint

This will not resolve the issue instantly. You will have to wait a bit. Going to the module admin page a few times should do it

Also removing the broken endpoint module

This is resolved in version 12.0.0.63 of Endpoint.