I install an elgg in the serverA. I enable simple cache and view filepath cache. Everything works fine.
I use elgg in the serverA for a long time.
And now I have to move elgg from serverA to serverB.
It looks ok. But I can't click the menu. Looks like jQuery or javascript won't work.
And image the show in the profile or file that user uploaded seem does not work too.
Then I disable simple cache at serverB. I can use jQuery. But another problem still occur.
Does anyone know how to fix it?
Thank you.
info@elgg.org
Security issues should be reported to security@elgg.org!
©2014 the Elgg Foundation
Elgg is a registered trademark of Thematic Networks.
Cover image by Raül Utrera is used under Creative Commons license.
Icons by Flaticon and FontAwesome.
- Komgrit G. Niyomrath@n.komgrit

Komgrit G. Niyomrath - 0 likes
You must log in to post replies.This problem was solve.
I install fresh elgg on serverB and got any problem.
I see settings.php that elgg generated. And I found something weird looks like this
There is double single-quote around db_username.
Then I compare php.ini file for serverA with serverB. I see something difference.
serverA
serverB
Then I change magic_quotes_runtime =Off and magic_quotes_sybase =Off in php.ini file on serverB.
It works. I can install fresh elgg. And my elgg that I move for serverA to serverB work too.
If somebody have any idea, please share.
Thank you.