Forum Replies Created

Viewing 15 replies - 1 through 15 (of 20 total)
  • Thread Starter toophat

    (@toophat)

    Hi, looked at the code that builds the hidden form field ak_js_1, found that the script tag is stripped from the js code when form is rendered by contact form plugin, hence shows the script.

    Any advise on how best to resolve this.

    Thread Starter toophat

    (@toophat)

    I did looked at all the other plugins ( 6 active, 1 inactive ) and went through one by one and found no change to the display of the javascript from the html code in the form field.. All plugins are up to date.

    What is the best way to send you private screen shots of the plugin list ?

    please advise.

    Thanks.

    Thread Starter toophat

    (@toophat)

    Looks like after I updated the plugin version to 2.1.43, I am now seeing url buttons behaving as expected.

    Thanks for fixing this.

    Thread Starter toophat

    (@toophat)

    Hi,

    I can still use some help, however on the ticket system it is asking for a purchase license which I do not have as we are using the free version.

    `WordPress Environment
    Home URL: https://staging.shareselfhelp.org
    Site URL: https://staging.shareselfhelp.org
    WP Content Path: public_html/staging-shareselfhelp-org/wp-content
    WP Path: public_html/staging-shareselfhelp-org/
    WP Version: 5.9.5
    WP Multisite: No
    PHP Memory Limit: 512 MB
    WP Debug Mode: Active
    Language: en_US
    Server Environment
    Operating System: Linux
    Server Info: Apache
    PHP Version: 7.4.28
    PHP Post Max Size: 516 MB
    PHP Time Limit: 60 – We recommend setting max execution time to at least 180.
    See: Increasing max execution to PHP
    MySQL Version: 5.7.23
    Max Upload Size: 512 MB
    Multibyte String: Installed
    XML extension: Installed
    DOM extension: Installed
    Libxml extension: Installed – Version: 2.9.7
    PDO extension: Installed – PDO Drivers: mysql, odbc, pgsql, sqlite
    Zip extension: Installed
    Curl extension: Installed – Version: 7.81.0
    Theme
    Name: Share Self Help.
    Version: 1.0
    Author: Producto Studios
    Author URL: https://share.takbax.net/
    Active Plugins (18)
    Ivory Search by Ivory Search – 5.4.8
    Duplicate Page by mndpsingh287 – 4.4.9
    Easy Google Fonts by Titanium Themes – 2.0.4
    Embed Any Document by Awsm Innovations – 2.7.1
    EmbedPress by WPDeveloper – 3.5.1
    Essential Blocks by WPDeveloper – 3.6.3
    Google Analytics for WordPress by MonsterInsights by MonsterInsights – 8.9.0
    Smash Balloon Instagram Feed by Smash Balloon – 6.0.8
    Jetpack by Automattic – 11.3.2
    Media Library Assistant by David Lingren – 3.04
    Gutenberg PDF Viewer Block by audrasjb – 1.1
    Popup Maker by Popup Maker – 1.16.9
    SiteOrigin Widgets Bundle by SiteOrigin – 1.42.1
    Advanced Editor Tools (previously TinyMCE Advanced) by Automattic – 5.6.0
    Social Media and Share Icons (Ultimate Social Media) by UltimatelySocial – 2.7.7
    UpdraftPlus – Backup/Restore by UpdraftPlus.Com, DavidAnderson – 1.22.22
    WooCommerce Authorize.Net Gateway by Pledged Plugins – 5.2.1
    wpDataTables – Tables & Table Charts by TMS-Plugins – 2.1.41`

    I am wondering if I have the same version as yours.

    Please advise how I can open a ticket with you.

    Thanks.

    Thread Starter toophat

    (@toophat)

    Hi,

    Your example is what I expected..

    Here is a link to my excel file:
    https://docs.google.com/spreadsheets/d/1YH6jgZlt5N8oUQOYGCEOufm1eJdd3q7z/edit?usp=sharing&ouid=105850989537355781805&rtpof=true&sd=true

    Here is the link to the wp-tables front end, visit the Saturday meeting calendar to see the result we get.
    https://staging.shareselfhelp.org/calendar-all-meetings/

    The Zoom link and Format field has the first row without any value, hence I expected not to see a button.

    Let me know what you find.

    Thanks.

    Thread Starter toophat

    (@toophat)

    Hi, I meant that when a cell is empty on the column set fr URL button, it should leave it empty. At this time the Saturday List Format column shows button on every cell even though the first row on the format cell is empty, and the button points to the page itself as there is no URL set for the button.

    Hope this makes sense. Let me know..

    Thanks.

    hi,

    Not sure if you got this resolved, did not see any response your question.

    We had the same use case. I installed this plugin but had to install the jwplayer javascript on our server, and it worked.

    Here is the doc that really gave us all the clues:

    https://support.jwplayer.com/customer/portal/articles/1406723-embedding-with-jw-player#fndtn-method-4

    Hope this helps.

    Regards,
    -Sudd.

    Thread Starter toophat

    (@toophat)

    Just wanted to update on this issue.

    After checking for performance issues on our server. We discovered that db performance was the culprit. After we worked out the performance issue with the db, Groups Activation worked without changes to FcgiIOTimeout.

    Cheers.

    Thread Starter toophat

    (@toophat)

    Another issue related to this in our server which has 3600+ users and 7 types of groups.

    Add new post can time out and present Error 500.

    Apparently there is groups hook into core code post-new.php to allow option to assign group read access to the new post.

    I have increased FcgidIOTimeout from 120 to 240 seconds. Now the Add new post form opens.

    Just wanted to give you heads up on this.

    By the way FcgidIOTimeout of 240 is still not enough to allow activation of Groups plugin with 3600+ users. It gets to 2800 users by then Apache times out hence never gets a chance to finish activating the plugin.

    I was wondering what the side effects are if we do not perform class-groups-registered.php’s setup function on activation?

    Looking forward to your reply.

    Regards.

    Thread Starter toophat

    (@toophat)

    Ah. Thanks for the clarification.

    I see that Add new is using core post-new.php .

    Blame goes back to Groups plugin. As Groups plugin has a hook into post-new.php to allow an option to assign group read access to the posts.

    Cheers.

    Thread Starter toophat

    (@toophat)

    There is some interaction between Groups Plugin and Custom post type UI plugin.

    We are running a subscription site, so users are assigned into a group based on kind of subscription they purchased.

    If I de-activate Groups plugin, Add new Post of a custom post opens, it is slow but does not timeout per apache. With Groups activated Add new Post of a custom post does not open it ends up with Error 500. Apache web server prematurely ends the page request.

    We may be having a unique condition to cause this problem.

    The custom post which is having problems, has about 1400 posts.

    Filtering by Month takes forever it can time out dropping us to our home page with Error 500.

    It looks like apache time out in about 120 sec. while waiting to present the page to the browser before giving up and showing us the home page – Error 500.

    We are on a dedicated server at Dreamhost. No doubt Dreamhost setup is part of the problem. But page loads should happen lot faster than 120 sec.

    I have not ruled out custom post type plugin as having issues handling such large amount of posts. Not sure why Adding New post should time out.

    Can Custom post handle managing 1400+ posts in one post type? And it is growing at our site.

    Any idea why Adding New post in custom post type containing 1400 post takes so long to open?

    I am still looking for answers, Any help will be greatly appreciated.

    Thank You.

    Thread Starter toophat

    (@toophat)

    Hi Kento, Thanks for your reply.

    I found the reason why Groups Plugin is not activating.
    – It is due to number of id’s it looks up via lib/auto/class-groups-registered.php
    In our case we have 3615 id’s , batching at 100 it gets to about 1400 id’s then the apache server creates a premature termination errno 11.

    stock setup on our server at DH dedicated php 5.6, WP 4.5.3, Groups plugin 1.10.3:
    It times out about 120 sec which happens to be I/O timeout on fcg i.
    PHP setting is really high for process run time , memory usage etc.

    Since our membership is growing, there is no way to manage this via time out parameters in fcgi or php.

    Is there a faster way to check users and group id. Since I am just de-activating and re-activating the Groups plugin.

    Please advise.

    Thanks.

    Thread Starter toophat

    (@toophat)

    Thanks for your reply Michael.

    Understood. I think I found the problem plugin.. And it is not custom-post-type-ui.

    Cheers.

    Thread Starter toophat

    (@toophat)

    Details from error log :
    Premature end of script headers: plugins.php, referer: http://new.larryjordan.com/wp-admin/plugins.php?plugin_status=all&paged=1&s

    when I attempt to activate Groups with all other plugins de-activated.

    Woo commerce Groups plugin starts. but not groups plugin.

    Thanks.

    Thread Starter toophat

    (@toophat)

    I was also wondering if we need groups plugin when we are using WooCommerce Groups plugin?

    Thanks,
    -Toophat.

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