WHM/Cpanel Server Requirements
Budget: £10 – £20 GBP
*****NO PLACEMENT BIDS*****NOT WILLING TO PAY HUNDREDS FOR THIS JOB SO ESTIMATED LOW*****
I have a new website theme which require the following entries into the server:
I would need you to explore error log on my server and identify the exact cause (probably memory or script timeout).
Problem - PayPal shopping cart is empty and customer cannot proceed with purchase.
Either way, this needs to be fixed on a server level. Please refer to following info on how to increase memory and script timeout time:
Memory increase:
1. If you have access to your PHP.ini file, change the line in PHP.ini If your line shows 32M try 64M or 128M: memory_limit = 64M ; Maximum amount of memory a script may consume (64MB)
2. If you don't have access to PHP.ini try adding this to an .htaccess file: php_value memory_limit 64M
3. Try adding this line to your wp-config.php file: Increasing memory allocated to PHP define('WP_MEMORY_LIMIT', '64M');
Script timeout:
If you have access to edit your php.ini, it is recommended that you increase the value of max_execution_time to 900 (15 minutes).
The above info is from the theme developer which I do not understand and would like you to take care of.
I have a new website theme which require the following entries into the server:
I would need you to explore error log on my server and identify the exact cause (probably memory or script timeout).
Problem - PayPal shopping cart is empty and customer cannot proceed with purchase.
Either way, this needs to be fixed on a server level. Please refer to following info on how to increase memory and script timeout time:
Memory increase:
1. If you have access to your PHP.ini file, change the line in PHP.ini If your line shows 32M try 64M or 128M: memory_limit = 64M ; Maximum amount of memory a script may consume (64MB)
2. If you don't have access to PHP.ini try adding this to an .htaccess file: php_value memory_limit 64M
3. Try adding this line to your wp-config.php file: Increasing memory allocated to PHP define('WP_MEMORY_LIMIT', '64M');
Script timeout:
If you have access to edit your php.ini, it is recommended that you increase the value of max_execution_time to 900 (15 minutes).
The above info is from the theme developer which I do not understand and would like you to take care of.