The two files are different!MarkDHamill wrote: ↑Sat Dec 19, 2020 3:03 pmThe extension can be downloaded here or from the GitHub 1.0.19 release branch. If downloaded from GitHub, make sure to place the files in /ext/phpbbservices/filterbycountry.
The two files are different!MarkDHamill wrote: ↑Sat Dec 19, 2020 3:03 pmThe extension can be downloaded here or from the GitHub 1.0.19 release branch. If downloaded from GitHub, make sure to place the files in /ext/phpbbservices/filterbycountry.
His website is down but you can contact him through his profile.
If you download from GitHub, you will have an unneeded .idea folder. I haven't figured out a way to get rid of it, sorry. But it can be deleted.KlausiMaus wrote: ↑Sat Dec 19, 2020 3:57 pmThe two files are different!MarkDHamill wrote: ↑Sat Dec 19, 2020 3:03 pmThe extension can be downloaded here or from the GitHub 1.0.19 release branch. If downloaded from GitHub, make sure to place the files in /ext/phpbbservices/filterbycountry.
Code: Select all
ALTER TABLE phpbb_fbc_stats ENGINE=INNODB;
In your repo create aMarkDHamill wrote: ↑Sat Dec 19, 2020 4:48 pmIf you download from GitHub, you will have an unneeded .idea folder. I haven't figured out a way to get rid of it, sorry. But it can be deleted.
.gitattributes
file and put this in it. Then upload into where the README.md file is.Code: Select all
tests/ export-ignore
.idea/ export-ignore
.github/ export-ignore
.gitignore export-ignore
.gitattributes export-ignore
phpunit.xml.* export-ignore
build.xml export-ignore
composer.lock export-ignore
README.md export-ignore
I must be doing something wrong. I removed the .idea folder from the command line. I also tried this advice: