| ../irclogs/#mantishelp.2010-02-01.log | ||
| --- scribe started --- | 00:00 | |
| alemayo | hi! how can I hide administrator-users from the "assign to" box ? | 07:36 |
|---|---|---|
| alemayo | found it .. | 07:45 |
| kirillka | around? | 09:08 |
| kirillka | around? | 13:23 |
| kirillka | nuclear_eclipse: mo | 13:38 |
| kirillka | :( | 13:46 |
| kirillka | ping | 14:51 |
| ToreadorVampire | Does anyone here know of a Mantis extension/feature/anything that would allow a developer/whoever to keep cached Mantis data on their computer for offline use (like, using Google Gears)? | 18:39 |
| paul__ | dont think that sort of things exists atm | 18:41 |
| ToreadorVampire | No, it was only a longshot, because 1) train journeys (when I fix a bug or two on the way to a clients' office) and 2) One of my clients has essentially no connectivity at their office | 18:45 |
| ToreadorVampire | I can access the tracker using my phone and 3G, but that's not so convenient/as fast as using the full laptop UI | 18:46 |
| kirillka | nuclear_eclipse: around? | 19:25 |
| kirillka | paul__: around? | 19:29 |
| kirillka | daryn: hi | 19:29 |
| kirillka | daryn: one sec. I open skype | 19:29 |
| paul__ | hi | 19:36 |
| kirillka | paul__: lo. Where are you? You gone from Great Britain? | 19:37 |
| paul__ | no, i'm in london | 19:37 |
| kirillka | Why you come in IRC in this time. Our time diff - 2 hours | 19:38 |
| paul__ | irc from home | 19:39 |
| kirillka | Oh. Ok | 19:39 |
| kirillka | paul__: can you help me solve my server problem | 19:39 |
| kirillka | ? | 19:39 |
| paul__ | whats that | 19:39 |
| kirillka | my server on linux. And after some patch of David, I can't update | 19:40 |
| kirillka | one sec | 19:40 |
| kirillka | open url | 19:40 |
| paul__ | right | 19:41 |
| kirillka | I add in <mantis_root>/core.php some string | 19:41 |
| kirillka | function require_api( $p_api_name ) { | 19:41 |
| kirillka | global $g_core_path; | 19:41 |
| kirillka | if ($p_api_name != 'php_api.php'){ echo "begin<br />\n"; echo $p_api_name."<br />\n"; print_r($g_api_included); echo "end<br />\n";} | 19:41 |
| kirillka | if ( !isset( $g_api_included[$p_api_name] ) ) { | 19:41 |
| kirillka | $g_api_included[$p_api_name] = 1; | 19:42 |
| kirillka | } | 19:42 |
| kirillka | else{ | 19:42 |
| kirillka | echo "AHTUNG!!! <br />\n"; | 19:42 |
| kirillka | echo $p_api_name."<br />\n"; | 19:42 |
| kirillka | print_r($g_api_included); | 19:42 |
| kirillka | echo "<br />\n"; | 19:42 |
| kirillka | } | 19:42 |
| kirillka | you see, that after in twitter_api.php load bug_api.php | 19:43 |
| kirillka | and then nothing | 19:43 |
| kirillka | print_r($g_api_included) - not print | 19:43 |
| kirillka | on another server all work fine | 19:44 |
| kirillka | only on this server | 19:44 |
| kirillka | I have 2 installation on this server: work and test | 19:44 |
| kirillka | test - last git without my changes | 19:45 |
| kirillka | not work too | 19:45 |
| kirillka | I don't understand for what mantis broke | 19:45 |
| paul__ | function require_api( $p_api_name ) { global $g_api_included; global $g_core_path; | 19:47 |
| paul__ | how come your paste doesn't include that global? | 19:47 |
| kirillka | one sec | 19:47 |
| kirillka | http://mantis.pastebin.com/m77a94e92 | 19:48 |
| kirillka | I add 5 and 17-22 lines | 19:48 |
| kirillka | last execute 5 line: | 19:49 |
| kirillka | print begin and $p_api_name | 19:49 |
| kirillka | print_r($g_api_included); not executed | 19:49 |
| kirillka | require_api executed from twitter_api.php | 19:50 |
| paul__ | dare I ask what php version? | 19:50 |
| kirillka | php 5.2.xx | 19:50 |
| kirillka | one sec | 19:50 |
| paul__ | well, first obvious question | 19:54 |
| paul__ | is php crashing? | 19:54 |
| kirillka | I don't know | 19:54 |
| kirillka | In syslog not error | 19:55 |
| paul__ | look in apache error or whatever log | 19:55 |
| kirillka | paul__: You can open last url with phpinfo? | 19:56 |
| paul__ | yes | 19:56 |
| kirillka | paul__: in apache error - nothing | 19:58 |
| paul__ | something's taking it out | 19:59 |
| paul__ | ;/ | 19:59 |
| kirillka | and I can't understand what | 20:00 |
| kirillka | paul__: If I change in twitter_api.php require_api('bug_api.php') on require_once('bug_api.php'); this work, but stoped on some next require_api... | 20:01 |
| paul__ | well, latest trunk worked here when i last checked | 20:04 |
| paul__ | the box your using, is a company box or your own test box? | 20:05 |
| kirillka | paul__: on company, but mine support :) | 20:05 |
| paul__ | right, so not something I could access to take a look brierfly | 20:06 |
| kirillka | paul__: did you have some IM (not IRC)? | 20:06 |
| paul__ | sure | 20:07 |
| paul__ | what ones do you run? | 20:07 |
| kirillka | I use icq, skype, jabber and msn | 20:07 |
| paul__ | right , i'm on msn and icq | 20:11 |
| paul__ | 3633578 | 20:11 |
| kirillka | icq 82427351, msn: kirillkr@hotmail.com | 20:12 |
| daryn | kirillka i'm back now | 20:32 |
| paul__ | right | 20:59 |
| paul__ | nuclear_eclipse: mo | 20:59 |
| nuclear_eclipse | hi | 20:59 |
| paul__ | we've worked out why kirillka couldn't get latest git to work | 20:59 |
| paul__ | after david's changes | 20:59 |
| kirillka | nuclear_eclipse: mo | 21:00 |
Generated by irclog2html.py