| ../irclogs/#mantishelp.2010-07-08.log | ||
| --- scribe started --- | 00:00 | |
| zeroflag | hi | 11:37 |
|---|---|---|
| zeroflag | I'm having issues getting mantis to work with mssql | 11:38 |
| zeroflag | not sure if it's php or mantis related... | 11:38 |
| zeroflag | database is not supported by PHP. Check that it has been compiled into your server. | 11:39 |
| zeroflag | but I installed the microsoft drivers and they seem to work... | 11:40 |
| nuclear_eclipse | zeroflag: afaik, ADOdb does not yet support the new Microsoft drivers for MSSQL | 11:49 |
| nuclear_eclipse | I think you need to install the older MSSQL extension | 11:49 |
| zeroflag | where do I get those? | 11:49 |
| zeroflag | old PHP version? | 11:49 |
| nuclear_eclipse | I think so, but I'm not sure; I've never used MSSQL | 11:50 |
| zeroflag | well, I also tried pgsql and mysql and both give me timeouts... | 11:50 |
| zeroflag | actually, mysql does. pgsql just hangs... | 11:50 |
| killefiz | zeroflag: unless you have to use mssql you're far better off fixing the mysql/pg issues instead as mssql isn't nearly as well tested as e.g. mysql | 12:00 |
| zeroflag | my boss is allergic to mysql... | 12:01 |
| zeroflag | Does administrative user have access to the database? ( ) | 12:11 |
| zeroflag | ? oO | 12:11 |
| zeroflag | shouldn't there be at least an error message? | 12:11 |
| phr34k | i can now correctly submit data from mantis_connect under the administrator account that is, so right now i'm trying to setup my automated bug reporter as a standard user. But i'm getting access denied, the account in question has been logged in already, password is set, i verified it was able to submit data from the webinterface. | 12:54 |
| nuclear_eclipse | phr34k: you may need to create api/soap/mc_config_inc.php and override some of the settings in api/soap/mc_config_defaults.php | 13:09 |
| phr34k | aah you're right, it puts read_write on developer.. | 13:11 |
| phr34k | that didn't seem to work, i've tried to change both config files and downgrading the access level, and upgrading the access level on the user... | 13:25 |
| nuclear_eclipse | phr34k: sorry, I'm not sure I can help any more than that; only thing I've used the soap api for is settng up read-only access for foobot | 13:27 |
| nuclear_eclipse | foobot: bug 12000 | 13:27 |
| foobot | Bug 12000 - llattan - open - new | 13:27 |
| foobot | Variables for Colors in Webpage - http://www.mantisbt.org/bugs/view.php?id=12000 | 13:27 |
| nuclear_eclipse | phr34k: other than that, I'm rather clueless as to how the api actually interacts with the core | 13:28 |
| phr34k | it does raw database injections i.e. all the regular stuff your webinterface does but w/o html garbage :) | 13:29 |
| nuclear_eclipse | heh | 13:29 |
| nuclear_eclipse | I just haven't needed the api for anything except the bot, so I've just never done anything with it | 13:30 |
| nuclear_eclipse | too much other crap to deal with in the core to worry about learning how the api works =\ | 13:30 |
| phr34k | understandable, well the api itself is really easy to use, it's just those nasty bugs that spoil it's usage. Here's some reference code :) http://pastebin.com/0tRqciQ2 | 13:37 |
| nuclear_eclipse | one quick thing to mention: if you're not already using 1.2.1, it might be worth the effort to upgrade, because I know there were a bunch of api fixes that went into 1.2.0 and 1.2.1 | 13:40 |
| nuclear_eclipse | and if you are using 1.2.1, perhaps investigate using a nightly build , and see if there are any api fixes in there that would help you | 13:41 |
| phr34k | according to the change log, i'm running 1.1.8, unless the changelog has not been updated ofc. I might just checkout 1.2.1 but it can't be much. | 13:46 |
| nuclear_eclipse | phr34k: I do know that a lot of api bugs were fixed in the 1.2.x branch | 13:48 |
| phr34k | i'll give it a shot | 13:48 |
| nuclear_eclipse | just make sure you backup your database and configuration before upgrading, just in case ;) | 13:49 |
| phr34k | any dramatic database changes between 1.1.8 and 1.2.x? otherwise i'll only update the webservices part | 13:49 |
| nuclear_eclipse | well, there is a lot of database changes, but there were a lot of core API changes too, so just updating the soap api won't be possible... | 13:50 |
| phr34k | ah i found what's wrong, i guess GUID are not supported as passwords | 14:08 |
| phr34k | must be a encapsulation flaw somewhere | 14:09 |
| nuclear_eclipse | hi dhx_m | 14:18 |
| nuclear_eclipse | long time no see :P | 14:18 |
| nuclear_eclipse | hi giallu | 16:44 |
| nuclear_eclipse | just fyi, I'm running foobot now from my vps using your supybot plugin for mantis | 16:45 |
| nuclear_eclipse | so thanks for putting that code on github :) | 16:46 |
| mustangsal | anyone come across an exchange 5.5.1 550 verification fail error? feels like it's something silly... just can't find it yet | 18:14 |
| mustangsal | error happens anytime an email is generated by Mantis | 18:14 |
| nuclear_eclipse | mustangsal: make sure that exchange is configured to a) allow email from the email account/domain that your mantisbt install is configured to use, and b) make sure that you're correctly configuring the email/smtp account and password that mantis uses to send the email | 18:16 |
| nuclear_eclipse | ie, the "from" email that mantis uses is configured separately from the login/password used to connect to the smtp server | 18:16 |
| mustangsal | cool thanks... | 18:17 |
| nuclear_eclipse | other than that, I have no clue because I've never used Exchange :P | 18:18 |
| mustangsal | ... it seems to be ignoring $g_smtp_host | 18:24 |
| nuclear_eclipse | mustangsal: what version of mantis are you using? | 18:25 |
| mustangsal | 1.2.1 just downloaded it today | 18:25 |
| nuclear_eclipse | did you set $g_phpMailer_method = PHPMAILER_METHOD_SMTP? | 18:26 |
| mustangsal | yes | 18:27 |
| nuclear_eclipse | then I'm not sure, I've personally only ever used the default settings because it works by default on Linux | 18:28 |
| mustangsal | cool thanks though | 18:29 |
| nuclear_eclipse | you could try reading the forums to see if anyone has had the same problems, or post to mantisbt-help@lists.sourceforge.net to see if anyone can help you there | 18:30 |
| magnetik | Hi | 18:50 |
| magnetik | I've tried this method to integrate DokuWiki into mantis : http://www.mantisbt.org/wiki/doku.php/mantisbt:issue:7075:integration_with_dokuwiki | 18:50 |
| magnetik | and i've this error : Fatal error: Call to undefined function sg() in /var/www/bug/wiki/inc/auth/mantis.class.php on line 56 | 18:50 |
| nuclear_eclipse | magnetik: afaik, those instructions are very out of date, and dont represent changes that have happened to both mantis and dokuwiki in the recent releases | 18:51 |
| magnetik | damn | 18:52 |
| magnetik | What should I do ? | 18:52 |
| nuclear_eclipse | you could use something other than dokuwiki, or if you have any experience with code, you could attempt to use that guide as a starting point, and figure out the changes in both sides, and then add your new knowledge to that wiki entry | 18:53 |
| nuclear_eclipse | or | 18:53 |
| nuclear_eclipse | you could try to find an older release of dokuwiki | 18:54 |
| magnetik | okay =) | 18:54 |
Generated by irclog2html.py