• Hi

    Ι am getting this message/error:

    Fatal error: Allowed memory size of 536870912 bytes exhausted (tried to allocate 20480 bytes) in?/home12/qtechh/public_html/wp-includes/class-wpdb.php?on line?2320

    HOW can Ι fix it ?

    <font _mstmutation=”1″></font>

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • You need to increase PHP memory limit. Here are several methods to do that:

    1. Edit the wp-config.php File (define(‘WP_MEMORY_LIMIT’, ‘1024M’);)
    2. Edit the .htaccess File (php_value memory_limit 1024M)
    3. Edit the php.ini File (memory_limit = 1024M)
    4. Create or Edit a user.ini File (memory_limit = 1024M)
    5. Contact Your Hosting Provider (If none of the above methods works)
Viewing 1 replies (of 1 total)
  • You must be logged in to reply to this topic.