Title: aglyons's Replies | WordPress.org

---

# aglyons

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

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

 Search replies:

## Forum Replies Created

Viewing 15 replies - 1 through 15 (of 44 total)

1 [2](https://wordpress.org/support/users/aglyons/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/aglyons/replies/page/3/?output_format=md)
[→](https://wordpress.org/support/users/aglyons/replies/page/2/?output_format=md)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Twenty20 Image Before-After] Vulnerable to Cross Site Scripting (XSS)](https://wordpress.org/support/topic/vulnerable-to-cross-site-scripting-xss/)
 *  [aglyons](https://wordpress.org/support/users/aglyons/)
 * (@aglyons)
 * [3 years ago](https://wordpress.org/support/topic/vulnerable-to-cross-site-scripting-xss/#post-16711361)
 * This is a false positive. The CVE that was reported was for ver <=1.5.9 yet patchstack
   for some reason is tagging the latest version and earlier (<=1.6.1).
 * Even the patchstack url refers to v 1.5.9 not 1.6.1! I couldn’t find any way 
   to report this error to patchstack.
 * [https://patchstack.com/database/vulnerability/twenty20/twenty20-image-before-after-1-5-9-contributor-stored-xss](https://patchstack.com/database/vulnerability/twenty20/twenty20-image-before-after-1-5-9-contributor-stored-xss)
 * [https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-4580](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-4580)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Head & Footer Code] Replace Site-Wide Code function not working](https://wordpress.org/support/topic/replace-site-wide-code-function-not-working/)
 *  Thread Starter [aglyons](https://wordpress.org/support/users/aglyons/)
 * (@aglyons)
 * [4 years, 7 months ago](https://wordpress.org/support/topic/replace-site-wide-code-function-not-working/#post-14970270)
 * So I have discovered that even though that switch is in place, the other sections’
   code blocks will retain the global settings unless you add something in those
   blocks. Leaving them blank does not mean that the per-page setting will remove
   the global code.
 * I had to add <script></script> in order to disable the global content and replace
   it with the per-page content.
 * Is this by design?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Elementor Website Builder - more than just a page builder] Adjusting Square Appointments Widget Height](https://wordpress.org/support/topic/adjusting-square-appointments-widget-height/)
 *  [aglyons](https://wordpress.org/support/users/aglyons/)
 * (@aglyons)
 * [5 years, 1 month ago](https://wordpress.org/support/topic/adjusting-square-appointments-widget-height/#post-14266382)
 * Not possible. Square is using a JScript to create an iframe. iframes are completely
   separate pages and don’t interact with the ‘parent’ page the same way a div or
   other container would.
 * I have been on at Square for YEARS to fix the issues they have. So far everything
   is on deaf ears.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[MasterStudy LMS WordPress Plugin – for Online Courses and Education] MasterStudy LMS Fatal error when editing any content](https://wordpress.org/support/topic/masterstudy-lms-fatal-error-when-editing-any-content/)
 *  [aglyons](https://wordpress.org/support/users/aglyons/)
 * (@aglyons)
 * [5 years, 1 month ago](https://wordpress.org/support/topic/masterstudy-lms-fatal-error-when-editing-any-content/#post-14255512)
 * possible quick fix
 *     ```
       Apparently this is happening because the file /wp-includes/pluggable which contains the function doesn't get loaded until after the plugins are loaded.
   
       Indeed it is. So wrap whichever thing you're doing in a function, and hook it onto the plugins_loaded or init hook. (see the wp-settings.php file)
   
       Example:
   
       add_action('init','do_stuff');
       function do_stuff(){
         $current_user = wp_get_current_user();
         // ...
       }
       ```
   
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[MasterStudy LMS WordPress Plugin – for Online Courses and Education] MasterStudy LMS Fatal error when editing any content](https://wordpress.org/support/topic/masterstudy-lms-fatal-error-when-editing-any-content/)
 *  [aglyons](https://wordpress.org/support/users/aglyons/)
 * (@aglyons)
 * [5 years, 1 month ago](https://wordpress.org/support/topic/masterstudy-lms-fatal-error-when-editing-any-content/#post-14255508)
 * It appears you are also not compatible with Oxygen Builder.
 * I get the same problem even trying to access certain pages in WP-Admin
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Mail SMTP by WPForms - The Most Popular SMTP and Email Log Plugin] Could not connect to SMTP host](https://wordpress.org/support/topic/could-not-connect-to-smtp-host-6/)
 *  Thread Starter [aglyons](https://wordpress.org/support/users/aglyons/)
 * (@aglyons)
 * [5 years, 2 months ago](https://wordpress.org/support/topic/could-not-connect-to-smtp-host-6/#post-14110648)
 * So this sucks, pretty much forced to buy into the pro version just to see logs
   showing errors that I feel are being caused by the plugin itself.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Mail SMTP by WPForms - The Most Popular SMTP and Email Log Plugin] Could not connect to SMTP host](https://wordpress.org/support/topic/could-not-connect-to-smtp-host-6/)
 *  Thread Starter [aglyons](https://wordpress.org/support/users/aglyons/)
 * (@aglyons)
 * [5 years, 2 months ago](https://wordpress.org/support/topic/could-not-connect-to-smtp-host-6/#post-14110624)
 * Where are the logs for WP MAIL SMTP to help diagnose what is going wrong?
 * The iThemes people are asking me for some details to help figure out why emails
   are failing.
 * > The 127.0.0.1 is a loopback request, but the above error indicates that for
   > some reason your server has the plugin blocked from accessing wp_mail, which
   > is what sends all site emails via the mailing plugin(s) you are using.
   > Can you check the WP Mail SMTP error logs?
    -  This reply was modified 5 years, 2 months ago by [aglyons](https://wordpress.org/support/users/aglyons/).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Mail SMTP by WPForms - The Most Popular SMTP and Email Log Plugin] Could not connect to SMTP host](https://wordpress.org/support/topic/could-not-connect-to-smtp-host-6/)
 *  Thread Starter [aglyons](https://wordpress.org/support/users/aglyons/)
 * (@aglyons)
 * [5 years, 2 months ago](https://wordpress.org/support/topic/could-not-connect-to-smtp-host-6/#post-14110361)
 * Yes, I am using PHP 7.4.15.
 * But, I’ve been seeing this issue for some time now well before that upgrade.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Mail SMTP by WPForms - The Most Popular SMTP and Email Log Plugin] SMTP Error: Could not connect to SMTP host](https://wordpress.org/support/topic/smtp-error-could-not-connect-to-smtp-host-14/)
 *  Thread Starter [aglyons](https://wordpress.org/support/users/aglyons/)
 * (@aglyons)
 * [5 years, 2 months ago](https://wordpress.org/support/topic/smtp-error-could-not-connect-to-smtp-host-14/#post-14107373)
 * Sorry, I meant this message for iThemes but if anyone can offer advice I’ll take
   it. Thakns
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Mail SMTP by WPForms - The Most Popular SMTP and Email Log Plugin] wpmailsmtp_tasks_meta doesn’t exist](https://wordpress.org/support/topic/wpmailsmtp_tasks_meta-doesnt-exist-2/)
 *  [aglyons](https://wordpress.org/support/users/aglyons/)
 * (@aglyons)
 * [5 years, 2 months ago](https://wordpress.org/support/topic/wpmailsmtp_tasks_meta-doesnt-exist-2/#post-14082352)
 * I’ve seen this error message on the WP Health page
 * Missing table: wp_wpmailsmtp_tasks_meta
 * WP Mail SMTP is using custom database tables for some of its features. In order
   to work properly, the custom tables should be created, and it seems they are 
   missing. Please try to re-install the WP Mail SMTP plugin. If this issue persists,
   please contact our support.
 * I removed and re-installed the plugin. The table is still not there in the DB.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Mail SMTP by WPForms - The Most Popular SMTP and Email Log Plugin] Table Missing After V2.2.1 Update (Critical Issue)](https://wordpress.org/support/topic/table-missing-after-v2-2-1-update-critical-issue/)
 *  [aglyons](https://wordpress.org/support/users/aglyons/)
 * (@aglyons)
 * [5 years, 6 months ago](https://wordpress.org/support/topic/table-missing-after-v2-2-1-update-critical-issue/#post-13630466)
 * Just ran into this myself.
 * Can we get an update to the plugin that clears this up without going through 
   the under the hood steps and retaining the config that is in place?
 * Currently running 2.5.1
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Mautic] Form hanging with X-Frame-Options issue](https://wordpress.org/support/topic/form-hanging-with-x-frame-options-issue/)
 *  [aglyons](https://wordpress.org/support/users/aglyons/)
 * (@aglyons)
 * [5 years, 10 months ago](https://wordpress.org/support/topic/form-hanging-with-x-frame-options-issue/#post-13075156)
 * where are you hosted?
 * I determined that my servers NGINX clickjacking protection was adding that header.
   Once I turned that off for the Mautic domain it started working just fine.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Site Kit by Google - Analytics, Search Console, AdSense, Speed] Anonymize IP address enabled by default](https://wordpress.org/support/topic/anonymize-ip-address-enabled-by-default/)
 *  Thread Starter [aglyons](https://wordpress.org/support/users/aglyons/)
 * (@aglyons)
 * [6 years, 1 month ago](https://wordpress.org/support/topic/anonymize-ip-address-enabled-by-default/#post-12584937)
 * 1) Do you additionally have tracking for logged-in users excluded in Site Kit?
   
   Logged in users are excluded in SK
 * 2) Is the view with the IP filter configured also in Site Kit?
    YES, The view
   connected has the filter by IP address enabled
 * 3) From which reports in Analytics did you notice the discrepancy?
    Realtime 
   view. I can literally watch myself browse my site.
 * We really appreciate your report and look forward to looking into this further.
 * Again, I will say that this is a problem with the default Sk settings. I should
   also add that Optimize does notice that Tag Manager is installed and injecting
   the scripts for it which disables that connection from adding the code. It appears
   that the Analytics portion of SK does not do this which can end up duplicating
   tracking code.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Site Kit by Google - Analytics, Search Console, AdSense, Speed] Anonymize IP address enabled by default](https://wordpress.org/support/topic/anonymize-ip-address-enabled-by-default/)
 *  Thread Starter [aglyons](https://wordpress.org/support/users/aglyons/)
 * (@aglyons)
 * [6 years, 2 months ago](https://wordpress.org/support/topic/anonymize-ip-address-enabled-by-default/#post-12538953)
 * v1.5.0
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Gallery by FooGallery] Hover effect applied when disabled v1.9.8](https://wordpress.org/support/topic/hover-effect-applied-when-disabled-v1-9-8/)
 *  Thread Starter [aglyons](https://wordpress.org/support/users/aglyons/)
 * (@aglyons)
 * [6 years, 2 months ago](https://wordpress.org/support/topic/hover-effect-applied-when-disabled-v1-9-8/#post-12529775)
 * didn’t seem to make a difference.
 * I should add. Most WP users have some kind of caching running on their site. 
   I would suggest that you make caching an option in the settings. Having multiple
   caching or minification plugins can cause issues. Throw in server-side caching
   and it can turn into a nightmare trying to troubleshoot issues.

Viewing 15 replies - 1 through 15 (of 44 total)

1 [2](https://wordpress.org/support/users/aglyons/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/aglyons/replies/page/3/?output_format=md)
[→](https://wordpress.org/support/users/aglyons/replies/page/2/?output_format=md)