infinitewp
Forum Replies Created
-
Forum: Plugins
In reply to: [InfiniteWP Client] connection to plugin is broken in panelHey Michael,
Looks like you are on a very old version of the IWP panel. Try downloading the latest package from here: https://infinitewp.com/wp-content/plugins/download-monitor/download.php?id=5
Once you download it, follow the steps on the manual update link you sent earlier.
If that doesn’t work for you, please email me your IWP panel details to help@infinitewp.com and one of us will get back to you rightaway!Regards,
TauseefForum: Plugins
In reply to: [InfiniteWP Client] WP-CLI with InfiniteWPHey there,
Sorry to disappoint, it’s not possible. There aren’t any extensions that we know of to do that either 🙁
Please search for your answers here: https://support.infinitewp.com/support/home
If you don’t find answers, you could use the same page to submit tickets or check your existing ticket status.Thanks
Forum: Reviews
In reply to: [InfiniteWP Client] plugin good… actual software… not so muchHello Steve,
I’m really sorry to hear about the not so great experience that you had with InfiniteWP. I’m sure you would have tried many WP managers in the past like you had mentioned in your tickets as well but the difference between the ones you mentioned and InfiniteWP is that IWP is self-hosted which means you got to configure stuff all by yourself and get your hands dirty. The others are hosted where they take care of storage, server, cron and all the other nuances associated.
I’m afraid things did not work out well as planned. Manual backups seem to be working fine on your IWP Panel whereas for Scheduled Backups to work, you need a working cron which wasn’t working in your case. Instead of setting the cron for 5 minutes, you set it to every 5th day of the week as shown in the below link and the cron command URL is supposed to be just your IWP Panel URL and not the way you have entered it currently.
http://www.awesomescreenshot.com/image/1671684/94f91dc53a056976978bb07f3b64c796Coming to the next issue that you are facing, Cloning – This is not working for you since you do not have sufficient space on your server for creating a clone. Once you increase the storage on your server the clone addon will start working like a charm.
One of our team members have offered you a refund and it looks like you wanted to give this a last chance to try and make things work. As I type this, you would be getting an email from my support team regarding the details on how to setup your cron and how to increase the memory on your server.
I apologise for the misunderstanding and I would love to sort things out if you could be a lot more patient and cooperative rather than swearing at our support agents for no fault of theirs, this is a self hosted solution and when I mean self-hosted I stress on the fact that we would support you if the product does not work as designed whereas for setting up the cron and increasing memory, you need to get in touch with your host who should be doing this for you. But it looks like instead of fixing things for you, the host has been dodging your requests and putting the blame on InfiniteWP.
Thanks for understanding, if you have any more queries feel free to get in touch with me at info@infinitewp.com
Cheers!
Tauseef- This reply was modified 9 years, 8 months ago by infinitewp.
Forum: Reviews
In reply to: [InfiniteWP Client] Great plugin!The basic version would always be free 🙂
That’s one of the best ways we can thank the WordPress community for accepting us and helping us grow to the position we are at today!
Truly appreciate your support. Thank you <3Forum: Reviews
In reply to: [InfiniteWP Client] Seems to be falling apart at the seamsHi Robert,
I understand that you have been facing issues recently and we would be more than glad to sort the issues for you. Could you please let me know your email address or ticket# for your earlier correspondence with InfiniteWP?
The support forum has been recently closed to ensure that we have a single point of contact and to make sure tickets are handled in a priority manner. Also the hassle of switching between too many platforms for different reasons like getting credentials or access to the system can be avoided if everything is handled in one place.
We have real people behind InfiniteWP and we believe that the best way to talk to our clients is to talk to them the same way we do amongst ourselves. So no wonder we added the touch of personalisation in our auto-responder too. And its true that we are overseas, we are in India and we work from 10am – 6pm Indian Standard Time.
Ideally we would love to reply as and when we get tickets but with the vast geographical differences it is currently difficult for us so we’ve tried to keep our interactions as human as possible. As we grow and evolve we may provide round the clock services. We have been in the business for a long time now and I’d be happy to clarify all of your concerns if you have any.
Best,
TauseefForum: Reviews
In reply to: [ManageWP Worker] Been using for years, but time to move onHey Steve,
Thank you for pointing out the user friendliness part and for mentioning that you had some cons on the management tools that you used.
If it wouldn’t be too much to ask, could you please write to info@infinitewp.com so that we can understand better on what you missed with InfiniteWP and how we can take this opportunity to better ourselves and our tools 🙂
Appreciate your valuable response,
Best,
TauseefForum: Plugins
In reply to: [InfiniteWP Client] Errors to save backup on Amazon S3We have moved the support system to a more efficient portal. Please mail your queries to help@infinitewp.com
We have moved the support system to a more efficient portal. Please mail your queries to help@infinitewp.com
Hi Zanet,
InfiniteWP does not take around 20 to 40 minutes to do the update. If it is taking so long then it is because your WordPress site is taking so long to respond.
However, it is not recommended to have infinitewp and the managed sites on the same server. This is because it would make synchronous calls and perform updates one at a time. If the sites are on a different server, the calls would be asynchronous. Additionally if the sites and the panel are on the same server, they would encounter timeouts and loopback issues.
It is better not to host the IWP Panel and the WP sites on the same server and additionally try to ensure the IWP Panel is not on a shared host since shared servers have a lot of limitations.If you have any queries, please write to us at help@infinitewp.com so that we can give you detailed explanations and quicker support.
Forum: Reviews
In reply to: [InfiniteWP Client] Poor security-handlingSecurity issues are unavoidable in an open source project, this applies to WordPress, Joomla etc. All we can do is
fix the issues and be proactive when we get notified about them. In both the cases we were. http://www.intelligentexploit.com/view-details.html?id=20365
Though panel is meant to be hidden we did fix the issues and posted an update ASAP.Changing the naming convention was the immediate long term fix we could do for this issue. The tool uses the backup URL for many things. So its not
an easy change we could make. We are working on an option to encrypt backup too. So its definitely on our cards to make this even better.We do take security issues very seriously, thats why we made this tool self hosted 🙂
Interesting. Not sure why the server is considering that as a GET when its RAW POST.
Changing the Modsec rule without changing init.php did it fix it?
http://pastebin.com/Vece2Kv6 – Checking this there is no cache plugin at all. Is the server caching this differently then?
Matt all the calls made to WordPress sites uses doCall. So we only do HTTP RAW POST calls. We never do any GET calls.
http://pastebin.com/Vece2Kv6 – this is a plugin data fetching call which happens in the free version.
I think HTTP RAW POST calls are misunderstood by your cache may be?
Thanks
David.Mark – researching a bit we are sending a RAW POST call and the plugin is producing that output. Is it a good idea to cache the RAW POST calls? I am just thinking out loud 🙂
Sneader – We will definitely get this sorted ASAP.
Mark – We have been using ob_start for a long time now. We call the index WP URL to run an execute and it gives us a response. We are also getting a support ticket on this issue for the first time. It looks like the response from our IWP plugin is getting cached.
I am willing to get this fixed ASAP.
Thanks
David.