Thread Starter
jarnek
(@jarnek)
Oh, i forgot to mention that this even happens when logged in. I can access the admin panel just fine but as soon as i click “Visit Site” i get a WSOD… This seems weird since Asset CleanUp shouldn’t do anything when logged in.
Thread Starter
jarnek
(@jarnek)
Ok, so i just figured this out abd thought i would post my solution in case it can help someone else.
The solution was to flush the memcached cache on the server using the following command:
echo ‘flush_all’ | nc localhost 11211
Cleared the cache and problem was solved. 🙂
/Jarnek
Thread Starter
jarnek
(@jarnek)
Never found a solution… i’ve ended up with uninstalling a3 until a solution is found…