You are not logged in.

Dear visitor, welcome to krpano.com Forum. If this is your first visit here, please read the Help. It explains in detail how this page works. To use all features of this page, you should consider registering. Please use the registration form, to register here or read more information about the registration process. If you are already registered, please login here.

1

Saturday, December 23rd 2017, 4:43pm

ERROR after upgrading from 1.19pr8 to 1.19pr14

Hi!
We have a online editor created and worked fine with the version of pr8.
So now we are in the testing phase for updating the krpano to the latest version.

I get two errors:

Source code

1
2
ERROR: This page contains the following errors:error on line 16 at column 18: Opening and ending tag mismatch: thumb line 0 and paths
Below is a rendering of the page up to the first error.


and
(actually a warning)

Source code

1
WARNING: set contextmenu[mainmenu].name=mainmenu - contextmenu is not an array! 



But this all worked fine on the 'old' version.

Any suggestions on where to look at for the error and warning?

Thanks!

This post has been edited 1 times, last edit by "Sander Schat" (Dec 23rd 2017, 5:43pm)


2

Saturday, December 23rd 2017, 11:04pm

oke got the error solved.

I am pumping XML via a javascript call LOADXML

But here needed to be the linebreaks removed.


Still looking for the array warning complained.

Source code

1
WARNING: set labels[settingsform].setting_tour_customizer_vig=Vignette? - labels is not an array! 


set via

Source code

1
2
3
 <labels name="settingsform" 
            setting_tour_customizer_vig="Vignette?"
/>



anything wrong in this?