11
zokdok
Re: Where to get a complete and working copy?
  • 2004/12/18 0:05

  • zokdok

  • Just popping in

  • Posts: 14

  • Since: 2004/12/10


ok, I tested the XOOPS install on my main computer, but this time with the MySQL database on my secondary computer (4.0.17), and now it seems to be working..

So this seems to be a XOOPS bug.. It just can't handle MySQL 4.1+ databases...

Where to send the bug report to?

12
Dave_L
Re: Where to get a complete and working copy?
  • 2004/12/18 2:54

  • Dave_L

  • XOOPS is my life!

  • Posts: 2277

  • Since: 2003/11/7


Please post it on the XOOPS bug tracker:http://sourceforge.net/tracker/?group_id=41586&atid=430840

If you're ambitious, you may also want to try out XOOPS 2.0.9 beta, which supports PHP5.

13
zokdok
Re: Where to get a complete and working copy?
  • 2004/12/18 8:05

  • zokdok

  • Just popping in

  • Posts: 14

  • Since: 2004/12/10


I was thinking,... it could still be the database temporary folder, if I knew what is was and where to check them (and what to check them against).
I find it strange that it would not work with MySQL 4.1+, I haven't had any abnormal encounters with my sites, and they should be at least that backwards compatible or otherwise give a warning (but maybe it does, but XOOPS doesn't show the errors??).

You have to create an account to report a bug, I don't really want to have yet another account somewhere...
After I checked the database temp. folder, if the bug is still pointing towards the MySQL 4.1+ & Xoops, maybe one of you will report it for me :)

Doesn't XOOPS do some error logging somewhere?

14
irmtfan
Re: Where to get a complete and working copy?
  • 2004/12/18 8:24

  • irmtfan

  • Module Developer

  • Posts: 3419

  • Since: 2003/12/7


no need for login to send a bug. just send it from the left link in "Development" menu:
Report Core Bug

15
zokdok
Re: Where to get a complete and working copy?
  • 2004/12/18 16:33

  • zokdok

  • Just popping in

  • Posts: 14

  • Since: 2004/12/10


Quote:

irmtfan wrote:
no need for login to send a bug. just send it from the left link in "Development" menu:
Report Core Bug


The text beneath the textarea 'Please log in!' looks like it's trying to say I need to log in... but it could be me ;)

Anyway, is there a way to find some error log of Xoops, or a way to simply disable the errorhandler so I can find some bugs with the 4.1.x MySQL?

16
Dave_L
Re: Where to get a complete and working copy?
  • 2004/12/18 17:03

  • Dave_L

  • XOOPS is my life!

  • Posts: 2277

  • Since: 2003/11/7


I think you can post items on the tracker anonymously. If you do that, it would be helpful if you mention your xoops.org username and/or provide a link to this topic, so someone could get in touch with you if there were any followup questions.

There's some code in include/common.php that controls enabling of the error handler:

// ############## Activate error handler ##############
    
include_once XOOPS_ROOT_PATH '/class/errorhandler.php';
    
$xoopsErrorHandler =& XoopsErrorHandler::getInstance();
    
// Turn on error handler by default (until config value obtained from DB)
    
$xoopsErrorHandler->activate(true);


error_reporting(0);

    if (
$xoopsConfig['debug_mode'] == 1) {
        
error_reporting(E_ALL);
    } else {
        
// Turn off error handler
        
$xoopsErrorHandler->activate(false);
    }


The error handler is in class/errorhandler.php.

Login

Who's Online

229 user(s) are online (118 user(s) are browsing Support Forums)


Members: 0


Guests: 229


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: Mar 31
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Latest GitHub Commits