frm
Well-known member
I did a MySQL query to replace phrases and couldn't seem to figure out why they weren't changing in some places.
I found them hardcoded in /code_cache/phrase_groups l0 and l1.
Removing these folders showed the new phrases done by MySQL edits.
However, there's no more cache for these.
Is this the way to do it? How do I rebuild phrase_groups? Is it better to put l0 and l1 back and then edit the PHP files?
I found them hardcoded in /code_cache/phrase_groups l0 and l1.
Removing these folders showed the new phrases done by MySQL edits.
However, there's no more cache for these.
Is this the way to do it? How do I rebuild phrase_groups? Is it better to put l0 and l1 back and then edit the PHP files?
$ php cmd.php xf:rebuild-master-data
doesn't seem appropriate here as the phrases were customized. If I run that, wouldn't they revert to the original phrase?