Title: iperks's Replies | WordPress.org

---

# iperks

  [  ](https://wordpress.org/support/users/iperks/)

 *   [Profile](https://wordpress.org/support/users/iperks/)
 *   [Topics Started](https://wordpress.org/support/users/iperks/topics/)
 *   [Replies Created](https://wordpress.org/support/users/iperks/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/iperks/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/iperks/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/iperks/engagements/)
 *   [Favorites](https://wordpress.org/support/users/iperks/favorites/)

 Search replies:

## Forum Replies Created

Viewing 7 replies - 1 through 7 (of 7 total)

 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Blank Page](https://wordpress.org/support/topic/blank-page-52/)
 *  [iperks](https://wordpress.org/support/users/iperks/)
 * (@iperks)
 * [14 years, 8 months ago](https://wordpress.org/support/topic/blank-page-52/#post-2288613)
 * Create a file called blank.html and put the following in it:
 *     ```
       <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
       <HTML>
        <HEAD>
         <TITLE>Blank Page</TITLE>
        </HEAD>
   
        <BODY>
         <H1>Blank Page</H1>
        </BODY>
       </HTML>
       ```
   
 * Upload that to your web server in the directory where your files are served from
   then navigate to [http://yourdomain.com/blank.html](http://yourdomain.com/blank.html)
 * Unless I’m mistaken, this isn’t really a wordpress specific issue, this is Basic
   Web Development 101.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Blank Page](https://wordpress.org/support/topic/blank-page-52/)
 *  [iperks](https://wordpress.org/support/users/iperks/)
 * (@iperks)
 * [14 years, 8 months ago](https://wordpress.org/support/topic/blank-page-52/#post-2288610)
 * Can’t you just create a link to a page that you define (html, php, whatever)?
   Do you want it to sit completely outside of WordPress or am I missing something?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP-Table Reloaded] Issue when using wp-table-reloaded and the WP Search widget](https://wordpress.org/support/topic/issue-when-using-wp-table-reloaded-and-the-wp-search-widget/)
 *  Thread Starter [iperks](https://wordpress.org/support/users/iperks/)
 * (@iperks)
 * [14 years, 8 months ago](https://wordpress.org/support/topic/issue-when-using-wp-table-reloaded-and-the-wp-search-widget/#post-2280263)
 * Hi Tobias,
 * All tables have names although I have 3 with a title of ‘a’ but I can’t delete
   them:
    `Fatal error: Cannot use string offset as an array in /.../wp-content/
   plugins/wp-table-reloaded/views/view-edit.php on line 5`
 * Regards,
    Ian
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP-Table Reloaded] Issue when using wp-table-reloaded and the WP Search widget](https://wordpress.org/support/topic/issue-when-using-wp-table-reloaded-and-the-wp-search-widget/)
 *  Thread Starter [iperks](https://wordpress.org/support/users/iperks/)
 * (@iperks)
 * [14 years, 8 months ago](https://wordpress.org/support/topic/issue-when-using-wp-table-reloaded-and-the-wp-search-widget/#post-2280255)
 * Thanks for the update.
 * You may well be correct regarding the corrupt table and now you mention it that
   does make sense. From my perspective, with hundreds of tables uploaded I can’t
   easily check for corruptions.
 * It doesn’t appear to matter what the search criteria are, they always give out
   the warnings regardless of whether any of the returned posts contain a corrupt
   table or not. As well as getting the warnings at the top of the page I also get
   them in a “recent posts” section but only after a search is conducted.
 * Regards,
 * Ian
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP-Table Reloaded] Issue when using wp-table-reloaded and the WP Search widget](https://wordpress.org/support/topic/issue-when-using-wp-table-reloaded-and-the-wp-search-widget/)
 *  Thread Starter [iperks](https://wordpress.org/support/users/iperks/)
 * (@iperks)
 * [14 years, 8 months ago](https://wordpress.org/support/topic/issue-when-using-wp-table-reloaded-and-the-wp-search-widget/#post-2280251)
 * Actually they are warnings not errors but still:
 *     ```
       Warning: array_merge() [function.array-merge]: Argument #1 is not an array in /.../wp-content/plugins/wp-table-reloaded/controllers/controller-frontend.php on line 392
       Warning: Invalid argument supplied for foreach() in /.../wp-content/plugins/wp-table-reloaded/controllers/controller-frontend.php on line 393
       Warning: array_merge() [function.array-merge]: Argument #1 is not an array in /.../wp-content/plugins/wp-table-reloaded/controllers/controller-frontend.php on line 392
       Warning: Invalid argument supplied for foreach() in /.../wp-content/plugins/wp-table-reloaded/controllers/controller-frontend.php on line 393
       Warning: array_merge() [function.array-merge]: Argument #1 is not an array in /.../wp-content/plugins/wp-table-reloaded/controllers/controller-frontend.php on line 392
       Warning: Invalid argument supplied for foreach() in /.../wp-content/plugins/wp-table-reloaded/controllers/controller-frontend.php on line 393
       Warning: Invalid argument supplied for foreach() in /.../wp-content/plugins/wp-table-reloaded/controllers/controller-frontend.php on line 422
       Warning: Invalid argument supplied for foreach() in /.../wp-content/plugins/wp-table-reloaded/controllers/controller-frontend.php on line 422
       Warning: Invalid argument supplied for foreach() in /.../wp-content/plugins/wp-table-reloaded/controllers/controller-frontend.php on line 422
       ```
   
 * For us they appear when you’re searching for content using the default WP search
   widget and not in the WP admin area or the post itself. I guess it would be a
   theme specific issue …
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [wp-table-reloaded search errors](https://wordpress.org/support/topic/wp-table-reloaded-search-errors/)
 *  Thread Starter [iperks](https://wordpress.org/support/users/iperks/)
 * (@iperks)
 * [15 years, 7 months ago](https://wordpress.org/support/topic/wp-table-reloaded-search-errors/#post-1727501)
 * Also, I’ve spoken to my boss and we’ll be donating some more money to your plugin
   site along with our thanks for your help.
 * Regards,
 * Ian
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [wp-table-reloaded search errors](https://wordpress.org/support/topic/wp-table-reloaded-search-errors/)
 *  Thread Starter [iperks](https://wordpress.org/support/users/iperks/)
 * (@iperks)
 * [15 years, 7 months ago](https://wordpress.org/support/topic/wp-table-reloaded-search-errors/#post-1727498)
 * Hi Tobias,
 * Thanks for the prompt response – easily found the offending table and have removed
   it – the search is now working perfectly!
 * Thanks for your help.
 * Regards,
 * Ian

Viewing 7 replies - 1 through 7 (of 7 total)