Hey there,
When trying to use Revision Manager TMC on a site to create a revision draft, I get the following error in my logs:
AH01071: Got error 'PHP message: PHP Fatal error: Uncaught Error: The script tried to modify a property on an incomplete object. Please ensure that the class definition "Wpil_Model_Link" of the object you are trying to operate on was loaded _before_ unserialize() gets called or provide an autoloader to load the class definition in /var/www/vhosts/livingwellmom.com/httpdocs/wp-includes/formatting.php:5137\nStack trace:\n#0 /var/www/vhosts/livingwellmom.com/httpdocs/wp-includes/formatting.php(5132): map_deep()\n#1 /var/www/vhosts/livingwellmom.com/httpdocs/wp-includes/formatting.php(2843): map_deep()\n#2 /var/www/vhosts/livingwellmom.com/httpdocs/wp-includes/formatting.php(5794): stripslashes_deep()\n#3 /var/www/vhosts/livingwellmom.com/httpdocs/wp-includes/meta.php(55): wp_unslash()\n#4 /var/www/vhosts/livingwellmom.com/httpdocs/wp-includes/post.php(2567): add_metadata()\n#5 /var/www/vhosts/livingwellmom.com/httpdocs/wp-content/plugins/revision-manager-tmc/src/Components/Utilities.php(153): add_post_meta()\n#6 /var/www/vhosts/living...', referer: https://livingwellmom.com/wp-admin/edit.php?paged=2
Upon checking, the Wpil_Model_Link belongs to Link Whisper which my client used in the past, but no longer does.
Any thoughts on how we can work around this to continue using Revision Manager on the site?
Cheers,
Allen
I’ve seen two separate sites have this issue now. The latest update results in massive numbers of simultaneous requests to:
/wp-content/plugins/revision-manager-tmc/assets/emailTemplates/default_mail/
These requests end up overloading, and crashing the site.
Rolling back to the previous version of the plugin immediately resolves the issue.
]]>Hi,
Some sites with PHP 8.1 are getting critical error notice. It works fine with PHP 7.4 though. Any upcoming update to support PHP 8.x?
I am using this with the most recent version of ACF Pro (6.1.6). and there seem to be a couple of bugs with the option “Mark Changed Fields” in the ACF settings in version 2.8.17 of the Revision Manager plugin.
The first issue is that the fields don’t seem to be marked in the UI when changes are made.
The bigger problem, though, is that subfields are missing completely from the interface when a page revision is created with this option enabled.
I have a flexible layout field, which contains a number of layouts, each with a number of subfields. When the marked Changed fields option is enabled those subfields disappear completely.
There doesn’t seem to be anything in the javascript console or debug.log that indicates a problem.
This issue is, potentially. affecting a few of our sites using our TMC licenses. Can you help us get this issue addressed?
Additionally, are revisions made with TMC not stored in the pages revision history? Is there any way to access those after the revision is published?
Hi,
we are using the TMC plugin in our corporate application. Generally everything works fine, but sometimes it happens that when the revision is published, it doesn’t replace the original one, but creates an independent post. It seems to happen randomly because we can’t trace it.
Is this a known problem and are you able to suggest where the causes may lie?
Thanks
]]>Hey there;
We’ve got an interesting issue that’s showed up since a client started using this plugin on their site. When they add <script>
tags within an html block in a revision, then publish the revision at a scheduled point, the <script>
tags disappear.
We’re trying to track down the source of the issue, and we were wondering if you’d heard of this happening before with your plugin.
Thanks so much for your help!
Allen
Hello, I’ve been trying to reach JetPlugs about the 30-day money back guarantee. I have not received a reply to my messages. How do I take advantage of the 30-day guarantee?
I purchased a single site license and it will not meet my needs. I want to refund the single site license and purchase a multisite license. Please let me know how to proceed.
]]>The Revision Manager TMC plugin comes with directories “/vendor” and “/assets/js/Index/dist”, yet in .gitignore it instructs git to not include them.
Since we keep our website in git repository, git keeps excluding these two directories, causing the website to error out.
]]>I am looking for a revision plugin to add to my client’s site. I saw a review that mentioned issues with the PRO license not working on both staging and prod, has this issue been resolved?
Also, I do not see any ability to schedule revisions. Is it only available on PRO? If it is available on the free version, how do I use it/where is the documentation?
]]>My process *usually* is that I create a revision draft, schedule out to publish in the future, and keep the same URL… so everything works well.
I want this new revision to have a new URL. If I just change the URL slug in the revision, will the URL change when the revision is published?
Will I need to set up a redirect at that time or is there a way to handle this with the schedule.
]]>/wp-content/plugins/revision-manager-tmc/vendor/tmc/shellpress/src/Components/External/OptionsHandler.php on line 84
swap variables around
]]>Is there any way to create a revision draft from the frontend instead of the backend? My contributers don’t have backend access. They edit the posts from the frontend via ACF frontend forms. Unfortunately I had to buy a license to test the functionality of this plugin since I am using CPTs, only to find out, that apparently it only works on the backend. Or did I miss something?
]]>Hi,
I’ve reviewed all videos and FAQ, I don’t understand the flow :
once I “submit for reviewing a post”, I see it on admin side, with button to accept, but I don’t understand how to review the difference between original post and revision ?
I use only Classic Editor (main content of the post / CPT).
I see the face-to-face green/red comparison in your Elementor video, but I don’t know how to visualize it ..
thanks
]]>I am a basic user that is having a hard time figuring out how to move a block to a different location. Here is a screen shot of where the block is and where I want to move it to https://sniffandgo.com/wp-content/uploads/2022/05/Screen-Shot-2022-05-07-at-4.41.09-PM.png
]]>Hi!
After the last updates, we got errors from the plugin. .gitignore file was added and there is a vendor folder exclusion. When I add plugin update – files from vendor folder is being ignored.
For now, we have solved it by manually removing vendor
from your plugin’s gitignore file.
please update that, I think other might have same problem.
]]>I am seeing that WordPress took this plugin down. Just curious why?
]]>I get the following error:
PHP Warning: Trying to access array offset on value of type null in /var/www/html/wp-content/plugins/revision-manager-tmc/vendor/tmc/shellpress/lib/Mustache/Parser.php on line 278
Currently using:
PHP: 8.0.11
WP: 5.8.2
Revision Manager TMC: 2.7.91
Instructions to Duplicate:
Enable the Revision Manager TMC plugin
Run command wp --allow-root help
then exit the help screen.
Line 278 of Parser.php:
if ($parent[Mustache_Tokenizer::TYPE] === Mustache_Tokenizer::T_PARENT) {
This seems to fix it:
if (is_array($parent) && $parent[Mustache_Tokenizer::TYPE] === Mustache_Tokenizer::T_PARENT) {
Your FAQ on the details page of this site mentions several times that there is a “Revision Manager Section”, but I cannot see this anywhere when I have the plugin activated. Can you explain where this section is located? Thanks.
]]>How can I delete all previous revisions on publish?
Just go to the wordpress Dashboard. Find “Revision Manager Section”. You will see two section “Revisions to accept” and “Tools”.In the tools section you will find a button that will allow you to delete all revisions
hi!
Can you please help on the following?
I republished a revision but for some reason, permalink was changed automatically,
from https://theyummybowl.com/broccoli-spinach-fritters/
it became https://theyummybowl.com/broccoli-spinach-fritters-2/
When I search on my website ”patties” both of them appear in search but when clicking both of them redirect to only one post which is https://theyummybowl.com/broccoli-spinach-fritters-2/
And for example when I search ”fritters” it shows only one result and when navigating on the image I see the permalink is: https://theyummybowl.com/broccoli-spinach-fritters/ but when clicking it shows blog post with the https://theyummybowl.com/broccoli-spinach-fritters-2/ permalink.
In my wp dashboard, I have only one post showing.
I need it to be back as it was, with the old permalink and only one result showing in search. Can you please assist?
]]>Hi,
I’m trying to upgrade to PRO version. I have bought a license and when I try to activate it in the plugin I receive the following error message: “cURL error 60: SSL certificate problem: certificate has expired“.
Can you solve this please?
Hello, would you please consider adding JetEngine integration into this plugin? *(For use in CPT etc…)
]]>Hello,
I have checked a waterfall of requests on my site and stumbled upon a font request made by this plugin. I don’t believe there is a need to request a font on the front-end, right? Since this plugin works on the back-end.
/wp-content/cache/min/1/wp-content/plugins/revision-manager-tmc/vendor/tmc/shellpress/assets/css/UniversalFront/SPUniversalFront.css
Hope this can be fixed in an update or if you could help me fix it myself.
Thanks,
It used to be that whenever I published a revision, it would set the publish date to today.
After I updated to v2.7.9, whenever I publish a revision, it sets the publish date to the date the revision post was originally created.
Furthermore, in settings, there is no option to set the date to today on merging.
]]>Tried to reach out to support and got no reply, so posting my question here:
I purchased the pro version of your plugin, and it’s working great except there’s 1 thing we’re having trouble with:
While we’re seeing changes on ACF fields when reviewing a revision, we do not see changes on the title field or the post content, even though both of these settings are turned on. Does this only work for the Classic Editor? I saw somewhere that you had Gutenberg support so I assumed changes for these items would also be displayed for the Gutenberg interface.
Let me know if that’s not the case or if I’m missing something?
Thanks!
]]>Hi. I’m trying to use the shortcode %post_title% in the email subject, however it does not seem to work. However it works fine in the email body.
See a screenshot of the email here:
https://www.dropbox.com/s/fo07fns6dzml7co/Screen%20Shot%202021-08-25%20at%2010.11.05%20AM.jpg?dl=0
This is what I currently have set in the backend:
https://www.dropbox.com/s/8tddrdsnchdnvmw/Screen%20Shot%202021-08-25%20at%2010.11.58%20AM.jpg?dl=0
Is there a way to make the short codes work in the email subject line? Thank you.
]]>Hello, whenever I republish content using the plugin, the published date and modified date will be switched. Is there some reason this is happening? Is there a way to fix it for past posts and/or a way to prevent for future posts? Thank you so much!
]]>Hi,
Thanks for this plugin, looks good.
But I have a query, if I may ??
1) How does a post author login if they never originally registered i.e. the post was created for them?
2) Is there a way, as part f the plugin, they or the admin can create an account?
3) My posts are one per author so I would like them to just be able to go straight to their post to revise.
4) Do not allow post author upon login, be able to see toolbar/dashboard on the left.
5) Show Admin an alert whenever authors login.
Many Thanks ??
]]>Hello,
I’m curious if this plugin is still being supported?
I’ve tried contacting support via the website contact form and via the live chat as well.
Not getting responses from either. Is there a better channel for support for people who’ve paid for the plugin?
Thanks!
hello,
I contact you in your website but i have no any response.
I would like to know if your plugin is compatible with wpml. In another language, we could not use the plugin, is it normal ?
thank you
Laure
]]>Hello guys,
I am searching desperately for a plug-in that allows a not logged in user to star a revision of a post in public front end, just like Wikipedia.
For me this is absolutely crucial as the changes to posts will be very minor and I don’t think anyone would register for that.
As I understand your plugin is only for logged in users, but could you develop an option with shortcodes that allows for editing and sending in a revised post with the same structure your plugin does it?
Thank you so much!!
]]>