Search found 1155 matches

by Oleg
Mon Mar 08, 2010 12:03 pm
Forum: [3.0/Olympus] Discussion
Topic: Root .htaccess in 3.0.7 breaks boards on some hosts
Replies: 10
Views: 23641

Root .htaccess in 3.0.7 breaks boards on some hosts

Support thread The .htaccess file in forum root was not packaged in versions 3.0.6 and 3.0.5 at least, and is packaged in 3.0.7. It so happens that some hosts apparently prohibit Order/Allow/Deny in .htaccess, and therefore uploading the stock .htaccess makes all pages generate 500 internal server ...
by Oleg
Mon Mar 08, 2010 11:54 am
Forum: [3.0/Olympus] Discussion
Topic: Warn users when upgrading from wrong version
Replies: 1
Views: 6004

Warn users when upgrading from wrong version

Just throwing this out there because it sounds worthy of a fix. Support thread User downloaded 3.0.7 to 3.0.7-pl1 update package and ran it on 3.0.6 board. The update process then executed "successfully" without making, supposedly, any of the 3.0.6 to 3.0.7 changes. The user then restored ...
by Oleg
Sat Feb 27, 2010 1:05 am
Forum: [3.0/Olympus] Discussion
Topic: How do you deal with install directory during development?
Replies: 6
Views: 13785

Re: How do you deal with install directory during developmen

bantu wrote:@nn-

Enable the DEBUG constant(s) in config.php. It will then ignore that install is present. :)
This is quite handy, and I had no idea. I wish this was documented somewhere.
by Oleg
Thu Feb 25, 2010 6:07 am
Forum: [3.0/Olympus] Discussion
Topic: How do you deal with install directory during development?
Replies: 6
Views: 13785

How do you deal with install directory during development?

A forum with install directory is unusable by normal users, thus one can't have the install directory present in their local forum. Yet it is part of the source tree. How do you deal with this situation?
by Oleg
Tue Feb 23, 2010 3:05 am
Forum: [3.1/Ascraeus] Merged RFCs
Topic: [RFC|Merged] Modular cron
Replies: 93
Views: 172608

[RFC|Merged] Modular cron

I'm working on making phpbb cron facilities invokable by the system cron daemon, because having users request 'cron.php' on a dedicated server is just silly. That's not actually straightforward because phpbb cron code is tightly coupled to the idea that it's invoked by users like normal pages. I cam...