Home
TeamSite
TeamSite, LiveSite and OpenDeploy
Can anyone with 6.5 run a test for me ?
Andy Knipp
I have 6.7.1 and am trying to debug an issue on a 6.5 system that I do not have access to. So it is done over email to an admin who is overworked.
Basic issue is that a custom menu item times out.
My test on 6.7.1 works fine, however IWOV has changed the files a little.
SO here is what I need:
Add this custom menu item (if you do not have it already):
[html]
label="Show Env"description="Month"url="/iw-bin/show_env.cgi"target="_blank"/>
[/html]
and run make_toolkit.ipl
Change show_env.cgi: put this at line 86:
sleep(15)
between these 2 lines
$cgi->parse_data();
print <<"END";
This should give you a custom menu item called Show Env which will delay 15 seconds and pop up the normal data.
To play with the timeout edit iwhome/iw-webd/conf/httpd.conf.template and change the timeout (line 27(?)) from 300 to 5 and run iwreset -ui
When it comes back you should see a failure (Internal Service Error or something) if you run Show Env. Change timeout back to 300 and iwreset -ui should make the item work again.
Can someone test this out for me ?
TIA
Andy
Find more posts tagged with
Comments
There are no comments yet