| ../irclogs/#mantishelp.2009-04-04.log | ||
| --- scribe started --- | 00:00 | |
| nuclear_eclipse | hi siebrand; you there? | 00:09 |
|---|---|---|
| * paul___ yawns | 00:36 | |
| BAMaustin | 'k <nuclear_eclipse> I took your advice and tracked down access to to the 1.1.6 update. | 01:23 |
| BAMaustin | Is that warning on the php.ini anything to worry about if I can't find it on a shared host? | 01:24 |
| BAMaustin | about disable register_globals setting | 01:24 |
| BAMaustin | Nevermind. took a bit of searching but found the answers. Was just kinda worried cuz Mantis was offline while I was doing that | 01:31 |
| CIA-18 | Mantisbt: jreese * r3e0c10d26a12 / (6 files in 2 dirs): Added events dealing with creation and updates to versions. | 02:52 |
| paul___ | nuclear_eclipse: john? | 10:44 |
| * paul___ sighs loudly | 12:45 | |
| paul___ | anyone aronud? ;/ | 15:58 |
| nuclear_eclipse | maybe | 16:27 |
| paul___ | nuclear_eclipse: i've fixed tags | 17:23 |
| paul___ | :)) | 17:23 |
| * paul___ thinking about commiting his changes from before | 17:23 | |
| slestak | hi. i have a fresh install of 1.1.6 on ubuntu jeos, trying to use jpgraph. the jpgraph examples render, but I get an error in mantis. Fatal error: Class 'Graph' not found in /usr/local/src/mantisbt-1.1.6/core/graph_api.php on line 67 | 19:50 |
| slestak | i used tgz src for mantis, but deb for jpgraph, lighttpd, and php5-cgi | 19:51 |
| slestak | i have $g_jpgraph_path = '/usr/share/jpgraph/'; in my config | 19:52 |
| moto-moi | afaik mantis looks for the directory containing 'jpgraph.php' | 19:54 |
| moto-moi | hmm | 19:55 |
| moto-moi | http://packages.debian.org/squeeze/all/libphp-jpgraph/filelist | 19:55 |
| moto-moi | looks like your pointing to the right directory | 19:56 |
| moto-moi | although debian doesn't packages the php5 version, so maybe that's the point where your attempt goes haywire? | 19:56 |
| slestak | i made a sym link to the /usr/share dir to /var/www (like I did with the examples.) | 19:56 |
| slestak | goof point, lemme look | 19:56 |
| slestak | good | 19:56 |
| moto-moi | well, as long as your apache user has readrights, it doesn't really matter where the files are located | 19:56 |
| moto-moi | no goofy? :'( | 19:56 |
| * moto-moi looks disappointed | 19:57 | |
| slestak | libphp-jpgraph is a php5 package | 19:57 |
| slestak | i didnt have mscorefonts installed | 19:58 |
| slestak | but the examples work | 19:58 |
| slestak | crap, mscorefonts is installing x | 19:59 |
| moto-moi | :P | 19:59 |
| slestak | so much for jeos | 20:00 |
| moto-moi | :P | 20:00 |
| moto-moi | anyways, it looks like mantis can't seem to open jpgraph.php which contains the Graph class | 20:00 |
| moto-moi | don't you have any errors in your apache errorlog? | 20:00 |
| slestak | i am using lightppd | 20:00 |
| slestak | no errors | 20:01 |
| moto-moi | hmm | 20:01 |
| moto-moi | than I'm afraid I don't have a clue either why it won't work, sorry :) | 20:01 |
| slestak | hmm. the plot thickens. not the examples dont work. | 20:03 |
| slestak | well, some do | 20:03 |
| slestak | ok, that was related to a ttf font issue. all the examples work now | 20:07 |
| paul___ | I tend to put jpgraph under /core | 20:09 |
| slestak | i think i'll just dl the tar of jpgraph. | 20:09 |
| paul___ | then the path is just $g_jpgraph_path= '.' . DIRECTORY_SEPARATOR . 'core' . DIRECTORY_SEPARATOR . 'jpgraph' . DIRECTORY_SEPARATOR; | 20:10 |
| slestak | mantis seems rellay impressive so far. tyvm for the app | 20:17 |
| slestak | does the httpd need to be restarted you think after installing jpgraph? | 20:22 |
| slestak | wonder if it is a symlink problem. I symlinked my mantis in /usr/local/src to /var/www | 20:26 |
| slestak | maybe it trying to use a relative path? | 20:27 |
| slestak | paul___: your syntax above using DIRECTORY_SEPARATOR, is that mandatory, or can I just use a literal unix path? | 20:30 |
| slestak | i have this in my config now | 20:34 |
| slestak | $g_jpgraph_path = '.' . DIRECTORY_SEPARATOR . 'core' . DIRECTORY_SEPARATOR . 'jpgraph' . DIRECTORY_SEPARATOR; | 20:34 |
| slestak | oh well, graphs are optional :) save that for another day | 20:41 |
| paul___ | well, it's what I use | 21:03 |
| paul___ | but no, | 21:03 |
| paul___ | you should be able to do a relative/non-reliatve path | 21:03 |
| paul___ | and no shouldn't need to restart httpd | 21:03 |
| paul___ | it's a script | 21:03 |
Generated by irclog2html.py