If you want to go the "request monitor" route: Use Firefox. Install Firebug. Open your habari admin panel. Log in. Go to 'New->Entry'.
Open Firebug. Click the 'Net' tab. Click the small down arrow to the right of 'Net'. Choose 'Enabled'. Click the 'XHR' tab in the row above 'Net'. Expand your media silo splitter. The spinner begins to spin... Click the right-arrow to expand the POST line that appears in Firebug. Click the 'Response' tab in the area you just expanded. Note the error being returned, if any, that is displayed on the 'Response' tab. The Headers and Post tabs may be of interest as well, but the Response tab is where I would look first. For example, by intentionally arranging to have an error happen, I can read back: "Fatal error</b>: Call to undefined function imagecreatefrompng() in <b>/usr/j/web/hb/system/plugins/habarisilo/habarisilo.plugin.php</b> on line <b>208</b>" from the XHR response in the 'Response' tab. I hope that will help gather some data. -Josh On Mon, Mar 9, 2009 at 3:38 PM, Arthus Erea <[email protected]> wrote: > Do you have a request monitor installed? > After taking an action (such as changing filter), take a look at the > monitor. There should be a new request. > Take a look at that request and see what the outcome is. There are 3 > possible outcomes I can think of: > 1) The request loads forever, never actually loading. (This might be some > sort of redirect issue.) > 2) The result loads, but there's a PHP error message displayed. Or, the > result is blank. If this is the case, please paste the error. > 3) The result loads without error, but Javascript mistakenly detects an > error. If this is the case, again, please paste the error. > Hopefully we can get this resolved with some more debugging. > It also might be worth trying a fresh install to see if that works. > On Mar 9, 2009, at 6:32 PM, Khaled Abou Alfa wrote: > > Heya Michael, > Not sure what I'm looking for here. Basically if I try and use the search > bar (ie to filter stuff out in comments) it basically stalls. This is > whether I basically delete anything, search for anything etc. It loads the > page ok, but then when it gets to POST update_comment thats where things go > a bit wrong. > Should I maybe delete something and then SVN up? Maybe that might help? Like > under system maybe? > On Mon, Mar 9, 2009 at 10:57 AM, Michael Harris <[email protected]> > wrote: >> >> 2009/3/9 Khaled Abou Alfa <[email protected]>: >> > I've SVNed up to the rev 3298 but unfortunately I can't seem to get any >> > tasks actually done. Specifically if I try and use the media silo, it >> > opens >> > up, but nothing else happens (ie the spinner keeps on spinning and >> > that's >> > about it). >> > Something similar happens when trying to deal with comments. If I want >> > to >> > mark them as spam, or approve them, the spinner does it's thing but >> > nothing >> > actually happens. The difference here of course is that if I go to >> > another >> > page (like the dash) then the actual action has been taken care of (for >> > that >> > page). >> >> I know it doesn't really help, but I can't reproduce this. r3299 works >> fine for me. >> >> The ajax calls are not succeeding for some reason. It would be useful >> if you could investigate the requests. Do you have firebug installed ? >> Or is there some similar net monitor for Safari ? If so, can you look >> to see what happens with the ajax requests ? Do other ajax requests >> work, such as moving the loupe or typing in the search boxes ? >> >> -- >> Michael C. Harris, School of CS&IT, RMIT University >> http://twofishcreative.com/michael/blog >> IRC: michaeltwofish #habari >> >> > > > > > > > > > --~--~---------~--~----~------------~-------~--~----~ To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/habari-dev -~----------~----~----~----~------~----~------~--~---
