Skip to main content

Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 768401 bytes) in /home/{host_name}/public_html/wp-includes/wp-db.php on line 1173

Memory Exhausted?

This error appears when Wordpress users trying update multiple themes or plugins in the same time. This is not a biggest problem and changed nothing from website's data such as from pages, posts, media and etc.

By fixing this problem, go through the hosting site's control panel and proceed to 'PHP Version'. Attached photo is an example in Godaddy.

Breadcrumb: Manage Hosting > Control Panel > Select PHP Version => Switch to PHP Option


If a user is using other hosting away from Godaddy Hosting, below code should be enter to PHP.ini or user.ini located under the root directory of the site:

max_execution_time=3000
max_input_time=3000
memory_limit=3000
post_max_size=3000
upload_max_filesize=12M

There's also an option for editing .htaccess under /public_html, Wordpress module might not be included if it exists:


# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
# END Wordpress

<IfModule mod_php5.c>
php_value max_execution_time 3000
php_value max_input_time 3000
php_value memory_limit 3000
php_value post_max_size 3000
php_value upload_max_filesize 12M
</IfModule>

NOTE: editing .htaccess may occure different internal errors, backup the site before the operation. Additionally, deactivate W3 Total cache plugin or any plugins that is related to it.

Comments

Post a Comment

Popular posts from this blog

Working Dark Web links in 2021

.Onion v2 will be deprecated in October 2021. v3 .onion sites will be formally launched. Yet, if you are wondering what's all about .onion, download Tor Browser and install to your computer. Tor will connects you to the deep web often called "hidden sites" and some calls it "dark web". Note: Never open the links if you do not have information about .onion sites.  FAQ What are .onion links?   onion links are only accessible via the Tor Network, commonly known as the "dark web"   How do I access .onion links?   you need the Tor Browser, which is a modified version of Firefox that routes any traffic through the Tor Network   Is accessing the Tor Network/Dark Web illegal?   a quick search in your prefered search engine will give you the answer  How do I stay safe while browsing the dark web?   only use the Tor Browser on a Unix based OS (macOS/OSX and Linux (any distro/flavor will do)) and have a VPN that does not ...

Maranao Okir Designs

Okir or okkil is the term for geometric and flowing designs (often based on an elaborate leaf and vine pattern) and folk motifs that can be usually found in Maranao and Muslim-influenced artwork, especially in the southern Philippines, and in some parts of Southeast Asia. Okir a dato refers to the ornamental design for men and okir a bay to that for women. In the Philippines, an ancient proof of okir's style of flowering symbols is the torogan, the ancestral home of the highest titleholder in a Maranao village. It is a symbol of power and prestige usually adorned during festivities. Its prominent part is the panolong, a carved beam that protrudes in the front of the house and styled with okir motif. The okir design is found woven or printed in textiles, carved into wooden cemetery markers and wooden boxes, and it can also be found etched into knife or sword blades and handles, and cast or etched into various brass and silver objects. Other variations of the okir inv...

Best guidelines for designing a modern projects with embedded systems

Engineers, physicists, and programmers share a common thread in their dedication to the realms of calculations, computations and risk analysis. This post offers insights that can greatly enhance your creativity and proficiency. I am presenting a condensed approach to designing a contemporary system utilizing embedded systems electronics. Here, you can adhere to the instructions outlined in the list. Fundamental guidelines for crafting a unique DAC-ADC System in automation and IoT projects: 1. Creative Ideation: Commence with innovative ideation, fostering a distinct vision for the DAC-ADC system’s unique attributes and functionalities. 2. Strategic Market Planning: Undertake comprehensive market planning, encompassing market research, competitive analysis, and identification of market demands. 3. Research Study Compilation: Develop a meticulously researched study, delineating technical prerequisites, market dynamics, and potential applications. 4. Systematic Data Acquisition: Execute a...