Bojan Katusic
Forum Replies Created
-
Forum: Plugins
In reply to: [MainWP Child Reports] PHP 8.1 DeprecatedHi @studioviv
MainWP is currently not fully compatible with PHP 8.1. In fact, even the WordPress core is not quite there yet with full compatibility.
We are working towards the goal of said PHP 8.1 compatibility and will improve it as soon as possible.
At the moment, we recommend rolling back to PHP 8.0.
We understand that there’s a similar issue occurring with 8.0 as well, and our development team is working on resolving it. I will update the other thread relating to 8.0 when we have more information.
Hi @estland
Thank you for reporting this issue to us.
The development team is investigating it, and I will update this thread when I have more information.
Forum: Plugins
In reply to: [MainWP Child Reports] PHP 8.0 DeprecatedHi @studioviv
Thank you for reporting this issue to us.
The development team is investigating it, and I will update this thread when I have more information.
Hey @wpntk
It’s been some time since we heard back from you. I’ll assume that the issue has been resolved and mark the thread as resolved.
We’ve run some tests on our setup, and we didn’t observe any issues with MainWP functionality when the /wp-admin/ path was changed.
Can you please give us more information about your setup – do you have Hide My WP Ghost installed on both the Dashboard and the Child site, and what options do you have enabled?
And if you wish, please open a private Help Desk ticket so we can collect some additional information about your setup.
Changing the wp-admin path by itself does not impact the functionality of MainWP. In fact, changing it with the majority of plugins that offer that option works seamlessly with MainWP.
We will investigate what exactly causes issues when doing so with the Hide My WP Ghost, and see what can be done to work around the issue.
Unfortunately, there’s no out-of-the-box method to manually trigger the Daily Digest email.
However, by increasing “Daily update frequency” in Settings > General Settings, and then using the hook below, may produce more frequent Daily Digest emails.
add_filter( 'mainwp_updatescheck_sendmail_for_each_auto_sync_finished', 'myhook_mainwp_updatescheck_sendmail_for_each_auto_sync_finished', 10, 2 ); function myhook_mainwp_updatescheck_sendmail_for_each_auto_sync_finished() { return true; }
Let us know how it goes.
Hi @tezalsec
There were no recent changes in the MainWP code that would affect Daily Digest or email deliverability in general.
To clarify – all other emails are being sent out properly from that WordPress site?
And are you using any other email notifications from MainWP (such as Site Health, Lighthouse, and Domain Monitor), and are you receiving those emails?Have there been any changes on the MainWP Dashboard, such as new Plugins, that might affect this?
Do you know if there were any changes on the host side that might affect email deliverability?
Can you check if you have any relevant error logs on the MainWP > Info > Error Log page?
Thanks for the update.
Would you mind opening a private Help Desk ticket so we can collect some additional information & investigate further?
Hi @ukraine777
Can you please try an alternative plugin for changing the Admin path and see if that helps?
We’ve had occasional reports for some of the plugins, like the Hide My WP Ghost, causing a conflict with MainWP.And if you are using this plugin to secure your MainWP Dashboard only, please give our free extension Dashboard Lock a look.
It allows you to limit access to your wp-admin and even redirect non-wp-admin pages to a different site making your MainWP Dashboard virtually invisible.
Hi @wpntk
MainWP shouldn’t interfere with WordPress session duration.
Can you please share with us how exactly you are configuring the duration of the WordPress session?
Forum: Plugins
In reply to: [MainWP Dashboard: WordPress Management without the SaaS] Json FilesHi @webthings
We do have a filter with which you can add support for any file type, including JSON. Have a look at our help document, which actually includes an example for adding JSON support: https://kb.mainwp.com/docs/add-support-for-a-custom-file-type-in-file-uploader/
If you think we should have out-of-the-box support for JSON, please make a suggestion about that on our feedback site. https://feedback.mainwp.com
I’m glad it’s working now, and thank you for updating us.
Hey @zztype
If all the sites have been updated and only some of them are having issues, then the cause is likely not MainWP.
Is there anything in common with the sites experiencing issues?
For example, do they have a plugin installed that might be causing a conflict, or perhaps have the same security plugin installed?
Is Cloudflare being used for those sites or some other cloud proxy firewall?
Do they all have the same PHP version which is different than the other site?
Are they all using the same hosting provider?Hey @mossifer
It’s been some time since we heard back from you. I’ll assume that the issue has been fixed and mark the thread as resolved.
Thanks