Hi,
i'm trying to migrate my development sellacious site (windows) to a prduction environment (linux).
I've configured the server like the requirements (
https://www.sellacious.com/documentation-v2#/learn/basics/system-requirements) and followed this instruction (
https://www.sellacious.com/community-support/2048-migrate-to-different-server-domain) to migrate, but not everything is working.
My web site
it's ok
My joomla adminitration
it's ok
My sellacious administration
isn't workig
When I try to log in into the sellacious administration panel, Im receiving this error:
PHP Fatal error: Allowed memory size of 536870912 bytes exhausted (tried to allocate 20480 bytes) in /public_html/libraries/src/Log/LogEntry.php on line 116, referer: https://www.fsb.com.br/index.php/pt/
PHP Fatal error: Allowed memory size of 536870912 bytes exhausted (tried to allocate 20480 bytes) in /public_html/libraries/src/Session/Session.php on line 388, referer: https://www.fsb.com.br/index.php/pt/
PHP Fatal error: Allowed memory size of 536870912 bytes exhausted (tried to allocate 20480 bytes) in /public_html/libraries/joomla/database/driver.php on line 1887, referer: https://www.fsb.com.br/index.php/pt/
PHP Warning: Unknown: Cannot call session save handler in a recursive manner in Unknown on line 0, referer: https://www.fsb.com.br/index.php/pt/
I've already tried to increase the memory into the php.ini file, but the error keeps showing.
Does anyone has some clue about whats going on ?