Download from Live Server to Localhost in Drupal
Drupal Troubleshoot
Q1. Download from live server to localhost. When view homepage, it is different result from what we seen from server.
A1: Try to clear the cache by going to drupal admin: Site Configuration -> Performance. Click the clear cache button to clear.
Q2. When clear the cache, it displays error message regarding the memory exhausted.
A2: This is due to memory limit when you want to clear the cache. Go to the localhost’s apache php.ini do configuration. (php.ini file can be found at root/xampp/apache/bin)
Change the line “memory_limit = 32M” to “memory_limit = 128M” so that system has more memory to clear the cache. Restart apache server.
Return to drupal admin and select menu Site Configuration -> Performance. Click the clear cache button to clear.






