Search found 920 matches

by Oleg
Sat May 04, 2013 4:16 am
Forum: [3.0.x] Support Forum
Topic: Moving forum files to an external CDN
Replies: 37
Views: 3242

Re: Moving forum files to an external CDN

From what I've seen it cannot be easily done with the current phpBB line because phpBB uses relative URLs not absolute and they would need to be changed for every asset moved. There will be changes in phpBB 3.1 to make it much easier. I believe this is possible, see https://www.phpbb.com/community/...
by Oleg
Sat May 04, 2013 4:12 am
Forum: phpBB Discussion
Topic: Who owns automod?
Replies: 11
Views: 1741

Re: Who owns automod?

Finally! Thank you EXreaction. Your link to the area 51 page was brilliant. As I understand now, this has been a thorn of contention for years. "Automod is buggy, needs re-writing and should (or probably never will) be shipped with phpBB" and has been for a long time begs the question why...
by Oleg
Wed May 01, 2013 3:41 am
Forum: phpBB Discussion
Topic: Discuss: phpBB 3.0.11 released
Replies: 86
Views: 26555

Re: Discuss: phpBB 3.0.11 released

Pony99CA wrote: I'm not sure what this has to do with 3.0.11 being released, but maybe the developers are working on phpBB 3.1 more than 3.0.12.
Exactly. 3.0 sees very little developer activity, and therefore releases are correspondingly infrequent.
by Oleg
Thu Mar 14, 2013 12:03 am
Forum: [3.0.x] Support Forum
Topic: BACKTRACE errors
Replies: 14
Views: 3782

Re: BACKTRACE errors

Commenting out like that does not work.

Replace the line in question with:

Code: Select all

';
After you deal with attachments in question, restore the line to what it was originally.
by Oleg
Sun Mar 03, 2013 10:12 am
Forum: [3.0.x] Support Forum
Topic: Running on PHP 5.4
Replies: 9
Views: 1051

Re: Running on PHP 5.4

While you could probably make your 3.0.5 board compatible with php 5.4, this is going to be non-trivial. Your efforts are likely better spent on upgrading to 3.0.11.
by Oleg
Sun Mar 03, 2013 10:09 am
Forum: [3.0.x] Support Forum
Topic: BACKTRACE errors
Replies: 14
Views: 3782

Re: BACKTRACE errors

You appear to be experiencing http://tracker.phpbb.com/browse/PHPBB3-9789.
by Oleg
Sat Feb 09, 2013 3:43 pm
Forum: [3.0.x] Support Forum
Topic: Help With Slow Queries Generated by from pbpBB?
Replies: 17
Views: 1677

Re: Help With Slow Queries Generated by from pbpBB?

You need to enable the slow query log in mysql if you have not already, and then review the queries logged there along with time taken and rows examined. The most important metric is time taken. Start with queries taking over 1 second. By itself 2,000 examined rows is not necessarily an issue that n...
by Oleg
Tue Jan 15, 2013 9:15 am
Forum: [3.0.x] Support Forum
Topic: Forum slow and manyCGI errors
Replies: 9
Views: 1667

Re: Forum slow and manyCGI errors

This is a sreenshot our hosting provider has sent us when we almost took the whole server down. http://www.spaapen.net/ivo/query_soho.jpg This is insufficient to render any verdict. If you are running out of time limit because your cpu is maxed out for 10 seconds, you need to know who is hogging th...
by Oleg
Tue Jan 15, 2013 1:30 am
Forum: [3.0.x] Support Forum
Topic: Forum slow and manyCGI errors
Replies: 9
Views: 1667

Re: Forum slow and manyCGI errors

acp timeouts might be due to version check but the rest of them should not be happening.

Which process is burning cpu when these timeouts happen?
by Oleg
Sun Jan 13, 2013 5:54 am
Forum: [3.0.x] Support Forum
Topic: Forum slow and manyCGI errors
Replies: 9
Views: 1667

Re: Forum slow and manyCGI errors

Please provide actual error messages. All of them.
by Oleg
Sat Jan 12, 2013 12:53 am
Forum: [3.0.x] Support Forum
Topic: hello, about the GNU Public License
Replies: 3
Views: 516

Re: hello, about the GNU Public License

Copyright statements in all source files in the next major version will specify GPL v2.

We did not make this change in 3.0.x maintenance releases because it is a lot of changed lines to go through and most board owners don't care.
by Oleg
Wed Dec 26, 2012 11:45 pm
Forum: [3.0.x] MOD Writers Discussion
Topic: QuickInstall 1.1.8-RC2
Replies: 24
Views: 5252

Re: QuickInstall 1.1.8-RC1

Configuration profiles are awesome.

I created some new tickets as the old ones have been cleared out. The biggest issue is postgres appears to have gottten broken.
by Oleg
Sat Dec 15, 2012 11:32 pm
Forum: [3.0.x] Support Forum
Topic: Out of memory for mass PM
Replies: 5
Views: 1217

Re: Out of memory for mass PM

How many recipients are you trying to message?

How much memory does php actually consume? (check via top or ps)

Go to advanced search