Forum Replies Created

Viewing 15 replies - 31 through 45 (of 748 total)
  • Moderator Hari Shanker R

    (@harishanker)

    Hi @grl570810

    That is definitely an odd problem! I did some digging, and found details of the changes that happened in WordPress 6.0.1 to: \wp-includes\class-wp-textdomain-registry.php: https://core.trac.wordpress.org/changeset/54669/

    To summarize, the update changes how WP_Textdomain_Registry stores the default languages path. This change addresses a past issue which caused a performance regression during just-in-time changes in locales. It fixes this by storing the default languages paths in a separate way, while at the same time making WP_Textdomain_Registry easier to maintain and adding new tests to catch future regressions. Looking at the changeset, I can see how this makes a reference to the trailingslashit() function and the untrailingslashit() function periodically, which adds and removes trailing slashes.

    From your error message, it appears that the maintenance mode is triggered from this line: #3 D:\HTTP\WP_Sites\Recipes\wp-settings.php(74): wp_maintenance(). However, it appears that while attempting to load the textdomain, one of the changes made in 6.0.1 (potentially the issue I reported above), seems to be causing troubles with the trailingslashit functions, causing this error.

    In other words, what I am suggesting is that this might be a core bug, especially since you observed that this is working fine with *nix servers. As you rightly identified, I suspect that it is the forward slashes that are causing the issue.

    I would suggest that you test with WordPress 6.0 if the issue repeats itself, and if it doesn’t, we can confirm that changeset #54669 is causing this regression. If that’s the case, would you be so kind as to report a core bug here? https://core.trac.wordpress.org/newticket
    More on that here: https://make.wordpress.org/core/handbook/testing/reporting-bugs/

    I know that wasn’t a solution, but I do hope that this guides you in the right direction!

    Moderator Hari Shanker R

    (@harishanker)

    Hi @martijndejong

    I took a look at the link you shared and did some digging. It looks like you are using the WooCommerce plugin, and you want to achieve this requirement on top of the products you have created using that plugin.

    I recommend asking at the WooCommerce Support forums: https://wordpress.org/support/plugin/woocommerce/ so the plugin’s developers and support community can help you with this.

    All the best!

    Moderator Hari Shanker R

    (@harishanker)

    Hi @dset

    That’s an excellent question you’ve asked. Making sure that I’m on the same page as you – you are:

    • Trying to create a newsletter service based on WordPress.
    • Trying to remove other features manually by editing the template to just show up a newsletter subscription page

    .well-known;css;images;include;js;contact.html;footer.html;gallery-4-cols.html;index.html;menu.html;style.css;team-3-cols.html

    I’m not 100% sure what you tried to do here; it appears that you’ve tried creating a custom block theme, and to add a newsletter service on top of that, yes?

    WordPress does not offer the post subscription feature or the newsletter feature out of the box. You are going to need a plugin for the same. If found quite a few of them over there: https://wordpress.org/plugins/search/newsletter/

    Many of them offer support for blocks. Perhaps, you can add one of the email subscription blocks in your homepage using the template editor. You can then manipulate the template in such a way that the remainder of the posts are not directly visible in the homepage, or something similar.

    I’m not sure if that was the solution you were looking for, but if you could share more details, I’m happy to see what I can do to help!

    Moderator Hari Shanker R

    (@harishanker)

    Hi @velulix

    Sorry to hear about the troubles you’re facing with refunds in WooCommerce.

    You have posted this request to the general WordPress support forum, where we don’t offer support for plugins; this forum is meant to offer support for WordPress users.

    I recommend asking at the WooCommerce Support Forums so the plugin’s developers and support community can help you with this.

    I hope that guides you in the right direction!

    Moderator Hari Shanker R

    (@harishanker)

    Hi @lockoloop

    Sorry to hear about the troubles you are facing with users being unable to reset the lost password page, and that too in certain browsers. I tried creating a test account in your site and was able to replicate the issue myself.

    I did some research for you, and based on my findings, this definitely appears to be an issue with WooCommerce itself. I can think of two potential reasons that might trigger the issue:

    • Do you have any security/anti-spam/CAPTCHA plugins or systems in your site? They might be trying to erroneously protect that page, causing the issue. I know you mentioned doing a conflict test, but I’d take another look to see if something like this is present
    • Do you have any server-side caching set up in your site (like varnish for instance)? If so, could you temporarily disable it or set rules to prevent your my account page from being cached? I doubt this might be the cause of the issue in this specific case, but it’s still worth trying.

    In any case, I’d recommend reaching out to the good folks at WooCommerce support about this issue, this seems to come up quite often for them, and they might have a handy solution. Please post your issue here: https://wordpress.org/support/plugin/woocommerce/

    I hope this helps!

    Moderator Hari Shanker R

    (@harishanker)

    Hi @sikitraki 👋

    Sorry to hear about that pesky error with not being able to create new posts. As you have rightly identified, this seems to be coming from a conflict with one of your other plugins. I can see that you have tried deactivating some plugins, but not all – and I fully realize that it might be tricky to deactivate everything else.

    I can suggest a workaround for you though.

    If you can install plugins, install and activate “Health Check”: https://wordpress.org/plugins/health-check/
    It will add some additional features under the menu item under Tools > Site Health.

    On its troubleshooting tab, you can Enable Troubleshooting Mode. This will disable all plugins, switch to a standard WordPress theme (if available), allow you to turn your plugins on and off and switch between themes, without affecting normal visitors to your site. This allows you to test for various compatibility issues. You can keep Beaver Builder on, deactivate other plugins, and reactivate them one by one to see which one is the culprit.

    There’s a more detailed description about how to use the Health Check plugin and its Troubleshooting Mode at https://make.wordpress.org/support/handbook/appendix/troubleshooting-using-the-health-check/

    This might help you in the right direction.

    I also did some casual searching and found that some Beaver Builder customers have faced similar issues. The developers of this plugin may already be aware of it and could propose a faster solution. I suggest that you reach out to their support folks in their forum (I’m assuming you’re using their Free lite plugin): https://wordpress.org/support/plugin/beaver-builder-lite-version/

    I hope this helps!

    Moderator Hari Shanker R

    (@harishanker)

    Hey @elffuts

    First of all, I’m so sorry that you had to go through this. When there is an error message like this, especially for a work site, it always causes so much frustration. I would love to help you fix this.

    I did some digging on this for you. Since you have already eliminated a plugin or theme conflict by conflict testing, the next step would be to check if there is an issue with one of the WordPress files, which seems to be the case, in this situation.

    Try downloading WordPress again, access your server via SFTP or FTP, or a file manager in your hosting account’s control panel (consult your hosting provider’s documentation for specifics on these), and delete then replace your copies of everything on the server except the wp-config.php file and the /wp-content/ directory with fresh copies from the download. This will effectively replace all of your core files without damaging your content and settings.

    Some uploaders tend to be unreliable when overwriting files, so don’t forget to delete the original files before replacing them.

    Moderator Hari Shanker R

    (@harishanker)

    Hi @dtbr

    Ah I can imagine how frustrating it must be, to see that extra widget area. I’m a bit confused about the Child Widget Area though, as that doesn’t seem to be a functionality in core WordPress. Would you be so kind as to share a screenshot of this issue with us? You could use a tool like https://imgur.com or https://snipboard.io for screenshots.

    With that said, I suspect that these additional, “child” widget areas are being generated by the Advanced Sidebar Menu plugin that you used. One easy way to test this would be to temporarily deactivate the plugin; if the widget areas you created go away, we can confirm that it’s being added by the plugin (Caveat: deactivating plugins might remove any customizations you have done so far, so proceed with caution). I’m not familiar with this plugin, but perhaps there is a setting within the same to remove the duplicate widget area? I highly recommend reaching out to the plugin’s support team: https://wordpress.org/support/plugin/advanced-sidebar-menu/ – they should be able to assist you with this.

    I hope you are able to find a solution for this soon. All the best!

    Moderator Hari Shanker R

    (@harishanker)

    Hello @narangcreations

    That’s an excellent question. You can force a download by adding the “download” attribute to the <a> tags in the URL you’re creating. For example, let’s say your URL is: yoururl.in/uploads/yourname.vcf.

    When I hyperlink it for download, it would look like this:

     
    <a href="https://yoururl.in/uploads/yourname.vcf" download>
      My Contact
    </a>
    

    As you can see, I have added the mention download within the <a> tag. I have assumed that the text My Contact links to the file that needs to be downloaded though. You can change that accordingly.

    For further guidance, check out this W3Schools article which explains this in detail: https://www.w3schools.com/howto/howto_html_download_link.asp

    I hope that helps!

    Moderator Hari Shanker R

    (@harishanker)

    Hello @untzuntz

    That’s definitely an odd error. I did some digging and uncovered that this could very well be a bug with Google Chrome that has been widely reported. There are a couple of workarounds that I could find in the interwebs on how to fix this though:

    • Increasing the size of the SVG image
    • Reducing the opacity of the SVG image

    The following StackOverflow article covers this in detail, and even has some suggested CSS on how to fix this issue. I hope this resolves the problem!

    Moderator Hari Shanker R

    (@harishanker)

    Hey @briz_dad

    First of all, my apologies for my late reply. It looks like the good folks at Dreamhost did a great job identifying the issue. There seems to be some sort of conflict emanating here, and clearly there is an issue with the block editor (which is why switching to the Classic Editor fixed the issue).

    In your earlier message, you mentioned that you had tried turning off plugins and also tried installing and using a different theme.

    If you can install plugins, could you try and install and activate “Health Check”: https://wordpress.org/plugins/health-check/ please?
    It will add some additional features under the menu item under Tools > Site Health.
    On its troubleshooting tab, you can Enable Troubleshooting Mode. This will disable all plugins, switch to a standard WordPress theme (if available), allow you to turn your plugins on and off and switch between themes, without affecting normal visitors to your site. This allows you to test for various compatibility issues.
    There’s a more detailed description about how to use the Health Check plugin and its Troubleshooting Mode at https://make.wordpress.org/support/handbook/appendix/troubleshooting-using-the-health-check/

    After installing Health Check and enabling the trouble shooting mode, could you try and see if you’re still facing this issue?

    Moderator Hari Shanker R

    (@harishanker)

    @webslingness First of all, my apologies for the late reply.

    From the screenshot, it appears that your site is running into a code level error, which is most likely being triggered by a plugin that you’ve installed – potentially something that affects your site’s editor functionality.

    Please attempt to disable all plugins, and use one of the default (Twenty*) themes. If the problem goes away, enable them one by one to identify the source of your troubles.

    If you can install plugins, install and activate “Health Check”: https://wordpress.org/plugins/health-check/
    It will add some additional features under the menu item under Tools > Site Health.
    On its troubleshooting tab, you can Enable Troubleshooting Mode. This will disable all plugins, switch to a standard WordPress theme (if available), allow you to turn your plugins on and off and switch between themes, without affecting normal visitors to your site. This allows you to test for various compatibility issues.
    There’s a more detailed description about how to use the Health Check plugin and its Troubleshooting Mode at https://make.wordpress.org/support/handbook/appendix/troubleshooting-using-the-health-check/

    Could you give it a try to see if that fixes the issue?

    Moderator Hari Shanker R

    (@harishanker)

    @jpopuk

    Yes, it seems as though I need to setup a live streaming service, and then link to it using an audio player!

    Yeah, that seems to be the way to go here, I hope you’re able to find a solution for your requirement. All the best!

    Moderator Hari Shanker R

    (@harishanker)

    Hey @gailc

    First of all, apologies for the delay in responding to you.

    I tried testing this using a Galaxy Android tab on the Chrome browser, clicking on the amazon link on your site took opened a new tab with your Amazon profile, as you can see in the following screenshot: https://d.pr/i/2UNibI

    However, as you can see, the focus automatically shifted to the Amazon profile (which opened up as a new tab). Would you rather like the user to remain in your site, as the Amazon profile opens up in a new tab? OR, does a new tab not open at all, when you click on the Amazon URL on the homepage?

    I look forward to hearing back from you!

    Moderator Hari Shanker R

    (@harishanker)

    That’s great! I hope this helps you in resolving the issue. Do let us know here if the problems persist and you need any further help!

Viewing 15 replies - 31 through 45 (of 748 total)