Page 1 of 1
Not appearing
Posted: 15 Dec 2011, 03:53
by styles1228
Hey,
I set everything up, and used the installer, and have the mod in my ACP. The only issue I am having is that it's not showing on my site. I uploaded all edited files back into my directory, but if its not appearing at all, is it possible I some how missed a file?
Or might it not work with my style?
Not appearing
Posted: 15 Dec 2011, 04:35
by Solidjeuh
did you refresh the templates and clear the cache?
Also make sure you made the edits in ' index.php '
Not appearing
Posted: 15 Dec 2011, 04:49
by styles1228
You were right, apparently, not all the files were transferred correctly. I use FileZilla, and I every so often noticed that even though it stated the file was transferred correctly, it tends to revert back to the previously transferred file. I looked at the time stamps, and saw some were transferred at 8pm (when I originally installed) and some at 2pm earlier, so turns out it might be a transfer issue.
Do you have a different FTP you recommend?
Not appearing
Posted: 15 Dec 2011, 05:10
by Solidjeuh
You have to change the settings in FileZilla
' Overwrite existing files '
Not appearing
Posted: 15 Dec 2011, 05:16
by styles1228
Ya, whats odd is I did, unless I just need to pay better attention.
FTP is still a new process for me, so its highly possible that I am just missing obvious factors.
Thank you!
Not appearing
Posted: 15 Dec 2011, 06:33
by Solidjeuh
FTP is pretty easy, just need to configure it right
Always let FTP overwrite existing files and older files.
That way you are sure that all files are being uploaded.
Not appearing
Posted: 30 Aug 2012, 12:49
by dj3
Hi,
After an update on my dutch forum to 3.0.11 Top stats didnt show up anymore
Before the update top stats worked fine.
I thought an update of Top Stats would help, but it's not working yet. Top Stats mod is now updated to:
Version 1.0.10
I copied all the files from the root folder to my forum with ftp.
I emptied the cache even with ftp. Maybe i've missed something.
Still no luck
Not appearing
Posted: 30 Aug 2012, 14:03
by Stoker
Check the file edits.
I havent had any problems updating ym own boards with the same mod.
Not appearing
Posted: 30 Aug 2012, 14:24
by dj3
I shall check the file edits.
I hope i can find it
@i found it, the index.php missed something:
Code: Select all
//-- mod: Top Stats ---------------------------------------------------------//
include($phpbb_root_path . 'includes/functions_top_stats.' . $phpEx);
//-- end: Top Stats ---------------------------------------------------------//
I added this above and it works! Great. I see all the stats. Thanks for the help.