Title: deeman001's Replies | WordPress.org

---

# deeman001

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Geolocation IP Detection] Critical Errors when Activating/Deleting Plugin](https://wordpress.org/support/topic/critical-errors-when-activating-deleting-plugin/)
 *  Thread Starter [deeman001](https://wordpress.org/support/users/deeman001/)
 * (@deeman001)
 * [3 years, 9 months ago](https://wordpress.org/support/topic/critical-errors-when-activating-deleting-plugin/#post-16140330)
 * Benjamin, the new version worked for me. Thanks for the quick reply.
 * Darren
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Geolocation IP Detection] Critical Errors when Activating/Deleting Plugin](https://wordpress.org/support/topic/critical-errors-when-activating-deleting-plugin/)
 *  Thread Starter [deeman001](https://wordpress.org/support/users/deeman001/)
 * (@deeman001)
 * [3 years, 9 months ago](https://wordpress.org/support/topic/critical-errors-when-activating-deleting-plugin/#post-16140317)
 * Hi Benjamin,
    I’ll try to uploading manually
 * Server architecture
    Linux 3.10.0-042stab144.1 x86_64
 * Web server
    Apache
 * PHP version
    8.1.11
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Post Tags and Categories for Pages] Tags/Categories for Pages (not just Posts)](https://wordpress.org/support/topic/tags-categories-for-pages-not-just-posts/)
 *  [deeman001](https://wordpress.org/support/users/deeman001/)
 * (@deeman001)
 * [4 years, 6 months ago](https://wordpress.org/support/topic/tags-categories-for-pages-not-just-posts/#post-15346483)
 * Hi Curtis, Great plugin, no issues from my side except my site’s plugin security
   auditor saying this plugin is abandoned. I wanted to circle back to request that
   the version compatibility number be updated so that security apps will stop yelling
   at us. Thank you for your consideration.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Wordfence Security - Firewall, Malware Scan, and Login Security] Fatal error Table wfConfig doesn’t exist when activating Wordfence](https://wordpress.org/support/topic/fatal-error-table-wfconfig-doesnt-exist-when-activating-wordfence/)
 *  Thread Starter [deeman001](https://wordpress.org/support/users/deeman001/)
 * (@deeman001)
 * [4 years, 6 months ago](https://wordpress.org/support/topic/fatal-error-table-wfconfig-doesnt-exist-when-activating-wordfence/#post-15311032)
 * [@sglaserliventus](https://wordpress.org/support/users/sglaserliventus/) I’ve
   not heard anything from WordFence on my original post. They have some archived
   forum posts which helped some users, but didn’t help me, so I just manually recreated
   the table and structure myself.
    -  This reply was modified 4 years, 6 months ago by [deeman001](https://wordpress.org/support/users/deeman001/).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Wordfence Security - Firewall, Malware Scan, and Login Security] Fatal error Table wfConfig doesn’t exist when activating Wordfence](https://wordpress.org/support/topic/fatal-error-table-wfconfig-doesnt-exist-when-activating-wordfence/)
 *  Thread Starter [deeman001](https://wordpress.org/support/users/deeman001/)
 * (@deeman001)
 * [4 years, 6 months ago](https://wordpress.org/support/topic/fatal-error-table-wfconfig-doesnt-exist-when-activating-wordfence/#post-15276312)
 * [@kevinagar](https://wordpress.org/support/users/kevinagar/) I was able to get
   mine to activate. I tried every method that was proposed on the forums, so I 
   threw a hale mary and exported the SQL create structure of the ‘wfconfig’ table(
   notice it’s a lowercase ‘c’onfig) from a different site that had this plugin 
   working. I then imported that ‘wfconfig’ SQL into my server to create the table
   and changed the name to include the upercase ‘C’ to ‘wfConfig’. It activated 
   without an issue and is working perfectly.
 * I hope this helps.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Page Layout] Admin mode is broken for Page Layout Plugin](https://wordpress.org/support/topic/admin-mode-is-broken-for-page-layout-plugin/)
 *  [deeman001](https://wordpress.org/support/users/deeman001/)
 * (@deeman001)
 * [14 years, 9 months ago](https://wordpress.org/support/topic/admin-mode-is-broken-for-page-layout-plugin/#post-1976689)
 * I found a fix to this issue. You need to edit the pagelayout plugins widget.js
   file located at /wp-content/plugins/page-layout/js/widget.js
 * find this line (around line #30):
    $(‘a.widget-action’).live(‘click’, function(){
 * Just above that line put this code:
    $(‘a.widget-action’).die();
 * So it should look like this:
    $(‘a.widget-action’).die(); $(‘a.widget-action’).
   live(‘click’, function(){
 * That fixed it for me. i hope it helps.

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