Skip to main content


!Friendica Developers
I completely changed files and renamed them in modules and templates. no matter what the page kept coming up the same. It should have accessed the new php file according to routes.config.php. There is no way friendica should be accessing this file.
However apparently smarty3 keeps redirecting things to the old page style. Any idea what to do here?

Friendica Developers reshared this.

in reply to anubis2814

@anubis2814 Without specifics about the file changed and what page you've been trying to access, I'm afraid there's little we can do to help you. If you have a diff page on a Git fronted, it would help a lot.
in reply to anubis2814

I don't completely understand what you did. But I guess you should clean the smarty cache. (view/smarty3/compiled/)
in reply to anubis2814

NM, I just have to delete the compiled smarty file and it was just fine
Thanks

Friendica Developers reshared this.

in reply to anubis2814

@anubis2814 Smarty should pick up the changes in the corresponding file as it's based on its checksum and/or modified time.