phpBB 3.1 Demo System

General discussion of development ideas and the approaches taken in the 3.x branch of phpBB. The current feature release of phpBB 3 is 3.3/Proteus.
Forum rules
Please do not post support questions regarding installing, updating, or upgrading phpBB 3.3.x. If you need support for phpBB 3.3.x please visit the 3.3.x Support Forum on phpbb.com.

If you have questions regarding writing extensions please post in Extension Writers Discussion to receive proper guidance from our staff and community.
User avatar
RMcGirr83
Registered User
Posts: 360
Joined: Fri Mar 09, 2007 1:51 am
Contact:

Re: phpBB 3.1 Demo System

Post by RMcGirr83 »

second link, clicking on search index tosses this
[phpBB Debug] PHP Notice: in file [ROOT]/includes/search/search.php on line 22: Constant SEARCH_RESULT_NOT_IN_CACHE already defined
[phpBB Debug] PHP Notice: in file [ROOT]/includes/search/search.php on line 23: Constant SEARCH_RESULT_IN_CACHE already defined
[phpBB Debug] PHP Notice: in file [ROOT]/includes/search/search.php on line 24: Constant SEARCH_RESULT_INCOMPLETE already defined
Clicking on System->Administrative Control Panel->Customize
ACP_STYLE_COMPONENTS
Do not hire Christian Bullock he won't finish the job and will keep your money

Oleg
Posts: 1150
Joined: Tue Feb 23, 2010 2:38 am
Contact:

Re: phpBB 3.1 Demo System

Post by Oleg »

Yep, I know why the first one happens, don't know on the second one.

User avatar
Meis2M
Registered User
Posts: 448
Joined: Fri Apr 23, 2010 10:18 am
Contact:

Re: phpBB 3.1 Demo System

Post by Meis2M »

the Extension system is complete?

is there any Extension to test on that forum? or how can use Extension system in acp?

Oleg
Posts: 1150
Joined: Tue Feb 23, 2010 2:38 am
Contact:

Re: phpBB 3.1 Demo System

Post by Oleg »

RMcGirr83 wrote:second link, clicking on search index tosses this
[phpBB Debug] PHP Notice: in file [ROOT]/includes/search/search.php on line 22: Constant SEARCH_RESULT_NOT_IN_CACHE already defined
[phpBB Debug] PHP Notice: in file [ROOT]/includes/search/search.php on line 23: Constant SEARCH_RESULT_IN_CACHE already defined
[phpBB Debug] PHP Notice: in file [ROOT]/includes/search/search.php on line 24: Constant SEARCH_RESULT_INCOMPLETE already defined
Should be fixed now.
Clicking on System->Administrative Control Panel->Customize
ACP_STYLE_COMPONENTS
Either I don't see it or it is also fixed.

Oleg
Posts: 1150
Joined: Tue Feb 23, 2010 2:38 am
Contact:

Re: phpBB 3.1 Demo System

Post by Oleg »

Meis2M wrote:the Extension system is complete?

is there any Extension to test on that forum? or how can use Extension system in acp?
This is a core demo, it does not have any extensions. You can install extensions using whatever means are provided for that by phpbb, if any.

MaFeSa
Registered User
Posts: 69
Joined: Sun Aug 26, 2012 1:44 pm

Re: phpBB 3.1 Demo System

Post by MaFeSa »


User avatar
bantu
3.0 Release Manager
3.0 Release Manager
Posts: 557
Joined: Thu Sep 07, 2006 11:22 am
Location: Karlsruhe, Germany
Contact:

Re: phpBB 3.1 Demo System

Post by bantu »

On a slightly related matter: the area51 front page (https://area51.phpbb.com/) now links to development packages of 3.0.x and 3.1.x called "nightly" builds. This should make testing 3.1.x a lot easier, basically download and install like 3.0.x.

The most interesting files are probably:
  • phpBB-$version.{zip,tar.bz2} for new installs, e.g. phpBB-3.1.0-dev.zip.
  • phpBB-$from_to_$to.{zip,tar.bz2} for updates, e.g. phpBB-3.0.11_to_3.1.0-dev.zip.


Oleg
Posts: 1150
Joined: Tue Feb 23, 2010 2:38 am
Contact:

Re: phpBB 3.1 Demo System

Post by Oleg »

I implemented support for deploying arbitrary branches and additional steps.

http://naderman-example-ext.demo.hxr.me/ has the sample extension added to the filesystem but not installed.

User avatar
emosbat
Registered User
Posts: 43
Joined: Fri Aug 24, 2012 8:49 am

Re: phpBB 3.1 Demo System

Post by emosbat »

hope to see automod and umil ready for this version before release.

Post Reply