-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
TypeError when opening tab 'Accounts->Configuration' #3418
Comments
Getting exact same issue here. |
@zigojacko also on windows? |
No, the server hosting is Linux (CentOS 7). |
Same error here. Here are the details I could find in a pinch; let me know if any other info could be helpful. OS: Linux 4.19.0-16-amd64 #1 SMP Debian 4.19.181-1 (2021-03-19) x86_64 |
Not sure if my logic is good here but I tried to dump the value of the $path variable. Again, I'm not sure if I am in the right instance of this object when I dumped it, but here is what I added to the file to get the value:
The value I got is the following:
Let me know if I can help in any way. |
Return is missing |
I'll look again. |
Your fix is broken, too. Did you take a look into my fix in the other issue (7b1a188)? I may have changed something else before that commit as the code looks different to what you have. |
@mahagr, you're right; my bad! The $path was never set because I was missing this line: I rectified my local code to match your fix and it seems to work fine. Thanks again for you help! NOTE: I will remove my snippets to prevent confusion. |
This bug is fixed in Grav v1.7.19. |
OS: Windows 11
PHP: 8.0.8 ts x64
Server:
php -S 0.0.0.0 system\router.php
Grav: 1.7.18 (clean instalation)
Admin plugin: 1.10.18
Flex Objects: 1.0.16
The text was updated successfully, but these errors were encountered: