Im trying to install some plugins of a purchased wordpress theme
I did it successfully on my local host after increasing limit size and file size in .htaccess with the following code
php_value upload_max_filesize 1000M
php_value post_max_size 2000M
php_value memory_limit 3000M
php_value max_execution_time 1800
php_value max_input_time 180
but I cant install them on my hosted server and I tried to edit wp-config to add this line
define( 'WP_MEMORY_LIMIT', '256M' );
and still no success
It shows unpacking the package... and browser keep spinning till it stops and the page freeze
or shows unpacking the package .... installing the package ...
and same story, keep spinning till it stops
Ive searched a a lot, people suggested to install them manually but the package I purchased doesnt have separate plugins with it
Also, I dont have any php.ini on my wordpress directory on server
EDIT
I created php.ini file and wrote these lines
memory_limit = 512M
upload_max_filesize = 512M
post_max_size = 512M
safe_mode = off
max_file_upload = 512M
max_post_size = 512M
max_execution_time = 300
still failing to install plugin