Title: Plugin opens blank page
Last modified: August 31, 2016

---

# Plugin opens blank page

 *  Resolved [CHROMEIS](https://wordpress.org/support/users/kamrankhan-1/)
 * (@kamrankhan-1)
 * [10 years ago](https://wordpress.org/support/topic/plugin-opens-blank-page/)
 * I’m using latest version of WP and for theme. It always worked great and saved
   me multiple sites. However, today I notice clicking on any link opens a blank
   page.
    When I click Scan Settings, sometimes it opens blank page and sometime
   it gave below error:
 * Array ( [eab1750c365d9855b7795721b5bee540] => 2.64892371127E-315 [0b0609cd1fcc308a0a913bf404dade62]
   => 2.48719859475E-315 [bbe05e982b396b24a2a1a99c765f649e] => 2.52354708336E-315[
   2df6198e281e9883720c7e0612cba3d4] => 2.64891497619E-315 [f7924186315452e132487380ed2c1259]
   => [5579a557acac05770000d511d23d44bc] => 2.52360451355E-315 [1cbece987073bb854a1492b7656c0f8a]
   =>
    Fatal error: Allowed memory size of 268435456 bytes exhausted (tried to allocate
   1769242624 bytes) in /home/chrom/public_html/wp-content/plugins/gotmls/images/
   index.php on line 141
 * My site is: [http://www.chromeis.com](http://www.chromeis.com) – just in case
   if needed.
 * [https://wordpress.org/plugins/gotmls/](https://wordpress.org/plugins/gotmls/)

Viewing 1 replies (of 1 total)

 *  Plugin Author [Eli](https://wordpress.org/support/users/scheeeli/)
 * (@scheeeli)
 * [9 years, 11 months ago](https://wordpress.org/support/topic/plugin-opens-blank-page/#post-7428457)
 * > Fatal error: Allowed memory size of 268435456 bytes exhausted
 * You could try increasing the memory_limit in the php.ini file on your server.
 * plugins/gotmls/images/index.php on line 141:
 *     ```
       if (!update_option('GOTMLS_nonce_array', $GLOBALS["GOTMLS"]["tmp"]["nonce"]))
       			return ("$context=DB-err:".preg_replace('/[\r\n]+/', " ", htmlspecialchars(print_r($GLOBALS["GOTMLS"]["tmp"]["nonce"],1).$wpdb->last_error)));
       ```
   
 * looks like it’s failing to write the “nonce” to your options table and the returned
   error is overrunning the memory limit.
    You could try changing that line to return(“
   $context=DB-err:”);

Viewing 1 replies (of 1 total)

The topic ‘Plugin opens blank page’ is closed to new replies.

 * ![](https://ps.w.org/gotmls/assets/icon-256x256.png?rev=1001824)
 * [Anti-Malware Security and Brute-Force Firewall](https://wordpress.org/plugins/gotmls/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/gotmls/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/gotmls/)
 * [Active Topics](https://wordpress.org/support/plugin/gotmls/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/gotmls/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/gotmls/reviews/)

## Tags

 * [blank-page](https://wordpress.org/support/topic-tag/blank-page/)
 * [fatal error](https://wordpress.org/support/topic-tag/fatal-error/)
 * [memory size](https://wordpress.org/support/topic-tag/memory-size/)

 * 1 reply
 * 2 participants
 * Last reply from: [Eli](https://wordpress.org/support/users/scheeeli/)
 * Last activity: [9 years, 11 months ago](https://wordpress.org/support/topic/plugin-opens-blank-page/#post-7428457)
 * Status: resolved