datitisev neogeo 🤔... if anything, the 404 error page should have appeared in 0.2.0 and not in earlier versions... Not sure about issues when migrating other extensions.
datitisev pxnji Could you elaborate? What error? Is debug mode on or off? If it's on, can you look at the console and see what the response of the request is?
datitisev pxnji Yep! Now, try enabling the extension again. But first, switch to the "Network" tab in the developer tools. When you enable it and get the error, click on the request in the developer tools and then "Response".
VelcisRibeiro Im getting this [Error] TypeError: this.page.contentHtml is not a function. (In 'this.page.contentHtml()', 'this.page.contentHtml' is undefined)
VelcisRibeiro VelcisRibeiro fixed clicking on Home Button, and another issue, im using translated package and strings are not in pt-br, how can i add it to the lang? and how to set only for unregistered member?
datitisev VelcisRibeiro You can clone the repo, copy the en.yml file as pt.yml and translate the strings. Then make a PR 🙂.
VelcisRibeiro datitisev thankss, will try.. and how about homepage only for guests? or register a user as guest, than admin changes to member
datitisev pxnji That's not necessary, I think I know the cause. It has also been reported earlier in this discussion. I've released patch version removing the error-causing file, as it's not necessary.
datitisev 0.2.2 Fix weird errors when enabling fof/pages 0.2.0 because of the new migration Removed migration Updating composer update fof/pages
datitisev pxnji The slug really only affects the part after /p/<slug>. Pages accessed with the number before the slug, i.e. /p/1-welcome can be accessed at any point from /p/1 and /p/1-this-is-not-what-i-wanted.