Wicher wrote: This is due to a forgotten line in install.txt
Copy manually Activity_Arcade_Mod_xx_Newest_Games.pak from MOD/modules/pakfiles/Activity_Arcade_Mod_xx_Newest_Games.pak to modules/pakfiles/Activity_Arcade_Mod_xx_Newest_Games.pak
Execute first statsmod301-401_uninst_db.php after doing the copy.
After that copy install/install_statistics.php to your phpbb root at your server and execute it.
All should work after that.
I just took all the actual Sql lines for creating the tables and entered each one via SqlAdmin. As for time and date format in the one line, I just used standard date and time I gathered from phpBB itself. That got it working. For future reference you might want to include just a simple sql text file with the date and time set to your release time in the one insert line, so that those who aren't phpmySql or are using Easymod can just install the program without being forced to run the install file. I say this because on a busy "Live" forum, the admin may not want to have to fight with something forgotten and have their forums down while they try and solve the problem.
You might want to change the whole install file where it does the copy of the paks to:
copy root/modules/pakfiles/*.* to modules/pakfiles/*.*
Thus it doesn't matter what files you have or haven't included in the archive and will install with easymod without problem. For manual installers, I'm sure they will understand a simple copy command (or you could put a small note in one of the '#' lines stating what they should do.
Another thing that I am disappointed about is that there is no "Back to Top" link at the bottom of each module displayed when you have the "Overview" menu enabled. It's nice to have the overview take you down to each module that you click on, but then you have to scroll back to the top.
Anyhow, it's working now.... And I'll have to play with it some more to see if there are any other problems before sending it live to my forums.
BrotherTank