Hello i'm facing a problem that i can't figure out :(

I tried to move a drupal site from a site to another one, i'm getting this error :

server Error
The website has encountered an error while extracting "My site" This may be due to maintenance or a misconfiguration.
Here are some suggestions:
Refresh this web page later.
HTTP 500 error (Internal Server Error): An unexpected condition occurred while the server attempted to process the request.

any idea would be appreciated
Thanks

Comments

elgarch’s picture

well resolved :)

these are steps i folowed, hope it may help someone :

1- add those line to show erros

error_reporting(E_ALL);
ini_set( 'display_errors','1');

2 - create php.ini file and add this line of code

php_value memory_limit = "512M"

That's all :)