View Issue Details

IDProjectCategoryView StatusLast Update
1401RackTablesdefaultpublic2017-02-13 19:23
Reporterlaimaretto Assigned Toandriyanov  
PrioritynormalSeverityminorReproducibilityalways
Status closedResolutionfixed 
OSubuntu serverOS Version14.04 lts 
Product Version0.20.9 
Fixed in Version0.20.10 
Summary1401: linking ports does not close window
DescriptionLinking ports works as expected but once the linking has been applied, the linking window does not close nor the port list refreshes.

We can live with that so far, but closing the window once the linking has been applied would be nit.

Thanks!
Tagsport

Activities

adoom42

adoom42

2015-01-22 05:38

administrator   ~0002653

I'm unable to reproduce the problem. Do you experience the same behavior on demo.racktables.org? Have you tried using different browsers and different PCs? Do you have JavaScript disabled in your browser?
laimaretto

laimaretto

2015-01-22 13:57

reporter  

upgrade_207_to_209.pdf (27,328 bytes)
laimaretto

laimaretto

2015-01-22 14:10

reporter   ~0002655

Hi: thanks for answering. Your tip is good. I did go to the demo site and there I did not experience the problem of the linking window. So it seems the problem is on my side.

Nevertheless, the demo site experiences the bug shown in here [1]. When I upgraded from 0.20.7 to 0.20.9 I did experience the bug as well and it went away when applying the patch. However the problem of the linking window still remained.

Disclaimer1: I was also experiencing the problem of the linking window even before applying the patch mentioned in [1].
Disclaimer2: I did not experience the problem of the linking window with version 0.20.7. So I believe the problem is not with my browser or PC. By the way, I'm using Firefox v35 on ubuntu 14.04.
Disclaimer3: Colleagues of mine are experiencing the same issue, one using Chrome on Windows7 and the other using Firefox on Ubuntu.

The upgrade to 0.20.9 went smooth. Please see the attached pdf file.

Any other idea?

Thanks again!

Lucas

[1] - https://bugs.racktables.org/view.php?id=1393
adoom42

adoom42

2015-01-24 18:41

administrator   ~0002661

The demo site runs version 0.20.9. The fix for bug 1393 is in version 0.20.10, which hasn't been released yet.

Regarding the linking window problem, I suggest examining the web server log files, the php.ini config file, your browser's debug console, etc. to gather more information. You could also try a fresh install of RackTables on a different server. If that instance does not experience the bug, compare it to your main server.
andriyanov

andriyanov

2015-01-26 07:48

reporter   ~0002665

I guess, this bug is related to short_open_tag ini setting.
If so, it is fixed in 0.20.10.
laimaretto

laimaretto

2015-01-26 14:45

reporter   ~0002671

Hi All,

I did a fresh install of Racktables 0.20.9. The issue remains the same.

I digged into the apache's log files (access.log and error.log). The error.log file did not show anything. The access.log file showed up the following when linking two ports:

10.10.39.156 - lucas [26/Jan/2015:10:19:44 -0300] "GET /racktables/index.php?module=popup&helper=portlist&page=object&tab=ports&port=18094&in_rack=on&object_id=869 HTTP/1.1" 200 900 "http://10.10.36.10/racktables/index.php?page=object&tab=ports&object_id=869" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:35.0) Gecko/20100101 Firefox/35.0"

10.10.39.156 - lucas [26/Jan/2015:10:19:50 -0300] "GET /racktables/index.php?module=popup&helper=portlist&port=18094&filter-obj=cf645&filter-asset_no=&filter-port=&in_rack=on HTTP/1.1" 200 983 "http://10.10.36.10/racktables/index.php?module=popup&helper=portlist&page=object&tab=ports&port=18094&in_rack=on&object_id=869" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:35.0) Gecko/20100101 Firefox/35.0"

10.10.39.156 - lucas [26/Jan/2015:10:19:54 -0300] "GET /racktables/index.php?module=popup&helper=portlist&port=18094&filter-obj=cf645&filter-asset_no=&filter-port=&in_rack=on&remote_port=18095&cable=&do_link=Link HTTP/1.1" 200 668 "http://10.10.36.10/racktables/index.php?module=popup&helper=portlist&port=18094&filter-obj=cf645&filter-asset_no=&filter-port=&in_rack=on" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:35.0) Gecko/20100101 Firefox/35.0"


Does any body know how to interpret these? Will updating to 0.20.10 solve this problem? I really don't think this issue is related to the DB; it looks like to be something related to the code itself or some configuration on my side ...

You mentioned php.ini. What should I modify inside of it?

Regards!

Lucas
andriyanov

andriyanov

2015-01-26 15:08

reporter   ~0002673

Please try enabling the short_open_tag ini setting, or upgrading to 0.20.10.
laimaretto

laimaretto

2015-01-26 15:39

reporter   ~0002675

Last edited: 2015-01-26 15:40

Hi, Andriyanov, Great!

Thanks for your suggestion. That did the trick. I enabled the short_open_tag in the php.ini file and now it's working as always.

Do yo however suggest to upgrade to 0.20.10 or could I just stay with 0.20.9?

Thank you very much!

Lucas

andriyanov

andriyanov

2015-01-26 15:45

reporter   ~0002677

Last edited: 2015-01-26 15:46

Yes, I strongly recommend to upgrade. This release fixes some other bugs, and, presumably, does not contain new ones. After the upgrade I recommend to revert your change to the php.ini

Issue History

Date Modified Username Field Change
2015-01-21 15:42 laimaretto New Issue
2015-01-21 16:04 laimaretto Tag Attached: port
2015-01-21 16:04 laimaretto Tag Attached: links
2015-01-22 05:38 adoom42 Note Added: 0002653
2015-01-22 13:56 laimaretto File Added: mozilla.pdf
2015-01-22 13:56 laimaretto File Deleted: mozilla.pdf
2015-01-22 13:57 laimaretto File Added: upgrade_207_to_209.pdf
2015-01-22 14:10 laimaretto Note Added: 0002655
2015-01-24 18:41 adoom42 Note Added: 0002661
2015-01-26 07:48 andriyanov Note Added: 0002665
2015-01-26 14:45 laimaretto Note Added: 0002671
2015-01-26 15:08 andriyanov Note Added: 0002673
2015-01-26 15:39 laimaretto Note Added: 0002675
2015-01-26 15:40 laimaretto Note Edited: 0002675
2015-01-26 15:45 andriyanov Note Added: 0002677
2015-01-26 15:46 andriyanov Note Edited: 0002677
2015-01-26 15:46 andriyanov Status new => closed
2015-01-26 15:46 andriyanov Assigned To => andriyanov
2015-01-26 15:46 andriyanov Resolution open => fixed
2015-01-26 15:46 andriyanov Fixed in Version => 0.20.10
2017-02-13 19:23 infrastation Tag Detached: links