-
Hi!
When I try to export the notes from Paperwork I receive the following error below. I've increased the apps memory ALOT but even almost maxed out it fails. I figured out how to dump the db to try to rebuild it elsewhere, but if I could figure out why the proper in-app export notes process fails that would be ideal. Much thanks.Symfony \ Component \ Debug \ Exception \ FatalErrorException (E_UNKNOWN) HELP Allowed memory size of 67108864 bytes exhausted (tried to allocate 33305664 bytes)
-
-
A workaround for now is to use the CLI tool:
$ cloudron debug --app <paperwork.domain.com> $ cloudron exec # crudini --set /etc/php/7.0/apache2/php.ini PHP memory_limit 256M # /app/code/start.sh
the last line
start.sh
will start the app. now you can hopefully export. After you are done, you can docloudron debug --disable
.