Try
memory_limit = 128M
in php.ini. Your syntax may be wrong.
You can run a function called phpinfo to see what kind of memory allocation you really have. Make a plain text file and call it phpinfo.php
and put just this line in it:
<?php phpinfo(); ?>
then put the file in the root of your server, and then go to that file with your web browser, i.e. mydomain.com/phpinfo.php
You’l see all the php info you need; scroll down for memory settings. If you get an error, that means your web hosting company won’t allow phpinfo to run for security reasons.
But that will tell you what the real memory settings are and if your host is being honest. If they are, ask them how to bump memory for your account. If you only see a memory limit of 40 megs, than you’re not able to change it due to their restrictions.
Related Posts:
- Which one does WordPress prioritize when it comes to php.ini, wp-config and .htaccess?
- Admin-Ajax.php, SSL, Non-SSL
- WP install in sub-dir white screen
- WordPress – Promoting A Dev Build In A Subdirectory To Production / Root Directory
- How to block access to files without modifying .htaccess or ngnix config? [closed]
- Weird behavior of Dashboard, must be core files
- Clone WordPress for testing on localhost (with Fiddler)
- Should I prevent access to .htaccess and wp-config.php files?
- Steps for WordPress over SSL
- .htaccess and virtual host configuration for WP in its own directory
- Best collection of code for your .htaccess file [closed]
- Site Redirecting to wp-signup.php
- Moving a WP Multisite to a subdirectory
- Default .htaccess file for WordPress?
- Improve wordpress security by hiding non public resources
- What’s the difference between WP_MEMORY_LIMIT and WP_MAX_MEMORY_LIMIT?
- WordPress site hacked. Has .htaccess been hacked?
- Does this .htaccess security setting really work?
- htaccess problem after saving Settings
- multisite 404 error for subdirectory
- Stop WordPress and Plugins from Overwriting .htaccess
- Move WordPress to subdirectory, keep ALL URLs
- File and directory permissions
- htaccess disable WordPress rewrite rules for folder and its contents
- WP-Admin not working properly at WordPress multisite with subdirectories
- htaccess rewrite conflict with wordpress rules and ssl
- htaccess https redirect from www to non-www
- Permalink Issues by Installing WordPress in Subdirectory / Subfolder
- Htaccess for Wordpess set on single subdomain
- adding rewrite rules in .htaccess
- .htaccess and 500 error, extra character added
- Name-based virtual host configuration in Apache seems to cause a “500 Internal Server Error”
- Place static HTML files in path below WordPress page
- WordPress multisite subdirectory redirect infinite loop issue
- Static raw HTML page
- WordPress + Magento .htaccess ReWriteRule Issue (www vs. non-www)
- WP_MEMORY_LIMIT didn’t work in wp-config
- Plugin to edit htaccess file
- htaccess rewrite for author query string when WP is in subfolder
- Why “Settings->Permalinks” creates .htaccess file on nginx server?
- .htaccess for wordpress inside another wordpress install
- .htaccess file redirecting to parent directory
- Blog.php or how to display recent posts?
- Rewrite /?rest_route=/ link to /wp-json/ without changing default permalink structure in apache
- Globally force SSL on all pages
- Serve apache 404 for missing assets rather then wp 404 template WP_Rewrites
- Isolating WordPress to a subfolder
- Remove year and month in URL using .htaccess
- index.php not loading in main folder of wordpress
- How disable SSL redirect for specific URL?
- WordPress site displaying 404 for any page apart from index
- Why does the header set X-Robots-Tag apply to all pages?
- Suppress subdirectory from WordPress Multisite primary URL
- Permalinks not working on second wordpress installed in a subdirect
- How to avoid wordpress permalink rules to inherit in a sub-folder
- Fix 403 error on WordPress multisite network using subdomains
- Error:406 not acceptable
- Unable to access WP admin
- .htaccess Rewrite URL WordPress
- Move wordpress to folder without changing urls
- Rewrite rule not working
- A plugin changes my .htaccess file and I can’t access httpd.conf as that’s a shared server
- Cant block wordpress readme files
- Change wp-content without changing the name of the folder
- 404/500 error on /wp-json
- WordPress keeps deleting .htaccess file
- Correct htaccess to display page while also passing in GET parameters
- What is the role of .htaccess file in WordPress?
- Using “wordpress_logged_in” to restrict direct access to uploads folder in 2021
- Using WordPress only for the backend, and using AngularJS as a frontend
- Temporary .htaccess blocking is disabling WP Crons from running?
- How to restrict access to wp-content, wp-includes and all sub-folders
- Two domains on one WordPress Installation
- .htaccess redirects disappeared after re-saving permalinks
- Protect Upload Folder Files With Ampersand Problem
- How have I misconfigured basic auth for my wordpress site?
- Remove File Extension for Page Outside of WordPress
- Is it possible to dynamically redirect URL using htaccess?
- How can I code my plugin to safely modify .htaccess?
- Prevent users from browsing through the media galleries
- .htaccess for wordpress in separate folder
- How to modify the .htaccess to force ssl on login and admin pages
- WordPress URL/Folder ReWrite using Htaccess
- WordPress trims off the forward slash when import
- Which WordPress scripts need to be executable for a fresh installation?
- WordPress mod_rewrite is canceling/overwriting my other mod_rewrite rule
- .htaccess and WordPress Admin Bar
- WordPress best solution shared theme for consumers and businesses (two url’s one instaltion)
- Keep getting 401 error from WordPress on AWS Lightsail
- Redirect main domain to subdirectory
- Blocking access to wp-login via htaccess not working
- htaccess and wordpress config files are regularly over written
- HTAccess stops me from accessing WordPress Dashboard links
- Setup Permanent 301 Redirects after moving to Https [closed]
- .htaccess redirects no longer work
- Force www to non-www on a subdomain in WordPress?
- WordPress multilingual website domain and folders
- Exclude subfolder from WP-redirect works with html but not php files
- How to Redirect huge numbers of URLs to another URLs?
- Attach to wp-login.php and xmlrpc.php