joelteixeira (@joelteixeira)

Forum Replies Created

Viewing 8 replies - 1 through 8 (of 8 total)

  • joelteixeira
    Member

    @joelteixeira

    The diff between functions.core.php from the working install (without errors – latest-alpha.zip) and functions.core.php from the trunk directory (in this install I see the error message) .

    A diff recursive from the root directory of both installs gave me a lot of output so I focused only in this file. I made a backup of the “problematic” file and overwrote it with the working (from the latest) so I got no more erros.

    I made this just to test, I know we should not mix files from different verionos

    $ diff ./bb-tag/bb-includes/backpress/functions.core.php ./bb-trunk/bb-includes/backpress/functions.core.php

    494a495,507

    >

    > function backpress_convert_object( &$object, $output ) {

    > if ( is_array( $object ) ) {

    > foreach ( array_keys( $object ) as $key )

    > backpress_convert_object( &$object[$key], $output );

    > } else {

    > switch ( $output ) {

    > case OBJECT : break;

    > case ARRAY_A : $object = get_object_vars($object); break;

    > case ARRAY_N : $object = array_values(get_object_vars($object)); break;

    > }

    > }

    > }


    joelteixeira
    Member

    @joelteixeira

    @chrishajer: I didn’t the diff cause I’m starting over with the forum – no data to care. So after the error comes I just removed all files and elimI searched and inated all tables from database. I should make some tests and take the diff.

    @balgo: Yes, is a php error, but is called from a script in functions.core.php. There’s no results relevant to actual versions of bbpress neither functions.core file.

    @zappoman: What let me really confused, please correct me if I’m wrong, is that I got error installing from “svn co http://svn.automattic.com/bbpress/tags/1.0-alpha-1/” but had no errors with a installations from “bbPress 1.0 Alpha (latest-alpha.zip)” in the download page. Since is tagged, is the same package right?

    Thanks all your attention guys.


    joelteixeira
    Member

    @joelteixeira

    Guys,

    Something really strange in this problem, only happens when I do a SVN install.

    Errors to:

    svn co http://svn.automattic.com/bbpress/tags/1.0-alpha-1/ .

    svn co http://svn.automattic.com/bbpress/trunk/ .

    But if I download (wget) latest.zip or latest-alpha.zip extract and install it will work without the mentioned error. omg –confused–


    joelteixeira
    Member

    @joelteixeira

    Thanks chrishajer,

    Ticket #929 opened.


    joelteixeira
    Member

    @joelteixeira

    Thanks your attention Balgo, but I didn’t do that cause I want to developers help me to understand the problem. I don’t wanna just edit the file and maybe be messing something worse.

    Should this edit be really necessary, is inoffensive? Is there something wrong with the code? With the server?

    I know is not a stable version, problems is expected… I just want to understand this one.


    joelteixeira
    Member

    @joelteixeira

    Ok, just to let you know.

    I tried a latest stable version (0.9.0.2) install and got no errors… only occurs with the alpha release.

    Help plz.

    In reply to: bbPress 1.0 alpha

    joelteixeira
    Member

    @joelteixeira

    Thanks _ck_,

    I’m not integrating with WordPress. I thought to install the stable and then (after released) the 1.0 but with too many changes between 0.9 and 1.0 series I’m afraid that the process of updating leave some unnecessary dirt on the database.

    Do this make sense or I shoudn’t worry about it?

    The trunk version is very polished (mainly the admin area) but at this time some points seems strange to me (well, is all new to me at this point) like the search form above the title of the forum instead of be placed above hot tags.

    [sorry my english]

    In reply to: bbPress 1.0 alpha

    joelteixeira
    Member

    @joelteixeira

    Hi guys,

    I want to start a forum from scratch and was going to install phpBB but after too much reading I decided that is best to me (and to the forum) use the bbPress.

    I installed both stable and trunk versions on my local machine and was playing around for a couple hours. bbPress is really what I want, but I’m a little bit undecided about what version upload to my host.

    I know 1.0 final release is coming soon but have too many tickets to close and I don’t want to wait.

    In your opinion guys, for who wants to start over theses days… should I install 1.0 Alpha or latest stable version to put on production.

    Thank you so much.

    Joel Teixeira

Viewing 8 replies - 1 through 8 (of 8 total)