Release 1.6.0.RC2 not save region

Asked by frank verdonk

Hi Alex as request a new ticket.

When i change a region location and press the save button.
It will jump back to his previous location.

I have seen issue Question #245319 it looks the same but after press the save button and
f5 to refresh than it jumps back to his previous location.

If you like you can have my log in credentials.
ps the first 3 regions are working correctly only one region a can not change the Character size.
So the first to installed region are working correctly.

Rg Frank

Question information

Language:
English Edit question
Status:
Answered
For:
Xibo Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
Alex Harrington (alexharrington) said :
#1

Hi Frank

Please can you check that the request hits your webserver when you press
the Save button.

If that request were to get missed out or dropped somewhere (due to
latency, server load etc) then the region position wouldn't get updated.

Also please can you check the log to see if there's any errors for that
time period?

Revision history for this message
frank verdonk (o-infm-m) said :
#2

Hi Alex.
There is no issue with my web server release 1.6.0.rc1 on the same server has no issue.

When i press the save button i get the following error:

6489 2014-04-15 14:57:25 timeline <errormsg>Size and coordinates must be generic</errormsg>
<errornum>256</errornum>
<errortype>User Error</errortype>
<scriptname>/home/verdonko/public_html/xibo/cunera/lib/pages/timeline.class.php</scriptname>
<scriptlinenum>303</scriptlinenum>
6488 2014-04-15 14:57:14 timeline <errormsg>Size and coordinates must be generic</errormsg>
<errornum>256</errornum>
<errortype>User Error</errortype>
<scriptname>/home/verdonko/public_html/xibo/cunera/lib/pages/timeline.class.php</scriptname>
<scriptlinenum>303</scriptlinenum>
6487 2014-04-15 14:56:43 timeline <errormsg>Size and coordinates must be generic</errormsg>
<errornum>256</errornum>
<errortype>User Error</errortype>
<scriptname>/home/verdonko/public_html/xibo/cunera/lib/pages/timeline.class.php</scriptname>
<scriptlinenum>303</scriptlinenum>
6486 2014-04-15 14:56:06 timeline <errormsg>Size and coordinates must be generic</errormsg>
<errornum>256</errornum>
<errortype>User Error</errortype>
<scriptname>/home/verdonko/public_html/xibo/cunera/lib/pages/timeline.class.php</scriptname>
<scriptlinenum>303</scriptlinenum>

Rg Frank

Revision history for this message
frank verdonk (o-infm-m) said :
#3

Hi Alex can you confirm this is a issue in RC2 ?

Rg Frank

Revision history for this message
Alex Harrington (alexharrington) said :
#4

I can't replicate it on any of my servers. Dan is going to look at the
error you provided

Revision history for this message
frank verdonk (o-infm-m) said :
#5

Hi Alex, it is strange but i have done a new install and some how it appears.
I have a test domain where you can have a look if you like.
To be sure it is not the browser i changed from windows to MAC and other browsers but all the same.
Just for your info,

 kind regards frank

Revision history for this message
frank verdonk (o-infm-m) said :
#6

Hi Alex, it has something to do with Firefox and Xibo1.6.0 rc2
With Safari it works fine.

Firefox:
Versie 28.0
Useragent Mozilla/5.0 (Macintosh; Intel Mac OS X 10.7; rv:28.0) Gecko/20100101 Firefox/28.0

Revision history for this message
Dan Garner (dangarner) said :
#7

That error message should say "Size and Coordinates must be numeric" - sorry, my bad on the typo!

Can you edit lib/data/region.data.class.php

Change Line: 559 to:

return $this->SetError('W:' . $width . '. H:' . $height . '. T: ' . $top . '. L:' . $left);

What does it say then?

Revision history for this message
frank verdonk (o-infm-m) said :
#8

Hi Dan.
No with Mozila still not possible to add ore change a region. after a refresh of the page nothing has been save.
With Safari no problem at all.

Thanks for having a look at this issue.

changed line 557 to 559 :
   // Validation
   if (!is_numeric($width) || !is_numeric($height) || !is_numeric($top) || !is_numeric($left))
    return $this->SetError('W:' . $width . '. H:' . $height . '. T: ' . $top . '. L:' . $left);

Rg Frank

Can you help with this problem?

Provide an answer of your own, or ask frank verdonk for more information if necessary.

To post a message you must log in.