Page 2 of 2
[Extension Support] Personal Extension
Posted: 20 Aug 2025, 15:43
by Stoker
Yours is correct with utf8
[Extension Support] Personal Extension
Posted: 21 Aug 2025, 11:34
by cisco007
thanks for the help @Stoker, i found the error you pointed out on the PM. it was the language file. i just hate that phpbb doesn't throw out an error saying something.
i had the language file variables a little out of whack.
[Extension Support] Personal Extension
Posted: 21 Aug 2025, 11:43
by Stoker
Use the debug extension and make sure your server is set up to display errors
[Extension Support] Personal Extension
Posted: 21 Aug 2025, 12:17
by cisco007
like i said i've been out for a while so i'm trying to get back into it. i thought if you had debug on in your config.php file errors would show up, but i guess not.
[Extension Support] Personal Extension
Posted: 21 Aug 2025, 13:19
by Stoker
That was the good old days.
For displaying debug:
viewtopic.php?t=2714
viewtopic.php?t=2796
and permissions based:
viewtopic.php?p=20614#p20614
But your server still need to be setup to display errors. Most doesnt per default.
[Extension Support] Personal Extension
Posted: 21 Aug 2025, 13:24
by Stoker
Server control panel -> php settings
Set error reporting like this:
https://prnt.sc/rPj1JknIYJhu
[Extension Support] Personal Extension
Posted: 21 Aug 2025, 14:04
by cisco007
will look into all this, thanks.