[Extension Support] Personal Extension

Support for PhpBB3.
Post here to get help with any phpBB3 related issue
Forum rules
In order the get any support, you will have to do following:
1. Use a describing title!
2. Describe your problem and what happened when the problem occured
3. Tell us what version of phpBB3 you are currently using.
If not your topic may be ignored or locked!

[Extension Support] Personal Extension

Post by Stoker »

Yours is correct with utf8

[Extension Support] Personal Extension

Post 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

Post by Stoker »

Use the debug extension and make sure your server is set up to display errors

[Extension Support] Personal Extension

Post 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

Post 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

Post by Stoker »

Server control panel -> php settings
Set error reporting like this: https://prnt.sc/rPj1JknIYJhu

[Extension Support] Personal Extension

Post by cisco007 »

will look into all this, thanks.