Hi,
since updating to J4 (4.4.1 with PHP 8.2.16) and latest PBPro (5.2.7), we're finding it virtually impossible to work with PBPro, as it only occasionally saves changes, and sometimes, even after saving changes, the changes get lost at a later date. Sometimes the changes are visible in the front end, but when we go to make further changes, the edits aren't visible in the editor. It's incredibly frustrating and time-consuming.
One user can't see her changes, regardless of using different browsers/clearing cache from browser and Joomla. If I log in with their details, then I can see the changes. It's very difficult to make sense of the behaviour.
I have this code added to our .htaccess, and it isn't helping.
# DISABLE CACHING
<IfModule mod_headers.c>
Header set Cache-Control "no-cache, no-store, must-revalidate"
Header set Pragma "no-cache"
Header set Expires 0
</IfModule>
I just made changes to aPBPro module in the backend:
My colleague sees a blank page
I see the configuration before changes I made last night
The preview shows changes made last night + the latest modifications I made today.
Please help ASAP.
Donal