Erro no sync and no login

Hello,

i have this error and i cant solve this myself:

Allowed memory size of 268435456 bytes exhausted (tried to allocate 8192 bytes) in /www/htdocs/w014ddab/html/rocket/cloud/core/src/lib/dibi/drivers/DibiMySqliDriver.php

I have the cloud installed in my webhosting account at ALL Inkl. So far everything was okay and had no problems. I can not log in to send you the server data.

Can someone help me here?

Many Thanks!

Hi,
your issue seems to be that you dont have enough storage, what you could do is access to the database and have a look at ajxp_log to see what’s the issue and from here we might be able to figure something out.

Hello,

Thank you and where can I change the memory?

Kind regards
Chris

Have a look to /etc/php/…/apache2/php.ini
You should have a memory limit of 256M for php scripts (btw it should be sufficient unless you are trying to index a very huge dir.

On your php.ini file search for:

memory_limit = 256M

and try raising that limit to, say, 384M (after all, in your case, Pydio seems to need only 8K more…)

Don’t forget to reload your webserver next (service apache22 reload or whatever command you use to do that)