Results 1 to 11 of 11

Thread: Error message

  1. #1
    Join Date
    Oct 2007
    Location
    Sydney
    Posts
    652

    Default Error message

    What this error message really mean, I am trying to install the PHPbb Plugin and this is the error message that I received.

    Fatal error: Call to a member function Fields() on a non-object in /home/wedonly/public_html/lib/db.class.php on line 120
    Cheers
    Mithell

  2. #2
    Join Date
    Jun 2002
    Location
    Winnipeg Canada
    Posts
    4,913

    Default

    It's an issue with the database, you probably didn't upgrade the database during your last update.

  3. #3
    Join Date
    Oct 2007
    Location
    Sydney
    Posts
    652

    Default

    Quote Originally Posted by Bruceper View Post
    It's an issue with the database, you probably didn't upgrade the database during your last update.
    Thank Bruce,
    I actually did upgrade the database, I used the Install and upgrade to 1.1 , I even did it again right now and still same error message.

    Cheers
    Mitchell

  4. #4
    Join Date
    Jun 2002
    Location
    Winnipeg Canada
    Posts
    4,913

    Default

    I missed the phpbb part, this may be a bug, give me a bit to find out

  5. #5
    Join Date
    Oct 2007
    Location
    Sydney
    Posts
    652

    Default

    Quote Originally Posted by Bruceper View Post
    I missed the phpbb part, this may be a bug, give me a bit to find out
    Bruce, save your time, it is not only with PHPbb, I have the problem with all of the plugins and it is not a bug, it must have some thing to do with my database and settings.
    Last edited by Mitchell; 09-16-2008 at 01:05 AM.

  6. #6
    Join Date
    Jun 2002
    Location
    Winnipeg Canada
    Posts
    4,913

    Default

    No, it is probably a bug. It was probably introduced when someone tried to do a Joomla integration and when it didn't work MOST of the code was removed. There may need to be a full update of IndexU done shortly because this would affect all of the plugins.

    I'm still waiting for confirmation on this however.

  7. #7
    Join Date
    Oct 2007
    Location
    Sydney
    Posts
    652

    Default

    I just manually changed my database and it is fixed, looks like the install / upgrade didn't actually upgrade the database.

    My database was like this;

    DROP TABLE IF EXISTS idx_plugin;
    CREATE TABLE idx_plugin (
    plugin_id int(11) NOT NULL auto_increment,
    name varchar(255),
    plugin_file varchar(255),
    table_ varchar(255),
    status enum('0','1'),
    PRIMARY KEY (plugin_id)
    );
    ... and I had to change it to the this;

    DROP TABLE IF EXISTS idx_plugin;
    CREATE TABLE idx_plugin (
    plugin_id int(11) NOT NULL auto_increment,
    name varchar(255),
    plugin_file varchar(255),
    status enum('0','1'),
    option_plugin text,
    PRIMARY KEY (plugin_id)
    );

  8. #8
    Join Date
    Jun 2002
    Location
    Winnipeg Canada
    Posts
    4,913

    Default

    Interesting, so I was right in the first place in that it was a database issue.

    Let me find out more though, there could be other issues as well

  9. #9
    Join Date
    Aug 2008
    Posts
    49

    Default

    i have commited the fix bugs for idx_to_phpbb, and also add the new plugin for integration indexu to joomla 156 (idx_to_joomla).

    but this hasn't i tried with defferent username database yet. i need the feedback for the bugs

  10. #10
    Join Date
    Oct 2007
    Location
    Sydney
    Posts
    652

    Default

    Quote Originally Posted by nakos View Post
    i have commited the fix bugs for idx_to_phpbb, and also add the new plugin for integration indexu to joomla 156 (idx_to_joomla).

    but this hasn't i tried with defferent username database yet. i need the feedback for the bugs
    Here you are Nakos, I installed PHPbb plugin and I get this error message at the admin area;

    Fatal error: Call to a member function Fields() on a non-object in /home/weddtcom/public_html/weddingplus/plugin/idx_to_phpbb/idx2phpbb.php on line 63
    then I installed the Wordpress plugin and I am getting this error message

    http://www.weddingplus.com.au/index.php


    Fatal error: Call to a member function Fields() on a non-object in /home/weddtcom/public_html/weddingplus/plugin/idx_to_wordpress/idx2wordpress.php on line 65
    Can you install two or more plugins to the same site
    Cheers
    Mitchell
    Last edited by Mitchell; 09-16-2008 at 09:05 AM.

  11. #11
    Join Date
    Aug 2008
    Posts
    49

    Default

    ok mitchell,
    yes, they are bugs. all of integration plugins have the bugs, but i have fixed the bug, but still on phpbb and joomla 1.5.6.

    next, i will fix bug wordpress and smf.

    note: if you want to set not active the integration plugin that had the error, you could set manually the database idx_plugin table then set 0 for status fields.

Similar Threads

  1. Error Message
    By dePaulus in forum v5.x
    Replies: 4
    Last Post: 12-19-2007, 09:50 PM
  2. New install getting error message.
    By anwid in forum v5.x
    Replies: 5
    Last Post: 11-30-2007, 11:37 PM
  3. What does this error message mean?
    By reidnunn in forum v5.x
    Replies: 1
    Last Post: 01-04-2005, 12:13 AM
  4. Error Message
    By barnkin in forum v5.x
    Replies: 1
    Last Post: 11-21-2002, 05:31 PM
  5. Please Help with error message
    By binto in forum v5.x
    Replies: 4
    Last Post: 12-19-2001, 11:35 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •