Forum Moderators: rogerd
Are there any new bugs out for PHPBB? My host shut my whole website down because one of the processes was using 90% of the procesing power for the whole server for an hour so he had to shut it down.
Website is still down, Im going to go over to phpbb forum and see what I can get done - this is a killer.
[punbb.org...]
Does anyone know where the PHPbb page where they list the updates from versions to => versions? I remember it but I can't find anything on that website.
Its something like:
version 2.1 > current
version 1.8 > current
Go on - someone give me a clue? and don't say google.com :)
If you could pm me the website I can look for possible reasons.
Thanks for the offer, but the website is no longer live as the host has took it all offline. I think im going to do a clean install I took a back-up of the database three days ago (first back up ive took, weird eh?) and just start a fresh.
Thanks for the help guys,
RJ
viewtopic.php
You should kill all of the "highlight content" stuff - that's where 99% of the problems are with phpBB.
That said, a maxxed out CPU is usually something stuck in a tight loop, and I've never seen that in phpBB and I can't think of any code in viewtopic.php that might cause that (and I know that file quite intimately!).
My gut feeling thinks the problem lies elsewhere. What else did you have running on the box?
TJ
I don't think it was anything to do with members because it was at 4am this morning. They said I would need to test it out locally and fix the problem - the thing is im not that techy so I was thinking all i can do is install a new copy?
added---
"My gut feeling thinks the problem lies elsewhere. What else did you have running on the box?"
Shared hosting, only a small project - pass time - but the host says it was from that file..
4 am
Use mod_rewrite to alter all of the URL strings. Take out from the templates anything that identifies the software version. Think like a bot...
send the query string and all your problem info to the security contact at phpBB.
It's already a well known problem. I don't know why phpBB don't just remove it all actually - it's not necessary.
TJ
Take out from the templates anything that identifies the software version.
PLEASE REMOVE THE VERSION IDENTIFIERS From the templates.