Home Forums Themes Support Petta WordPress Theme Loading problem with my website

Viewing 1 reply thread
  • Author
    Posts
    • #8929

      Hi again,

      What happen with my website now. When i try to browse(http://www.napa3.bt) the below error shows up:

      Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 11 bytes) in /home/napa3/public_html/wp-content/themes/napa3/redux-framework/ReduxCore/inc/fields/typography/googlefonts.php on line 1

      I did nothing just added the below code in .htaccess file and when i try to load the website the above error shows up.please help me ASAP.

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

      <IfModule mod_security.c>
      SecFilterInheritence Off
      SecFilterScanPOST Off

    • #8943

      Hi gnhcommission,

      You need to increase the memory size now!
      Please click on this link to more details
      https://premium.wpmudev.org/blog/increase-memory-limit/

      Hope you resolve this issue soon!

Viewing 1 reply thread

You must be logged in to reply to this topic.