You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@vcl.apache.org by David DeMizio <dd...@ncf.edu> on 2014/03/05 22:20:11 UTC

Undefined index on a particular image

Hello,

I can't seem to create a reservation on one particular image, all the other
images work fine. I can reload the image but can't create a reservation
from the vcl frontend. I keep getting the error below. Can anyone shed any
light on this? since  it's just this image I'm inclined to think that
something is messed up in the database for this image. Thank You

Error encountered
Unkown error type: [8] Undefined index: subimages
Error at 538 in /var/www/html/vcl/.ht-inc/requests.php

Re: Undefined index on a particular image

Posted by David DeMizio <dd...@ncf.edu>.
Thanks Josh, I added a row in imagemeta with an id of 17 and all is good.
Thanks for your help

David DeMizio
*Academic Systems Coordinator*
Office of Information Technology
New College of Florida
Phone: 941-487-4222 | Fax: 941-487-4356
www.ncf.edu


On Thu, Mar 6, 2014 at 1:14 PM, David DeMizio <dd...@ncf.edu> wrote:

> Ahh, I don't have an id of 17 in imagemeta table and the image table
> imagemetaid is set to 17. Should I just add an id of 17 to imagemeta table?
>
> David DeMizio
> *Academic Systems Coordinator*
> Office of Information Technology
> New College of Florida
> Phone: 941-487-4222 | Fax: 941-487-4356
> www.ncf.edu
>
>
> On Thu, Mar 6, 2014 at 1:03 PM, Josh Thompson <jo...@ncsu.edu>wrote:
>
>> -----BEGIN PGP SIGNED MESSAGE-----
>> Hash: SHA1
>>
>> David,
>>
>> I'm still not sure what this is failing.  However, I have some ideas to
>> try.
>> If you have an entry in your imagemeta table with an id of 17, delete it.
>> Then, set imagemetaid in your image table to NULL for the record with id
>> = 13.
>> That will cause it to skip the blocks of code where it looks for the
>> array key
>> of 'subimages' because it always checks for imagemetaid not being NULL
>> first.
>> What I don't understand, is that if imagemetaid is not NULL, you should
>> always
>> have a key of 'subimages' set, but for this image, it is not set.
>>
>> Josh
>> - --
>> - -------------------------------
>> Josh Thompson
>> VCL Developer
>> North Carolina State University
>>
>> my GPG/PGP key can be found at pgp.mit.edu
>>
>> All electronic mail messages in connection with State business which
>> are sent to or received by this account are subject to the NC Public
>> Records Law and may be disclosed to third parties.
>> -----BEGIN PGP SIGNATURE-----
>> Version: GnuPG v2.0.22 (GNU/Linux)
>>
>> iEYEARECAAYFAlMYuJEACgkQV/LQcNdtPQMczgCeNUm5RkH2peIZI5il200M2qR9
>> 0bMAn3jn79eAC15JWI0msr8KeO8YupAY
>> =6ZPu
>> -----END PGP SIGNATURE-----
>>
>>
>

Re: Undefined index on a particular image

Posted by David DeMizio <dd...@ncf.edu>.
Ahh, I don't have an id of 17 in imagemeta table and the image table
imagemetaid is set to 17. Should I just add an id of 17 to imagemeta table?

David DeMizio
*Academic Systems Coordinator*
Office of Information Technology
New College of Florida
Phone: 941-487-4222 | Fax: 941-487-4356
www.ncf.edu


On Thu, Mar 6, 2014 at 1:03 PM, Josh Thompson <jo...@ncsu.edu>wrote:

> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> David,
>
> I'm still not sure what this is failing.  However, I have some ideas to
> try.
> If you have an entry in your imagemeta table with an id of 17, delete it.
> Then, set imagemetaid in your image table to NULL for the record with id =
> 13.
> That will cause it to skip the blocks of code where it looks for the array
> key
> of 'subimages' because it always checks for imagemetaid not being NULL
> first.
> What I don't understand, is that if imagemetaid is not NULL, you should
> always
> have a key of 'subimages' set, but for this image, it is not set.
>
> Josh
> - --
> - -------------------------------
> Josh Thompson
> VCL Developer
> North Carolina State University
>
> my GPG/PGP key can be found at pgp.mit.edu
>
> All electronic mail messages in connection with State business which
> are sent to or received by this account are subject to the NC Public
> Records Law and may be disclosed to third parties.
> -----BEGIN PGP SIGNATURE-----
> Version: GnuPG v2.0.22 (GNU/Linux)
>
> iEYEARECAAYFAlMYuJEACgkQV/LQcNdtPQMczgCeNUm5RkH2peIZI5il200M2qR9
> 0bMAn3jn79eAC15JWI0msr8KeO8YupAY
> =6ZPu
> -----END PGP SIGNATURE-----
>
>

Re: Undefined index on a particular image

Posted by Josh Thompson <jo...@ncsu.edu>.
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

David,

I'm still not sure what this is failing.  However, I have some ideas to try.  
If you have an entry in your imagemeta table with an id of 17, delete it.  
Then, set imagemetaid in your image table to NULL for the record with id = 13.  
That will cause it to skip the blocks of code where it looks for the array key 
of 'subimages' because it always checks for imagemetaid not being NULL first.  
What I don't understand, is that if imagemetaid is not NULL, you should always 
have a key of 'subimages' set, but for this image, it is not set.

Josh
- -- 
- -------------------------------
Josh Thompson
VCL Developer
North Carolina State University

my GPG/PGP key can be found at pgp.mit.edu

All electronic mail messages in connection with State business which
are sent to or received by this account are subject to the NC Public
Records Law and may be disclosed to third parties.
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.22 (GNU/Linux)

iEYEARECAAYFAlMYuJEACgkQV/LQcNdtPQMczgCeNUm5RkH2peIZI5il200M2qR9
0bMAn3jn79eAC15JWI0msr8KeO8YupAY
=6ZPu
-----END PGP SIGNATURE-----


Re: Undefined index on a particular image

Posted by David DeMizio <dd...@ncf.edu>.
dojo.byId('imgdesc').innerHTML = '<strong>Image
Description</strong>:<br>Centos 6.4<br><br>'; Error
encountered<br>Unkown error type: [8] Undefined index: subimages<br
/>Error at 3806 in /var/www/html/vcl/.ht-inc/utils.php<br><pre>Array(
  [images] => Array        (            [13] => Array                (
                   [id] => 13                    [name] =>
vmwarelinux-CentOS64Bit13-v4                    [prettyname] => Linux
Lab                    [ownerid] => 1                    [owner] =>
admin@Local                    [platformid] => 1
[platform] => i386                    [osid] => 36
[os] => vmwarelinux                    [installtype] => vmware
           [minram] => 0                    [minprocnumber] => 1
             [minprocspeed] => 0                    [minnetwork] => 10
                   [maxconcurrent] =>                     [reloadtime]
=> 10                    [deleted] => 0                    [test] => 1
                   [resourceid] => 29                    [lastupdate]
=> 2014-01-31 13:52:47                    [forcheckout] => 1
         [maxinitialtime] => 0                    [imagemetaid] => 17
                  [imagerevision] => Array                        (
                        [33] => Array                                (
                                   [id] => 33
          [revision] => 4                                    [userid]
=> 1                                    [user] => admin@Local
                          [datecreated] => 2014-01-31 13:52:47
                           [prettydate] => 1/31/14 1:52 PM
                       [production] => 1
     [imagename] => vmwarelinux-CentOS64Bit13-v4
         )                        )
[connectmethods] => Array                        (
       [2] => Remote Desktop                            [1] => ssh on
port 22                        )                )            [1] =>
Array                (                    [id] => 1
[name] => noimage                    [prettyname] => No Image
          [ownerid] => 1                    [owner] => admin@Local
               [platformid] => 1                    [platform] => i386
                   [osid] => 2                    [os] => sun4x_58
               [installtype] => none                    [minram] => 0
                  [minprocnumber] => 1
[minprocspeed] => 0                    [minnetwork] => 10
      [maxconcurrent] =>                     [reloadtime] => 0
           [deleted] => 0                    [test] => 0
     [resourceid] => 4                    [lastupdate] =>
       [forcheckout] => 0                    [maxinitialtime] => 0
               [imagemetaid] =>                     [imagerevision] =>
Array                        (                            [1] => Array
                               (
[id] => 1                                    [revision] => 0
                         [userid] => 1
   [user] => admin@Local
[datecreated] => 1980-01-01 00:00:00
 [prettydate] => 1/01/80 12:00 AM
[production] => 1                                    [imagename] =>
noimage                                )                        )
              [connectmethods] => Array                        (
                     [1] => ssh on port 22                        )
            )            [18] => Array                (
    [id] => 18                    [name] => vmwarewin7-olab18-v2
             [prettyname] => olab                    [ownerid] => 1
                [owner] => admin@Local                    [platformid]
=> 1                    [platform] => i386                    [osid]
=> 35                    [os] => vmwarewin7
[installtype] => vmware                    [minram] => 0
     [minprocnumber] => 1                    [minprocspeed] => 0
             [minnetwork] => 10                    [maxconcurrent] =>
                   [reloadtime] => 10                    [deleted] =>
0                    [test] => 1                    [resourceid] => 36
                   [lastupdate] => 2014-02-26 10:44:25
   [forcheckout] => 1                    [maxinitialtime] => 0
           [imagemetaid] => 18                    [checkuser] => 0
               [rootaccess] => 1                    [sysprep] => 0
               [subimages] => Array                        (
             )                    [imagerevision] => Array
           (                            [34] => Array
              (                                    [id] => 34
                          [revision] => 1
      [userid] => 1                                    [user] =>
admin@Local                                    [datecreated] =>
2014-01-31 14:07:58                                    [prettydate] =>
1/31/14 2:07 PM                                    [production] => 0
                                 [imagename] => vmwarewin7-olab18-v1
                             )                            [40] =>
Array                                (
   [id] => 40                                    [revision] => 2
                             [userid] => 1
       [user] => admin@Local
[datecreated] => 2014-02-26 10:44:25
 [prettydate] => 2/26/14 10:44 AM
[production] => 1                                    [imagename] =>
vmwarewin7-olab18-v2                                )
      )                    [connectmethods] => Array
     (                            [2] => Remote Desktop
        )                )            [27] => Array                (
                 [id] => 27                    [name] =>
vmwarewin7-SocialScience27-v8                    [prettyname] => SSRL
                  [ownerid] => 1                    [owner] =>
admin@Local                    [platformid] => 1
[platform] => i386                    [osid] => 35
[os] => vmwarewin7                    [installtype] => vmware
          [minram] => 4098                    [minprocnumber] => 1
               [minprocspeed] => 0                    [minnetwork] =>
10                    [maxconcurrent] =>
[reloadtime] => 10                    [deleted] => 0
 [test] => 1                    [resourceid] => 44
[lastupdate] => 2014-03-06 10:00:57                    [forcheckout]
=> 1                    [maxinitialtime] => 0
[imagemetaid] => 27                    [checkuser] => 0
    [rootaccess] => 1                    [sysprep] => 0
    [subimages] => Array                        (
  )                    [imagerevision] => Array
(                            [28] => Array
   (                                    [id] => 28
               [revision] => 0
[userid] => 1                                    [user] => admin@Local
                                   [datecreated] => 2014-01-07
15:23:57                                    [prettydate] => 1/07/14
3:23 PM                                    [production] => 0
                         [imagename] => vmwarewin7-SocialScience27-v0
                              )                            [44] =>
Array                                (
   [id] => 44                                    [revision] => 7
                             [userid] => 1
       [user] => admin@Local
[datecreated] => 2014-03-06 09:10:02
 [prettydate] => 3/06/14 9:10 AM
[production] => 0                                    [imagename] =>
vmwarewin7-SocialScience27-v7                                )
                   [45] => Array                                (
                              [id] => 45
     [revision] => 8                                    [userid] => 1
                                  [user] => admin@Local
                    [datecreated] => 2014-03-06 10:00:57
                     [prettydate] => 3/06/14 10:00 AM
                  [production] => 1
[imagename] => vmwarewin7-SocialScience27-v8
     )                        )                    [connectmethods] =>
Array                        (                            [2] =>
Remote Desktop                        )                )
[9] => Array                (                    [id] => 9
       [name] => vmwarewin7-Windows764Bit9-v2
[prettyname] => Windows Generic Lab                    [ownerid] => 1
                  [owner] => admin@Local
[platformid] => 1                    [platform] => i386
    [osid] => 35                    [os] => vmwarewin7
   [installtype] => vmware                    [minram] => 8192
           [minprocnumber] => 1                    [minprocspeed] => 0
                   [minnetwork] => 10
[maxconcurrent] =>                     [reloadtime] => 10
      [deleted] => 0                    [test] => 1
[resourceid] => 25                    [lastupdate] => 2014-03-05
15:00:50                    [forcheckout] => 1
[maxinitialtime] => 0                    [imagemetaid] => 8
        [checkuser] => 0                    [rootaccess] => 0
          [sysprep] => 0                    [subimages] => Array
                 (                        )
[imagerevision] => Array                        (
      [8] => Array                                (
                [id] => 8
[revision] => 0                                    [userid] => 1
                             [user] => admin@Local
               [datecreated] => 2013-11-14 16:50:32
                [prettydate] => 11/14/13 4:50 PM
             [production] => 0
[imagename] => vmwarewin7-Windows764Bit9-v0
    )                            [43] => Array
       (                                    [id] => 43
                   [revision] => 2
[userid] => 1                                    [user] => admin@Local
                                   [datecreated] => 2014-03-05
15:00:50                                    [prettydate] => 3/05/14
3:00 PM                                    [production] => 1
                         [imagename] => vmwarewin7-Windows764Bit9-v2
                             )                        )
    [connectmethods] => Array                        (
           [2] => Remote Desktop                        )
  )        )    [imageid] => 13    [imagerevisionid] => 33    [start]
=> 1394125200    [end] => 1394133300    [requestid] => 0    [userid]
=> 0    [ignoreprivileges] => 0    [forimaging] => 0    [ip] =>
[mac] =>     [skipconcurrentcheck] => 0    [requestInfo] => Array
  (            [start] => 1394125200            [end] => 1394133300
        [imageid] => 13            [computers] => Array
(                    [0] => 0                )            [images] =>
Array                (                    [0] => 13                )
     )    [allocatedcompids] => Array        (            [0] => 0
   )    [now] => 1    [nowfuture] => now    [scheduleids] => Array
   (            [0] => 1        )    [count] =>
1)</pre><br><br><br><pre>Backtrace:=-=-=-=-=-=-=-=-=-=-=-=Call#:1 =>
index.php:AJupdateWaitTime() (line#:90)Call#:2 =>
requests.php:isAvailable() (line#:296)Call#:3 =>
utils.php:errorHandler() (line#:3806)Backtrace with
Arguments:=-=-=-=-=-=-=-=-=-=-=-=Call#:1 =>
index.php:AJupdateWaitTime()
(line#:90)Arguments(none):-----------------------Call#:2 =>
requests.php:isAvailable() (line#:296)Arguments(5)Argument#: 1 =>
Array(    [13] => Array        (            [id] => 13
[name] => vmwarelinux-CentOS64Bit13-v4            [prettyname] =>
Linux Lab            [ownerid] => 1            [owner] => admin@Local
          [platformid] => 1            [platform] => i386
[osid] => 36            [os] => vmwarelinux            [installtype]
=> vmware            [minram] => 0            [minprocnumber] => 1
       [minprocspeed] => 0            [minnetwork] => 10
[maxconcurrent] =>             [reloadtime] => 10            [deleted]
=> 0            [test] => 1            [resourceid] => 29
[lastupdate] => 2014-01-31 13:52:47            [forcheckout] => 1
      [maxinitialtime] => 0            [imagemetaid] => 17
[imagerevision] => Array                (                    [33] =>
Array                        (                            [id] => 33
                         [revision] => 4
[userid] => 1                            [user] => admin@Local
                   [datecreated] => 2014-01-31 13:52:47
            [prettydate] => 1/31/14 1:52 PM
[production] => 1                            [imagename] =>
vmwarelinux-CentOS64Bit13-v4                        )                )
           [connectmethods] => Array                (
  [2] => Remote Desktop                    [1] => ssh on port 22
         )        )    [1] => Array        (            [id] => 1
      [name] => noimage            [prettyname] => No Image
[ownerid] => 1            [owner] => admin@Local
[platformid] => 1            [platform] => i386            [osid] => 2
           [os] => sun4x_58            [installtype] => none
 [minram] => 0            [minprocnumber] => 1
[minprocspeed] => 0            [minnetwork] => 10
[maxconcurrent] =>             [reloadtime] => 0            [deleted]
=> 0            [test] => 0            [resourceid] => 4
[lastupdate] =>             [forcheckout] => 0
[maxinitialtime] => 0            [imagemetaid] =>
[imagerevision] => Array                (                    [1] =>
Array                        (                            [id] => 1
                        [revision] => 0
[userid] => 1                            [user] => admin@Local
                   [datecreated] => 1980-01-01 00:00:00
            [prettydate] => 1/01/80 12:00 AM
 [production] => 1                            [imagename] => noimage
                     )                )            [connectmethods] =>
Array                (                    [1] => ssh on port 22
        )        )    [18] => Array        (            [id] => 18
       [name] => vmwarewin7-olab18-v2            [prettyname] => olab
          [ownerid] => 1            [owner] => admin@Local
[platformid] => 1            [platform] => i386            [osid] =>
35            [os] => vmwarewin7            [installtype] => vmware
        [minram] => 0            [minprocnumber] => 1
[minprocspeed] => 0            [minnetwork] => 10
[maxconcurrent] =>             [reloadtime] => 10            [deleted]
=> 0            [test] => 1            [resourceid] => 36
[lastupdate] => 2014-02-26 10:44:25            [forcheckout] => 1
      [maxinitialtime] => 0            [imagemetaid] => 18
[checkuser] => 0            [rootaccess] => 1            [sysprep] =>
0            [subimages] => Array                (                )
        [imagerevision] => Array                (
[34] => Array                        (                            [id]
=> 34                            [revision] => 1
     [userid] => 1                            [user] => admin@Local
                        [datecreated] => 2014-01-31 14:07:58
                 [prettydate] => 1/31/14 2:07 PM
     [production] => 0                            [imagename] =>
vmwarewin7-olab18-v1                        )                    [40]
=> Array                        (                            [id] =>
40                            [revision] => 2
  [userid] => 1                            [user] => admin@Local
                     [datecreated] => 2014-02-26 10:44:25
              [prettydate] => 2/26/14 10:44 AM
   [production] => 1                            [imagename] =>
vmwarewin7-olab18-v2                        )                )
   [connectmethods] => Array                (                    [2]
=> Remote Desktop                )        )    [27] => Array        (
          [id] => 27            [name] =>
vmwarewin7-SocialScience27-v8            [prettyname] => SSRL
  [ownerid] => 1            [owner] => admin@Local
[platformid] => 1            [platform] => i386            [osid] =>
35            [os] => vmwarewin7            [installtype] => vmware
        [minram] => 4098            [minprocnumber] => 1
[minprocspeed] => 0            [minnetwork] => 10
[maxconcurrent] =>             [reloadtime] => 10            [deleted]
=> 0            [test] => 1            [resourceid] => 44
[lastupdate] => 2014-03-06 10:00:57            [forcheckout] => 1
      [maxinitialtime] => 0            [imagemetaid] => 27
[checkuser] => 0            [rootaccess] => 1            [sysprep] =>
0            [subimages] => Array                (                )
        [imagerevision] => Array                (
[28] => Array                        (                            [id]
=> 28                            [revision] => 0
     [userid] => 1                            [user] => admin@Local
                        [datecreated] => 2014-01-07 15:23:57
                 [prettydate] => 1/07/14 3:23 PM
     [production] => 0                            [imagename] =>
vmwarewin7-SocialScience27-v0                        )
   [44] => Array                        (
[id] => 44                            [revision] => 7
          [userid] => 1                            [user] =>
admin@Local                            [datecreated] => 2014-03-06
09:10:02                            [prettydate] => 3/06/14 9:10 AM
                        [production] => 0
[imagename] => vmwarewin7-SocialScience27-v7                        )
                  [45] => Array                        (
             [id] => 45                            [revision] => 8
                       [userid] => 1                            [user]
=> admin@Local                            [datecreated] => 2014-03-06
10:00:57                            [prettydate] => 3/06/14 10:00 AM
                         [production] => 1
[imagename] => vmwarewin7-SocialScience27-v8                        )
              )            [connectmethods] => Array                (
                  [2] => Remote Desktop                )        )
[9] => Array        (            [id] => 9            [name] =>
vmwarewin7-Windows764Bit9-v2            [prettyname] => Windows
Generic Lab            [ownerid] => 1            [owner] =>
admin@Local            [platformid] => 1            [platform] => i386
           [osid] => 35            [os] => vmwarewin7
[installtype] => vmware            [minram] => 8192
[minprocnumber] => 1            [minprocspeed] => 0
[minnetwork] => 10            [maxconcurrent] =>
[reloadtime] => 10            [deleted] => 0            [test] => 1
        [resourceid] => 25            [lastupdate] => 2014-03-05
15:00:50            [forcheckout] => 1            [maxinitialtime] =>
0            [imagemetaid] => 8            [checkuser] => 0
[rootaccess] => 0            [sysprep] => 0            [subimages] =>
Array                (                )            [imagerevision] =>
Array                (                    [8] => Array
       (                            [id] => 8
  [revision] => 0                            [userid] => 1
               [user] => admin@Local
[datecreated] => 2013-11-14 16:50:32
[prettydate] => 11/14/13 4:50 PM
[production] => 0                            [imagename] =>
vmwarewin7-Windows764Bit9-v0                        )
  [43] => Array                        (
[id] => 43                            [revision] => 2
          [userid] => 1                            [user] =>
admin@Local                            [datecreated] => 2014-03-05
15:00:50                            [prettydate] => 3/05/14 3:00 PM
                        [production] => 1
[imagename] => vmwarewin7-Windows764Bit9-v2                        )
             )            [connectmethods] => Array                (
                 [2] => Remote Desktop                )
))Argument#: 2 => 13Argument#: 3 => 33Argument#: 4 =>
1394125200Argument#: 5 => 1394133300-----------------------Call#:3 =>
utils.php:errorHandler() (line#:3806)Arguments(5)Argument#: 1 =>
8Argument#: 2 => Undefined index: subimagesArgument#: 3 =>
/var/www/html/vcl/.ht-inc/utils.phpArgument#: 4 => 3806Argument#: 5 =>
Array(    [images] => Array        (            [13] => Array
      (                    [id] => 13                    [name] =>
vmwarelinux-CentOS64Bit13-v4                    [prettyname] => Linux
Lab                    [ownerid] => 1                    [owner] =>
admin@Local                    [platformid] => 1
[platform] => i386                    [osid] => 36
[os] => vmwarelinux                    [installtype] => vmware
           [minram] => 0                    [minprocnumber] => 1
             [minprocspeed] => 0                    [minnetwork] => 10
                   [maxconcurrent] =>                     [reloadtime]
=> 10                    [deleted] => 0                    [test] => 1
                   [resourceid] => 29                    [lastupdate]
=> 2014-01-31 13:52:47                    [forcheckout] => 1
         [maxinitialtime] => 0                    [imagemetaid] => 17
                  [imagerevision] => Array                        (
                        [33] => Array                                (
                                   [id] => 33
          [revision] => 4                                    [userid]
=> 1                                    [user] => admin@Local
                          [datecreated] => 2014-01-31 13:52:47
                           [prettydate] => 1/31/14 1:52 PM
                       [production] => 1
     [imagename] => vmwarelinux-CentOS64Bit13-v4
         )                        )
[connectmethods] => Array                        (
       [2] => Remote Desktop                            [1] => ssh on
port 22                        )                )            [1] =>
Array                (                    [id] => 1
[name] => noimage                    [prettyname] => No Image
          [ownerid] => 1                    [owner] => admin@Local
               [platformid] => 1                    [platform] => i386
                   [osid] => 2                    [os] => sun4x_58
               [installtype] => none                    [minram] => 0
                  [minprocnumber] => 1
[minprocspeed] => 0                    [minnetwork] => 10
      [maxconcurrent] =>                     [reloadtime] => 0
           [deleted] => 0                    [test] => 0
     [resourceid] => 4                    [lastupdate] =>
       [forcheckout] => 0                    [maxinitialtime] => 0
               [imagemetaid] =>                     [imagerevision] =>
Array                        (                            [1] => Array
                               (
[id] => 1                                    [revision] => 0
                         [userid] => 1
   [user] => admin@Local
[datecreated] => 1980-01-01 00:00:00
 [prettydate] => 1/01/80 12:00 AM
[production] => 1                                    [imagename] =>
noimage                                )                        )
              [connectmethods] => Array                        (
                     [1] => ssh on port 22                        )
            )            [18] => Array                (
    [id] => 18                    [name] => vmwarewin7-olab18-v2
             [prettyname] => olab                    [ownerid] => 1
                [owner] => admin@Local                    [platformid]
=> 1                    [platform] => i386                    [osid]
=> 35                    [os] => vmwarewin7
[installtype] => vmware                    [minram] => 0
     [minprocnumber] => 1                    [minprocspeed] => 0
             [minnetwork] => 10                    [maxconcurrent] =>
                   [reloadtime] => 10                    [deleted] =>
0                    [test] => 1                    [resourceid] => 36
                   [lastupdate] => 2014-02-26 10:44:25
   [forcheckout] => 1                    [maxinitialtime] => 0
           [imagemetaid] => 18                    [checkuser] => 0
               [rootaccess] => 1                    [sysprep] => 0
               [subimages] => Array                        (
             )                    [imagerevision] => Array
           (                            [34] => Array
              (                                    [id] => 34
                          [revision] => 1
      [userid] => 1                                    [user] =>
admin@Local                                    [datecreated] =>
2014-01-31 14:07:58                                    [prettydate] =>
1/31/14 2:07 PM                                    [production] => 0
                                 [imagename] => vmwarewin7-olab18-v1
                             )                            [40] =>
Array                                (
   [id] => 40                                    [revision] => 2
                             [userid] => 1
       [user] => admin@Local
[datecreated] => 2014-02-26 10:44:25
 [prettydate] => 2/26/14 10:44 AM
[production] => 1                                    [imagename] =>
vmwarewin7-olab18-v2                                )
      )                    [connectmethods] => Array
     (                            [2] => Remote Desktop
        )                )            [27] => Array                (
                 [id] => 27                    [name] =>
vmwarewin7-SocialScience27-v8                    [prettyname] => SSRL
                  [ownerid] => 1                    [owner] =>
admin@Local                    [platformid] => 1
[platform] => i386                    [osid] => 35
[os] => vmwarewin7                    [installtype] => vmware
          [minram] => 4098                    [minprocnumber] => 1
               [minprocspeed] => 0                    [minnetwork] =>
10                    [maxconcurrent] =>
[reloadtime] => 10                    [deleted] => 0
 [test] => 1                    [resourceid] => 44
[lastupdate] => 2014-03-06 10:00:57                    [forcheckout]
=> 1                    [maxinitialtime] => 0
[imagemetaid] => 27                    [checkuser] => 0
    [rootaccess] => 1                    [sysprep] => 0
    [subimages] => Array                        (
  )                    [imagerevision] => Array
(                            [28] => Array
   (                                    [id] => 28
               [revision] => 0
[userid] => 1                                    [user] => admin@Local
                                   [datecreated] => 2014-01-07
15:23:57                                    [prettydate] => 1/07/14
3:23 PM                                    [production] => 0
                         [imagename] => vmwarewin7-SocialScience27-v0
                              )                            [44] =>
Array                                (
   [id] => 44                                    [revision] => 7
                             [userid] => 1
       [user] => admin@Local
[datecreated] => 2014-03-06 09:10:02
 [prettydate] => 3/06/14 9:10 AM
[production] => 0                                    [imagename] =>
vmwarewin7-SocialScience27-v7                                )
                   [45] => Array                                (
                              [id] => 45
     [revision] => 8                                    [userid] => 1
                                  [user] => admin@Local
                    [datecreated] => 2014-03-06 10:00:57
                     [prettydate] => 3/06/14 10:00 AM
                  [production] => 1
[imagename] => vmwarewin7-SocialScience27-v8
     )                        )                    [connectmethods] =>
Array                        (                            [2] =>
Remote Desktop                        )                )
[9] => Array                (                    [id] => 9
       [name] => vmwarewin7-Windows764Bit9-v2
[prettyname] => Windows Generic Lab                    [ownerid] => 1
                  [owner] => admin@Local
[platformid] => 1                    [platform] => i386
    [osid] => 35                    [os] => vmwarewin7
   [installtype] => vmware                    [minram] => 8192
           [minprocnumber] => 1                    [minprocspeed] => 0
                   [minnetwork] => 10
[maxconcurrent] =>                     [reloadtime] => 10
      [deleted] => 0                    [test] => 1
[resourceid] => 25                    [lastupdate] => 2014-03-05
15:00:50                    [forcheckout] => 1
[maxinitialtime] => 0                    [imagemetaid] => 8
        [checkuser] => 0                    [rootaccess] => 0
          [sysprep] => 0                    [subimages] => Array
                 (                        )
[imagerevision] => Array                        (
      [8] => Array                                (
                [id] => 8
[revision] => 0                                    [userid] => 1
                             [user] => admin@Local
               [datecreated] => 2013-11-14 16:50:32
                [prettydate] => 11/14/13 4:50 PM
             [production] => 0
[imagename] => vmwarewin7-Windows764Bit9-v0
    )                            [43] => Array
       (                                    [id] => 43
                   [revision] => 2
[userid] => 1                                    [user] => admin@Local
                                   [datecreated] => 2014-03-05
15:00:50                                    [prettydate] => 3/05/14
3:00 PM                                    [production] => 1
                         [imagename] => vmwarewin7-Windows764Bit9-v2
                             )                        )
    [connectmethods] => Array                        (
           [2] => Remote Desktop                        )
  )        )    [imageid] => 13    [imagerevisionid] => 33    [start]
=> 1394125200    [end] => 1394133300    [requestid] => 0    [userid]
=> 0    [ignoreprivileges] => 0    [forimaging] => 0    [ip] =>
[mac] =>     [skipconcurrentcheck] => 0    [requestInfo] => Array
  (            [start] => 1394125200            [end] => 1394133300
        [imageid] => 13            [computers] => Array
(                    [0] => 0                )            [images] =>
Array                (                    [0] => 13                )
     )    [allocatedcompids] => Array        (            [0] => 0
   )    [now] => 1    [nowfuture] => now    [scheduleids] => Array
   (            [0] => 1        )    [count] =>
1)-----------------------</pre>


David DeMizio
*Academic Systems Coordinator*
Office of Information Technology
New College of Florida
Phone: 941-487-4222 | Fax: 941-487-4356
www.ncf.edu


On Thu, Mar 6, 2014 at 11:25 AM, Josh Thompson <jo...@ncsu.edu>wrote:

> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> David,
>
> Actually, you want to look at what the VCL site sent back in response to
> the
> AJAX request.  What you posted below is dojo not knowing what to do with
> the
> error message that VCL sent back.  In Firefox/Firebug, you'll see a POST to
> index.php that you want to expand.  There may be more than one.  If you
> click
> on one, you'll see several tabs (Headers, Post, Response, HTML, Cookies).
> You'll be looking for the one with continuation, desconly, imageid, and
> length
> under the Post tab.  Then, click on the Response tab.  You'll see an error
> from the VCL site there.  That's what I need.
>
> Josh
>
> On Thursday, March 06, 2014 11:10:35 AM David DeMizio wrote:
> > I see this in chrome javascript console
> >
> >
> >    1. SyntaxError {stack: (...), message: "Unexpected identifier"}
> >    dojo.js:14 <https://vcl.ncf.edu/dojo/dojo/dojo.js>
> >       1. (anonymous
> > function)dojo.js:14<https://vcl.ncf.edu/dojo/dojo/dojo.js> 2.
> > reject.errbackdojo.js:14 <https://vcl.ncf.edu/dojo/dojo/dojo.js> 3.
> > _102dojo.js:14 <https://vcl.ncf.edu/dojo/dojo/dojo.js>
> >       4. _100dojo.js:14 <https://vcl.ncf.edu/dojo/dojo/dojo.js>
> >       5. reject.errbackdojo.js:14 <https://vcl.ncf.edu/dojo/dojo/dojo.js
> >
> >       6. _102dojo.js:14 <https://vcl.ncf.edu/dojo/dojo/dojo.js>
> >       7. _100dojo.js:14 <https://vcl.ncf.edu/dojo/dojo/dojo.js>
> >       8. resolve.callbackdojo.js:14 <
> https://vcl.ncf.edu/dojo/dojo/dojo.js>
> >       9. _102dojo.js:14 <https://vcl.ncf.edu/dojo/dojo/dojo.js>
> >       10. _100dojo.js:14 <https://vcl.ncf.edu/dojo/dojo/dojo.js>
> >       11. resolve.callbackdojo.js:14 <
> https://vcl.ncf.edu/dojo/dojo/dojo.js>
> > 12. _28ddojo.js:14 <https://vcl.ncf.edu/dojo/dojo/dojo.js>
> >       13. funcdojo.js:14 <https://vcl.ncf.edu/dojo/dojo/dojo.js>
> >       14. _286dojo.js:14 <https://vcl.ncf.edu/dojo/dojo/dojo.js>
> >
> >
> >    1. SyntaxError {stack: (...), message: "Unexpected identifier"}
> >    dojo.js:14 <https://vcl.ncf.edu/dojo/dojo/dojo.js>
> >       1. (anonymous
> > function)dojo.js:14<https://vcl.ncf.edu/dojo/dojo/dojo.js> 2.
> > reject.errbackdojo.js:14 <https://vcl.ncf.edu/dojo/dojo/dojo.js> 3.
> > _102dojo.js:14 <https://vcl.ncf.edu/dojo/dojo/dojo.js>
> >       4. _100dojo.js:14 <https://vcl.ncf.edu/dojo/dojo/dojo.js>
> >       5. resolve.callbackdojo.js:14 <
> https://vcl.ncf.edu/dojo/dojo/dojo.js>
> >       6. _102dojo.js:14 <https://vcl.ncf.edu/dojo/dojo/dojo.js>
> >       7. _100dojo.js:14 <https://vcl.ncf.edu/dojo/dojo/dojo.js>
> >       8. resolve.callbackdojo.js:14 <
> https://vcl.ncf.edu/dojo/dojo/dojo.js>
> >       9. _28ddojo.js:14 <https://vcl.ncf.edu/dojo/dojo/dojo.js>
> >       10. funcdojo.js:14 <https://vcl.ncf.edu/dojo/dojo/dojo.js>
> >       11. _286dojo.js:14 <https://vcl.ncf.edu/dojo/dojo/dojo.js>
> >
> >
> > David DeMizio
> > *Academic Systems Coordinator*
> > Office of Information Technology
> > New College of Florida
> > Phone: 941-487-4222 | Fax: 941-487-4356
> > www.ncf.edu
> >
> > On Thu, Mar 6, 2014 at 11:05 AM, Josh Thompson
> <jo...@ncsu.edu>wrote:
> > > -----BEGIN PGP SIGNED MESSAGE-----
> > > Hash: SHA1
> > >
> > > David,
> > >
> > > You are getting a javascript error if the hour glass just stays after
> > > selecting an image.  You can use Firebug on Firefox or open the
> Developer
> > > Tools on Chrome to see a javascript console.  I can provide specific
> > > instructions if needed.  If you can let me know what the javascript
> error
> > > is,
> > > I can help debug the problem better.
> > >
> > > Josh
> > >
> > > On Thursday, March 06, 2014 10:57:51 AM David DeMizio wrote:
> > > > Hi Josh,
> > > >
> > > > I am at 2.3.2. I ran that clearCache and tried a different browser as
> > >
> > > well.
> > >
> > > > What's  happening is the Image description section for the image is
> not
> > > > loading when I choose the image from the drop down, the hour glass
> just
> > > > hangs there for that image so that's probably why it's getting the
> > > > Undefined index if I click on create reservation.
> > > >
> > > > David DeMizio
> > > > *Academic Systems Coordinator*
> > > > Office of Information Technology
> > > > New College of Florida
> > > > Phone: 941-487-4222 | Fax: 941-487-4356
> > > > www.ncf.edu
> > > >
> > > > On Thu, Mar 6, 2014 at 10:46 AM, Josh Thompson
> > >
> > > <jo...@ncsu.edu>wrote:
> > > > > -----BEGIN PGP SIGNED MESSAGE-----
> > > > > Hash: SHA1
> > > > >
> > > > > David,
> > > > >
> > > > > What version of VCL do you have installed?  I looked at code for
> > > > > 2.3.2.
> > > > >
> > > > > Looking through the code, I'm not sure how this would happen.  All
> I
> > >
> > > can
> > >
> > > > > come
> > > > > up with is that some cached session data got messed up.  Do you
> still
> > >
> > > see
> > >
> > > > > the
> > > > > issue after you log out of the admin account and then log back in?
> > >
> > >  Also,
> > >
> > > > > try
> > > > > going to
> > > > >
> > > > > https://your.vcl.url/index.php?mode=clearCache
> > > > >
> > > > > and then trying to make a reservation for the image.  The above URL
> > >
> > > clears
> > >
> > > > > out
> > > > > your session cache.
> > > > >
> > > > > Josh
> > > > >
> > > > > On Wednesday, March 05, 2014 4:53:50 PM David DeMizio wrote:
> > > > > > One thing to add that I just noticed, it only happens if I login
> > > > > > with
> > > > > > the
> > > > > > admin account, if I login using an LDAP user I'm able to create a
> > > > > > reservation for the problematic image.
> > > > > >
> > > > > > David DeMizio
> > > > > > *Academic Systems Coordinator*
> > > > > > Office of Information Technology
> > > > > > New College of Florida
> > > > > > Phone: 941-487-4222 | Fax: 941-487-4356
> > > > > > www.ncf.edu
> > > > > >
> > > > > > On Wed, Mar 5, 2014 at 4:20 PM, David DeMizio <dd...@ncf.edu>
> > >
> > > wrote:
> > > > > > > Hello,
> > > > > > >
> > > > > > > I can't seem to create a reservation on one particular image,
> all
> > >
> > > the
> > >
> > > > > > > other images work fine. I can reload the image but can't
> create a
> > > > > > > reservation from the vcl frontend. I keep getting the error
> below.
> > >
> > > Can
> > >
> > > > > > > anyone shed any light on this? since  it's just this image I'm
> > > > >
> > > > > inclined to
> > > > >
> > > > > > > think that something is messed up in the database for this
> image.
> > > > > > > Thank
> > > > > > > You
> > > > > > >
> > > > > > > Error encountered
> > > > > > > Unkown error type: [8] Undefined index: subimages
> > > > > > > Error at 538 in /var/www/html/vcl/.ht-inc/requests.php
> > > > >
> > > > > - --
> > > > > - -------------------------------
> > > > > Josh Thompson
> > > > > VCL Developer
> > > > > North Carolina State University
> > > > >
> > > > > my GPG/PGP key can be found at pgp.mit.edu
> > > > >
> > > > > All electronic mail messages in connection with State business
> which
> > > > > are sent to or received by this account are subject to the NC
> Public
> > > > > Records Law and may be disclosed to third parties.
> > > > > -----BEGIN PGP SIGNATURE-----
> > > > > Version: GnuPG v2.0.22 (GNU/Linux)
> > > > >
> > > > > iEYEARECAAYFAlMYmGIACgkQV/LQcNdtPQP5PACfQuP0cQwM3xB1rxYYKhdBrjmQ
> > > > > C4wAn3M6+b2PHogD74+oRfAfIoLHcGa6
> > > > > =buUn
> > > > > -----END PGP SIGNATURE-----
> > >
> > > - --
> > > - -------------------------------
> > > Josh Thompson
> > > VCL Developer
> > > North Carolina State University
> > >
> > > my GPG/PGP key can be found at pgp.mit.edu
> > >
> > > All electronic mail messages in connection with State business which
> > > are sent to or received by this account are subject to the NC Public
> > > Records Law and may be disclosed to third parties.
> > > -----BEGIN PGP SIGNATURE-----
> > > Version: GnuPG v2.0.22 (GNU/Linux)
> > >
> > > iEYEARECAAYFAlMYnLwACgkQV/LQcNdtPQNI0wCdFHf/MgvJ54Jn55CmJQKy5SUg
> > > 47oAnA3IYMyrKQBHMYd08AWtV7bY7XYB
> > > =q8MU
> > > -----END PGP SIGNATURE-----
> - --
> - -------------------------------
> Josh Thompson
> VCL Developer
> North Carolina State University
>
> my GPG/PGP key can be found at pgp.mit.edu
>
> All electronic mail messages in connection with State business which
> are sent to or received by this account are subject to the NC Public
> Records Law and may be disclosed to third parties.
> -----BEGIN PGP SIGNATURE-----
> Version: GnuPG v2.0.22 (GNU/Linux)
>
> iEYEARECAAYFAlMYoZEACgkQV/LQcNdtPQPXbACfZfeHcrdWGzESHA8hs5IUsa/q
> iz0An0qUO0Cog13YIvoorBjvFiNC2cuT
> =8KIz
> -----END PGP SIGNATURE-----
>
>

Re: Undefined index on a particular image

Posted by David DeMizio <dd...@ncf.edu>.
Hi Josh,

is this it?

continuation
%2BKhmx6SymoPMkoeYc2UQUxfUCV0yiACSAuuZJ4YLAKiG5X6%2Frjrqc0k0ZE1NCzUT58O0p%2Bza%2FdlDfYYAAFcdDQ%3D%3D
desconly0imageid13length120
Source
continuation=%252BKhmx6SymoPMkoeYc2UQUxfUCV0yiACSAuuZJ4YLAKiG5X6%252Frjrqc0k0ZE1NCzUT58O0p%252Bza%252FdlDfYYAAFcdDQ
%253D%253D&imageid=13&length=120&desconly=0

David DeMizio
*Academic Systems Coordinator*
Office of Information Technology
New College of Florida
Phone: 941-487-4222 | Fax: 941-487-4356
www.ncf.edu


On Thu, Mar 6, 2014 at 11:25 AM, Josh Thompson <jo...@ncsu.edu>wrote:

> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> David,
>
> Actually, you want to look at what the VCL site sent back in response to
> the
> AJAX request.  What you posted below is dojo not knowing what to do with
> the
> error message that VCL sent back.  In Firefox/Firebug, you'll see a POST to
> index.php that you want to expand.  There may be more than one.  If you
> click
> on one, you'll see several tabs (Headers, Post, Response, HTML, Cookies).
> You'll be looking for the one with continuation, desconly, imageid, and
> length
> under the Post tab.  Then, click on the Response tab.  You'll see an error
> from the VCL site there.  That's what I need.
>
> Josh
>
> On Thursday, March 06, 2014 11:10:35 AM David DeMizio wrote:
> > I see this in chrome javascript console
> >
> >
> >    1. SyntaxError {stack: (...), message: "Unexpected identifier"}
> >    dojo.js:14 <https://vcl.ncf.edu/dojo/dojo/dojo.js>
> >       1. (anonymous
> > function)dojo.js:14<https://vcl.ncf.edu/dojo/dojo/dojo.js> 2.
> > reject.errbackdojo.js:14 <https://vcl.ncf.edu/dojo/dojo/dojo.js> 3.
> > _102dojo.js:14 <https://vcl.ncf.edu/dojo/dojo/dojo.js>
> >       4. _100dojo.js:14 <https://vcl.ncf.edu/dojo/dojo/dojo.js>
> >       5. reject.errbackdojo.js:14 <https://vcl.ncf.edu/dojo/dojo/dojo.js
> >
> >       6. _102dojo.js:14 <https://vcl.ncf.edu/dojo/dojo/dojo.js>
> >       7. _100dojo.js:14 <https://vcl.ncf.edu/dojo/dojo/dojo.js>
> >       8. resolve.callbackdojo.js:14 <
> https://vcl.ncf.edu/dojo/dojo/dojo.js>
> >       9. _102dojo.js:14 <https://vcl.ncf.edu/dojo/dojo/dojo.js>
> >       10. _100dojo.js:14 <https://vcl.ncf.edu/dojo/dojo/dojo.js>
> >       11. resolve.callbackdojo.js:14 <
> https://vcl.ncf.edu/dojo/dojo/dojo.js>
> > 12. _28ddojo.js:14 <https://vcl.ncf.edu/dojo/dojo/dojo.js>
> >       13. funcdojo.js:14 <https://vcl.ncf.edu/dojo/dojo/dojo.js>
> >       14. _286dojo.js:14 <https://vcl.ncf.edu/dojo/dojo/dojo.js>
> >
> >
> >    1. SyntaxError {stack: (...), message: "Unexpected identifier"}
> >    dojo.js:14 <https://vcl.ncf.edu/dojo/dojo/dojo.js>
> >       1. (anonymous
> > function)dojo.js:14<https://vcl.ncf.edu/dojo/dojo/dojo.js> 2.
> > reject.errbackdojo.js:14 <https://vcl.ncf.edu/dojo/dojo/dojo.js> 3.
> > _102dojo.js:14 <https://vcl.ncf.edu/dojo/dojo/dojo.js>
> >       4. _100dojo.js:14 <https://vcl.ncf.edu/dojo/dojo/dojo.js>
> >       5. resolve.callbackdojo.js:14 <
> https://vcl.ncf.edu/dojo/dojo/dojo.js>
> >       6. _102dojo.js:14 <https://vcl.ncf.edu/dojo/dojo/dojo.js>
> >       7. _100dojo.js:14 <https://vcl.ncf.edu/dojo/dojo/dojo.js>
> >       8. resolve.callbackdojo.js:14 <
> https://vcl.ncf.edu/dojo/dojo/dojo.js>
> >       9. _28ddojo.js:14 <https://vcl.ncf.edu/dojo/dojo/dojo.js>
> >       10. funcdojo.js:14 <https://vcl.ncf.edu/dojo/dojo/dojo.js>
> >       11. _286dojo.js:14 <https://vcl.ncf.edu/dojo/dojo/dojo.js>
> >
> >
> > David DeMizio
> > *Academic Systems Coordinator*
> > Office of Information Technology
> > New College of Florida
> > Phone: 941-487-4222 | Fax: 941-487-4356
> > www.ncf.edu
> >
> > On Thu, Mar 6, 2014 at 11:05 AM, Josh Thompson
> <jo...@ncsu.edu>wrote:
> > > -----BEGIN PGP SIGNED MESSAGE-----
> > > Hash: SHA1
> > >
> > > David,
> > >
> > > You are getting a javascript error if the hour glass just stays after
> > > selecting an image.  You can use Firebug on Firefox or open the
> Developer
> > > Tools on Chrome to see a javascript console.  I can provide specific
> > > instructions if needed.  If you can let me know what the javascript
> error
> > > is,
> > > I can help debug the problem better.
> > >
> > > Josh
> > >
> > > On Thursday, March 06, 2014 10:57:51 AM David DeMizio wrote:
> > > > Hi Josh,
> > > >
> > > > I am at 2.3.2. I ran that clearCache and tried a different browser as
> > >
> > > well.
> > >
> > > > What's  happening is the Image description section for the image is
> not
> > > > loading when I choose the image from the drop down, the hour glass
> just
> > > > hangs there for that image so that's probably why it's getting the
> > > > Undefined index if I click on create reservation.
> > > >
> > > > David DeMizio
> > > > *Academic Systems Coordinator*
> > > > Office of Information Technology
> > > > New College of Florida
> > > > Phone: 941-487-4222 | Fax: 941-487-4356
> > > > www.ncf.edu
> > > >
> > > > On Thu, Mar 6, 2014 at 10:46 AM, Josh Thompson
> > >
> > > <jo...@ncsu.edu>wrote:
> > > > > -----BEGIN PGP SIGNED MESSAGE-----
> > > > > Hash: SHA1
> > > > >
> > > > > David,
> > > > >
> > > > > What version of VCL do you have installed?  I looked at code for
> > > > > 2.3.2.
> > > > >
> > > > > Looking through the code, I'm not sure how this would happen.  All
> I
> > >
> > > can
> > >
> > > > > come
> > > > > up with is that some cached session data got messed up.  Do you
> still
> > >
> > > see
> > >
> > > > > the
> > > > > issue after you log out of the admin account and then log back in?
> > >
> > >  Also,
> > >
> > > > > try
> > > > > going to
> > > > >
> > > > > https://your.vcl.url/index.php?mode=clearCache
> > > > >
> > > > > and then trying to make a reservation for the image.  The above URL
> > >
> > > clears
> > >
> > > > > out
> > > > > your session cache.
> > > > >
> > > > > Josh
> > > > >
> > > > > On Wednesday, March 05, 2014 4:53:50 PM David DeMizio wrote:
> > > > > > One thing to add that I just noticed, it only happens if I login
> > > > > > with
> > > > > > the
> > > > > > admin account, if I login using an LDAP user I'm able to create a
> > > > > > reservation for the problematic image.
> > > > > >
> > > > > > David DeMizio
> > > > > > *Academic Systems Coordinator*
> > > > > > Office of Information Technology
> > > > > > New College of Florida
> > > > > > Phone: 941-487-4222 | Fax: 941-487-4356
> > > > > > www.ncf.edu
> > > > > >
> > > > > > On Wed, Mar 5, 2014 at 4:20 PM, David DeMizio <dd...@ncf.edu>
> > >
> > > wrote:
> > > > > > > Hello,
> > > > > > >
> > > > > > > I can't seem to create a reservation on one particular image,
> all
> > >
> > > the
> > >
> > > > > > > other images work fine. I can reload the image but can't
> create a
> > > > > > > reservation from the vcl frontend. I keep getting the error
> below.
> > >
> > > Can
> > >
> > > > > > > anyone shed any light on this? since  it's just this image I'm
> > > > >
> > > > > inclined to
> > > > >
> > > > > > > think that something is messed up in the database for this
> image.
> > > > > > > Thank
> > > > > > > You
> > > > > > >
> > > > > > > Error encountered
> > > > > > > Unkown error type: [8] Undefined index: subimages
> > > > > > > Error at 538 in /var/www/html/vcl/.ht-inc/requests.php
> > > > >
> > > > > - --
> > > > > - -------------------------------
> > > > > Josh Thompson
> > > > > VCL Developer
> > > > > North Carolina State University
> > > > >
> > > > > my GPG/PGP key can be found at pgp.mit.edu
> > > > >
> > > > > All electronic mail messages in connection with State business
> which
> > > > > are sent to or received by this account are subject to the NC
> Public
> > > > > Records Law and may be disclosed to third parties.
> > > > > -----BEGIN PGP SIGNATURE-----
> > > > > Version: GnuPG v2.0.22 (GNU/Linux)
> > > > >
> > > > > iEYEARECAAYFAlMYmGIACgkQV/LQcNdtPQP5PACfQuP0cQwM3xB1rxYYKhdBrjmQ
> > > > > C4wAn3M6+b2PHogD74+oRfAfIoLHcGa6
> > > > > =buUn
> > > > > -----END PGP SIGNATURE-----
> > >
> > > - --
> > > - -------------------------------
> > > Josh Thompson
> > > VCL Developer
> > > North Carolina State University
> > >
> > > my GPG/PGP key can be found at pgp.mit.edu
> > >
> > > All electronic mail messages in connection with State business which
> > > are sent to or received by this account are subject to the NC Public
> > > Records Law and may be disclosed to third parties.
> > > -----BEGIN PGP SIGNATURE-----
> > > Version: GnuPG v2.0.22 (GNU/Linux)
> > >
> > > iEYEARECAAYFAlMYnLwACgkQV/LQcNdtPQNI0wCdFHf/MgvJ54Jn55CmJQKy5SUg
> > > 47oAnA3IYMyrKQBHMYd08AWtV7bY7XYB
> > > =q8MU
> > > -----END PGP SIGNATURE-----
> - --
> - -------------------------------
> Josh Thompson
> VCL Developer
> North Carolina State University
>
> my GPG/PGP key can be found at pgp.mit.edu
>
> All electronic mail messages in connection with State business which
> are sent to or received by this account are subject to the NC Public
> Records Law and may be disclosed to third parties.
> -----BEGIN PGP SIGNATURE-----
> Version: GnuPG v2.0.22 (GNU/Linux)
>
> iEYEARECAAYFAlMYoZEACgkQV/LQcNdtPQPXbACfZfeHcrdWGzESHA8hs5IUsa/q
> iz0An0qUO0Cog13YIvoorBjvFiNC2cuT
> =8KIz
> -----END PGP SIGNATURE-----
>
>

Re: Undefined index on a particular image

Posted by Josh Thompson <jo...@ncsu.edu>.
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

David,

Actually, you want to look at what the VCL site sent back in response to the 
AJAX request.  What you posted below is dojo not knowing what to do with the 
error message that VCL sent back.  In Firefox/Firebug, you'll see a POST to 
index.php that you want to expand.  There may be more than one.  If you click 
on one, you'll see several tabs (Headers, Post, Response, HTML, Cookies).  
You'll be looking for the one with continuation, desconly, imageid, and length 
under the Post tab.  Then, click on the Response tab.  You'll see an error 
from the VCL site there.  That's what I need.

Josh

On Thursday, March 06, 2014 11:10:35 AM David DeMizio wrote:
> I see this in chrome javascript console
> 
> 
>    1. SyntaxError {stack: (...), message: "Unexpected identifier"}
>    dojo.js:14 <https://vcl.ncf.edu/dojo/dojo/dojo.js>
>       1. (anonymous
> function)dojo.js:14<https://vcl.ncf.edu/dojo/dojo/dojo.js> 2.
> reject.errbackdojo.js:14 <https://vcl.ncf.edu/dojo/dojo/dojo.js> 3.
> _102dojo.js:14 <https://vcl.ncf.edu/dojo/dojo/dojo.js>
>       4. _100dojo.js:14 <https://vcl.ncf.edu/dojo/dojo/dojo.js>
>       5. reject.errbackdojo.js:14 <https://vcl.ncf.edu/dojo/dojo/dojo.js>
>       6. _102dojo.js:14 <https://vcl.ncf.edu/dojo/dojo/dojo.js>
>       7. _100dojo.js:14 <https://vcl.ncf.edu/dojo/dojo/dojo.js>
>       8. resolve.callbackdojo.js:14 <https://vcl.ncf.edu/dojo/dojo/dojo.js>
>       9. _102dojo.js:14 <https://vcl.ncf.edu/dojo/dojo/dojo.js>
>       10. _100dojo.js:14 <https://vcl.ncf.edu/dojo/dojo/dojo.js>
>       11. resolve.callbackdojo.js:14 <https://vcl.ncf.edu/dojo/dojo/dojo.js>
> 12. _28ddojo.js:14 <https://vcl.ncf.edu/dojo/dojo/dojo.js>
>       13. funcdojo.js:14 <https://vcl.ncf.edu/dojo/dojo/dojo.js>
>       14. _286dojo.js:14 <https://vcl.ncf.edu/dojo/dojo/dojo.js>
> 
> 
>    1. SyntaxError {stack: (...), message: "Unexpected identifier"}
>    dojo.js:14 <https://vcl.ncf.edu/dojo/dojo/dojo.js>
>       1. (anonymous
> function)dojo.js:14<https://vcl.ncf.edu/dojo/dojo/dojo.js> 2.
> reject.errbackdojo.js:14 <https://vcl.ncf.edu/dojo/dojo/dojo.js> 3.
> _102dojo.js:14 <https://vcl.ncf.edu/dojo/dojo/dojo.js>
>       4. _100dojo.js:14 <https://vcl.ncf.edu/dojo/dojo/dojo.js>
>       5. resolve.callbackdojo.js:14 <https://vcl.ncf.edu/dojo/dojo/dojo.js>
>       6. _102dojo.js:14 <https://vcl.ncf.edu/dojo/dojo/dojo.js>
>       7. _100dojo.js:14 <https://vcl.ncf.edu/dojo/dojo/dojo.js>
>       8. resolve.callbackdojo.js:14 <https://vcl.ncf.edu/dojo/dojo/dojo.js>
>       9. _28ddojo.js:14 <https://vcl.ncf.edu/dojo/dojo/dojo.js>
>       10. funcdojo.js:14 <https://vcl.ncf.edu/dojo/dojo/dojo.js>
>       11. _286dojo.js:14 <https://vcl.ncf.edu/dojo/dojo/dojo.js>
> 
> 
> David DeMizio
> *Academic Systems Coordinator*
> Office of Information Technology
> New College of Florida
> Phone: 941-487-4222 | Fax: 941-487-4356
> www.ncf.edu
> 
> On Thu, Mar 6, 2014 at 11:05 AM, Josh Thompson 
<jo...@ncsu.edu>wrote:
> > -----BEGIN PGP SIGNED MESSAGE-----
> > Hash: SHA1
> > 
> > David,
> > 
> > You are getting a javascript error if the hour glass just stays after
> > selecting an image.  You can use Firebug on Firefox or open the Developer
> > Tools on Chrome to see a javascript console.  I can provide specific
> > instructions if needed.  If you can let me know what the javascript error
> > is,
> > I can help debug the problem better.
> > 
> > Josh
> > 
> > On Thursday, March 06, 2014 10:57:51 AM David DeMizio wrote:
> > > Hi Josh,
> > > 
> > > I am at 2.3.2. I ran that clearCache and tried a different browser as
> > 
> > well.
> > 
> > > What's  happening is the Image description section for the image is not
> > > loading when I choose the image from the drop down, the hour glass just
> > > hangs there for that image so that's probably why it's getting the
> > > Undefined index if I click on create reservation.
> > > 
> > > David DeMizio
> > > *Academic Systems Coordinator*
> > > Office of Information Technology
> > > New College of Florida
> > > Phone: 941-487-4222 | Fax: 941-487-4356
> > > www.ncf.edu
> > > 
> > > On Thu, Mar 6, 2014 at 10:46 AM, Josh Thompson
> > 
> > <jo...@ncsu.edu>wrote:
> > > > -----BEGIN PGP SIGNED MESSAGE-----
> > > > Hash: SHA1
> > > > 
> > > > David,
> > > > 
> > > > What version of VCL do you have installed?  I looked at code for
> > > > 2.3.2.
> > > > 
> > > > Looking through the code, I'm not sure how this would happen.  All I
> > 
> > can
> > 
> > > > come
> > > > up with is that some cached session data got messed up.  Do you still
> > 
> > see
> > 
> > > > the
> > > > issue after you log out of the admin account and then log back in?
> >  
> >  Also,
> >  
> > > > try
> > > > going to
> > > > 
> > > > https://your.vcl.url/index.php?mode=clearCache
> > > > 
> > > > and then trying to make a reservation for the image.  The above URL
> > 
> > clears
> > 
> > > > out
> > > > your session cache.
> > > > 
> > > > Josh
> > > > 
> > > > On Wednesday, March 05, 2014 4:53:50 PM David DeMizio wrote:
> > > > > One thing to add that I just noticed, it only happens if I login
> > > > > with
> > > > > the
> > > > > admin account, if I login using an LDAP user I'm able to create a
> > > > > reservation for the problematic image.
> > > > > 
> > > > > David DeMizio
> > > > > *Academic Systems Coordinator*
> > > > > Office of Information Technology
> > > > > New College of Florida
> > > > > Phone: 941-487-4222 | Fax: 941-487-4356
> > > > > www.ncf.edu
> > > > > 
> > > > > On Wed, Mar 5, 2014 at 4:20 PM, David DeMizio <dd...@ncf.edu>
> > 
> > wrote:
> > > > > > Hello,
> > > > > > 
> > > > > > I can't seem to create a reservation on one particular image, all
> > 
> > the
> > 
> > > > > > other images work fine. I can reload the image but can't create a
> > > > > > reservation from the vcl frontend. I keep getting the error below.
> > 
> > Can
> > 
> > > > > > anyone shed any light on this? since  it's just this image I'm
> > > > 
> > > > inclined to
> > > > 
> > > > > > think that something is messed up in the database for this image.
> > > > > > Thank
> > > > > > You
> > > > > > 
> > > > > > Error encountered
> > > > > > Unkown error type: [8] Undefined index: subimages
> > > > > > Error at 538 in /var/www/html/vcl/.ht-inc/requests.php
> > > > 
> > > > - --
> > > > - -------------------------------
> > > > Josh Thompson
> > > > VCL Developer
> > > > North Carolina State University
> > > > 
> > > > my GPG/PGP key can be found at pgp.mit.edu
> > > > 
> > > > All electronic mail messages in connection with State business which
> > > > are sent to or received by this account are subject to the NC Public
> > > > Records Law and may be disclosed to third parties.
> > > > -----BEGIN PGP SIGNATURE-----
> > > > Version: GnuPG v2.0.22 (GNU/Linux)
> > > > 
> > > > iEYEARECAAYFAlMYmGIACgkQV/LQcNdtPQP5PACfQuP0cQwM3xB1rxYYKhdBrjmQ
> > > > C4wAn3M6+b2PHogD74+oRfAfIoLHcGa6
> > > > =buUn
> > > > -----END PGP SIGNATURE-----
> > 
> > - --
> > - -------------------------------
> > Josh Thompson
> > VCL Developer
> > North Carolina State University
> > 
> > my GPG/PGP key can be found at pgp.mit.edu
> > 
> > All electronic mail messages in connection with State business which
> > are sent to or received by this account are subject to the NC Public
> > Records Law and may be disclosed to third parties.
> > -----BEGIN PGP SIGNATURE-----
> > Version: GnuPG v2.0.22 (GNU/Linux)
> > 
> > iEYEARECAAYFAlMYnLwACgkQV/LQcNdtPQNI0wCdFHf/MgvJ54Jn55CmJQKy5SUg
> > 47oAnA3IYMyrKQBHMYd08AWtV7bY7XYB
> > =q8MU
> > -----END PGP SIGNATURE-----
- -- 
- -------------------------------
Josh Thompson
VCL Developer
North Carolina State University

my GPG/PGP key can be found at pgp.mit.edu

All electronic mail messages in connection with State business which
are sent to or received by this account are subject to the NC Public
Records Law and may be disclosed to third parties.
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.22 (GNU/Linux)

iEYEARECAAYFAlMYoZEACgkQV/LQcNdtPQPXbACfZfeHcrdWGzESHA8hs5IUsa/q
iz0An0qUO0Cog13YIvoorBjvFiNC2cuT
=8KIz
-----END PGP SIGNATURE-----


Re: Undefined index on a particular image

Posted by David DeMizio <dd...@ncf.edu>.
what I noticed as well is when I login with my ldap user the Linux Image is
the first image in the drop down so the description is loaded. If I change
to another image and then go back and choose the Linux image again, it
hangs.

David DeMizio
*Academic Systems Coordinator*
Office of Information Technology
New College of Florida
Phone: 941-487-4222 | Fax: 941-487-4356
www.ncf.edu


On Thu, Mar 6, 2014 at 11:10 AM, David DeMizio <dd...@ncf.edu> wrote:

> I see this in chrome javascript console
>
>
>    1. SyntaxError {stack: (...), message: "Unexpected identifier"}
>    dojo.js:14 <https://vcl.ncf.edu/dojo/dojo/dojo.js>
>       1. (anonymous function)dojo.js:14<https://vcl.ncf.edu/dojo/dojo/dojo.js>
>       2. reject.errbackdojo.js:14 <https://vcl.ncf.edu/dojo/dojo/dojo.js>
>       3. _102dojo.js:14 <https://vcl.ncf.edu/dojo/dojo/dojo.js>
>       4. _100dojo.js:14 <https://vcl.ncf.edu/dojo/dojo/dojo.js>
>       5. reject.errbackdojo.js:14 <https://vcl.ncf.edu/dojo/dojo/dojo.js>
>       6. _102dojo.js:14 <https://vcl.ncf.edu/dojo/dojo/dojo.js>
>       7. _100dojo.js:14 <https://vcl.ncf.edu/dojo/dojo/dojo.js>
>       8. resolve.callbackdojo.js:14<https://vcl.ncf.edu/dojo/dojo/dojo.js>
>       9. _102dojo.js:14 <https://vcl.ncf.edu/dojo/dojo/dojo.js>
>       10. _100dojo.js:14 <https://vcl.ncf.edu/dojo/dojo/dojo.js>
>       11. resolve.callbackdojo.js:14<https://vcl.ncf.edu/dojo/dojo/dojo.js>
>       12. _28ddojo.js:14 <https://vcl.ncf.edu/dojo/dojo/dojo.js>
>       13. funcdojo.js:14 <https://vcl.ncf.edu/dojo/dojo/dojo.js>
>       14. _286dojo.js:14 <https://vcl.ncf.edu/dojo/dojo/dojo.js>
>
>
>    1. SyntaxError {stack: (...), message: "Unexpected identifier"}
>    dojo.js:14 <https://vcl.ncf.edu/dojo/dojo/dojo.js>
>       1. (anonymous function)dojo.js:14<https://vcl.ncf.edu/dojo/dojo/dojo.js>
>       2. reject.errbackdojo.js:14 <https://vcl.ncf.edu/dojo/dojo/dojo.js>
>       3. _102dojo.js:14 <https://vcl.ncf.edu/dojo/dojo/dojo.js>
>       4. _100dojo.js:14 <https://vcl.ncf.edu/dojo/dojo/dojo.js>
>       5. resolve.callbackdojo.js:14<https://vcl.ncf.edu/dojo/dojo/dojo.js>
>       6. _102dojo.js:14 <https://vcl.ncf.edu/dojo/dojo/dojo.js>
>       7. _100dojo.js:14 <https://vcl.ncf.edu/dojo/dojo/dojo.js>
>       8. resolve.callbackdojo.js:14<https://vcl.ncf.edu/dojo/dojo/dojo.js>
>       9. _28ddojo.js:14 <https://vcl.ncf.edu/dojo/dojo/dojo.js>
>       10. funcdojo.js:14 <https://vcl.ncf.edu/dojo/dojo/dojo.js>
>       11. _286dojo.js:14 <https://vcl.ncf.edu/dojo/dojo/dojo.js>
>
>
> David DeMizio
> *Academic Systems Coordinator*
> Office of Information Technology
> New College of Florida
> Phone: 941-487-4222 | Fax: 941-487-4356
> www.ncf.edu
>
>
> On Thu, Mar 6, 2014 at 11:05 AM, Josh Thompson <jo...@ncsu.edu>wrote:
>
>> -----BEGIN PGP SIGNED MESSAGE-----
>> Hash: SHA1
>>
>> David,
>>
>> You are getting a javascript error if the hour glass just stays after
>> selecting an image.  You can use Firebug on Firefox or open the Developer
>> Tools on Chrome to see a javascript console.  I can provide specific
>> instructions if needed.  If you can let me know what the javascript error
>> is,
>> I can help debug the problem better.
>>
>> Josh
>>
>> On Thursday, March 06, 2014 10:57:51 AM David DeMizio wrote:
>> > Hi Josh,
>> >
>> > I am at 2.3.2. I ran that clearCache and tried a different browser as
>> well.
>> > What's  happening is the Image description section for the image is not
>> > loading when I choose the image from the drop down, the hour glass just
>> > hangs there for that image so that's probably why it's getting the
>> > Undefined index if I click on create reservation.
>> >
>> > David DeMizio
>> > *Academic Systems Coordinator*
>> > Office of Information Technology
>> > New College of Florida
>> > Phone: 941-487-4222 | Fax: 941-487-4356
>> > www.ncf.edu
>> >
>> > On Thu, Mar 6, 2014 at 10:46 AM, Josh Thompson
>> <jo...@ncsu.edu>wrote:
>> > > -----BEGIN PGP SIGNED MESSAGE-----
>> > > Hash: SHA1
>> > >
>> > > David,
>> > >
>> > > What version of VCL do you have installed?  I looked at code for
>> 2.3.2.
>> > >
>> > > Looking through the code, I'm not sure how this would happen.  All I
>> can
>> > > come
>> > > up with is that some cached session data got messed up.  Do you still
>> see
>> > > the
>> > > issue after you log out of the admin account and then log back in?
>>  Also,
>> > > try
>> > > going to
>> > >
>> > > https://your.vcl.url/index.php?mode=clearCache
>> > >
>> > > and then trying to make a reservation for the image.  The above URL
>> clears
>> > > out
>> > > your session cache.
>> > >
>> > > Josh
>> > >
>> > > On Wednesday, March 05, 2014 4:53:50 PM David DeMizio wrote:
>> > > > One thing to add that I just noticed, it only happens if I login
>> with
>> > > > the
>> > > > admin account, if I login using an LDAP user I'm able to create a
>> > > > reservation for the problematic image.
>> > > >
>> > > > David DeMizio
>> > > > *Academic Systems Coordinator*
>> > > > Office of Information Technology
>> > > > New College of Florida
>> > > > Phone: 941-487-4222 | Fax: 941-487-4356
>> > > > www.ncf.edu
>> > > >
>> > > > On Wed, Mar 5, 2014 at 4:20 PM, David DeMizio <dd...@ncf.edu>
>> wrote:
>> > > > > Hello,
>> > > > >
>> > > > > I can't seem to create a reservation on one particular image, all
>> the
>> > > > > other images work fine. I can reload the image but can't create a
>> > > > > reservation from the vcl frontend. I keep getting the error
>> below. Can
>> > > > > anyone shed any light on this? since  it's just this image I'm
>> > >
>> > > inclined to
>> > >
>> > > > > think that something is messed up in the database for this image.
>> > > > > Thank
>> > > > > You
>> > > > >
>> > > > > Error encountered
>> > > > > Unkown error type: [8] Undefined index: subimages
>> > > > > Error at 538 in /var/www/html/vcl/.ht-inc/requests.php
>> > >
>> > > - --
>> > > - -------------------------------
>> > > Josh Thompson
>> > > VCL Developer
>> > > North Carolina State University
>> > >
>> > > my GPG/PGP key can be found at pgp.mit.edu
>> > >
>> > > All electronic mail messages in connection with State business which
>> > > are sent to or received by this account are subject to the NC Public
>> > > Records Law and may be disclosed to third parties.
>> > > -----BEGIN PGP SIGNATURE-----
>> > > Version: GnuPG v2.0.22 (GNU/Linux)
>> > >
>> > > iEYEARECAAYFAlMYmGIACgkQV/LQcNdtPQP5PACfQuP0cQwM3xB1rxYYKhdBrjmQ
>> > > C4wAn3M6+b2PHogD74+oRfAfIoLHcGa6
>> > > =buUn
>> > > -----END PGP SIGNATURE-----
>> - --
>> - -------------------------------
>> Josh Thompson
>> VCL Developer
>> North Carolina State University
>>
>> my GPG/PGP key can be found at pgp.mit.edu
>>
>> All electronic mail messages in connection with State business which
>> are sent to or received by this account are subject to the NC Public
>> Records Law and may be disclosed to third parties.
>> -----BEGIN PGP SIGNATURE-----
>> Version: GnuPG v2.0.22 (GNU/Linux)
>>
>> iEYEARECAAYFAlMYnLwACgkQV/LQcNdtPQNI0wCdFHf/MgvJ54Jn55CmJQKy5SUg
>> 47oAnA3IYMyrKQBHMYd08AWtV7bY7XYB
>> =q8MU
>> -----END PGP SIGNATURE-----
>>
>>
>

Re: Undefined index on a particular image

Posted by David DeMizio <dd...@ncf.edu>.
I see this in chrome javascript console


   1. SyntaxError {stack: (...), message: "Unexpected identifier"}
   dojo.js:14 <https://vcl.ncf.edu/dojo/dojo/dojo.js>
      1. (anonymous function)dojo.js:14<https://vcl.ncf.edu/dojo/dojo/dojo.js>
      2. reject.errbackdojo.js:14 <https://vcl.ncf.edu/dojo/dojo/dojo.js>
      3. _102dojo.js:14 <https://vcl.ncf.edu/dojo/dojo/dojo.js>
      4. _100dojo.js:14 <https://vcl.ncf.edu/dojo/dojo/dojo.js>
      5. reject.errbackdojo.js:14 <https://vcl.ncf.edu/dojo/dojo/dojo.js>
      6. _102dojo.js:14 <https://vcl.ncf.edu/dojo/dojo/dojo.js>
      7. _100dojo.js:14 <https://vcl.ncf.edu/dojo/dojo/dojo.js>
      8. resolve.callbackdojo.js:14 <https://vcl.ncf.edu/dojo/dojo/dojo.js>
      9. _102dojo.js:14 <https://vcl.ncf.edu/dojo/dojo/dojo.js>
      10. _100dojo.js:14 <https://vcl.ncf.edu/dojo/dojo/dojo.js>
      11. resolve.callbackdojo.js:14 <https://vcl.ncf.edu/dojo/dojo/dojo.js>
      12. _28ddojo.js:14 <https://vcl.ncf.edu/dojo/dojo/dojo.js>
      13. funcdojo.js:14 <https://vcl.ncf.edu/dojo/dojo/dojo.js>
      14. _286dojo.js:14 <https://vcl.ncf.edu/dojo/dojo/dojo.js>


   1. SyntaxError {stack: (...), message: "Unexpected identifier"}
   dojo.js:14 <https://vcl.ncf.edu/dojo/dojo/dojo.js>
      1. (anonymous function)dojo.js:14<https://vcl.ncf.edu/dojo/dojo/dojo.js>
      2. reject.errbackdojo.js:14 <https://vcl.ncf.edu/dojo/dojo/dojo.js>
      3. _102dojo.js:14 <https://vcl.ncf.edu/dojo/dojo/dojo.js>
      4. _100dojo.js:14 <https://vcl.ncf.edu/dojo/dojo/dojo.js>
      5. resolve.callbackdojo.js:14 <https://vcl.ncf.edu/dojo/dojo/dojo.js>
      6. _102dojo.js:14 <https://vcl.ncf.edu/dojo/dojo/dojo.js>
      7. _100dojo.js:14 <https://vcl.ncf.edu/dojo/dojo/dojo.js>
      8. resolve.callbackdojo.js:14 <https://vcl.ncf.edu/dojo/dojo/dojo.js>
      9. _28ddojo.js:14 <https://vcl.ncf.edu/dojo/dojo/dojo.js>
      10. funcdojo.js:14 <https://vcl.ncf.edu/dojo/dojo/dojo.js>
      11. _286dojo.js:14 <https://vcl.ncf.edu/dojo/dojo/dojo.js>


David DeMizio
*Academic Systems Coordinator*
Office of Information Technology
New College of Florida
Phone: 941-487-4222 | Fax: 941-487-4356
www.ncf.edu


On Thu, Mar 6, 2014 at 11:05 AM, Josh Thompson <jo...@ncsu.edu>wrote:

> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> David,
>
> You are getting a javascript error if the hour glass just stays after
> selecting an image.  You can use Firebug on Firefox or open the Developer
> Tools on Chrome to see a javascript console.  I can provide specific
> instructions if needed.  If you can let me know what the javascript error
> is,
> I can help debug the problem better.
>
> Josh
>
> On Thursday, March 06, 2014 10:57:51 AM David DeMizio wrote:
> > Hi Josh,
> >
> > I am at 2.3.2. I ran that clearCache and tried a different browser as
> well.
> > What's  happening is the Image description section for the image is not
> > loading when I choose the image from the drop down, the hour glass just
> > hangs there for that image so that's probably why it's getting the
> > Undefined index if I click on create reservation.
> >
> > David DeMizio
> > *Academic Systems Coordinator*
> > Office of Information Technology
> > New College of Florida
> > Phone: 941-487-4222 | Fax: 941-487-4356
> > www.ncf.edu
> >
> > On Thu, Mar 6, 2014 at 10:46 AM, Josh Thompson
> <jo...@ncsu.edu>wrote:
> > > -----BEGIN PGP SIGNED MESSAGE-----
> > > Hash: SHA1
> > >
> > > David,
> > >
> > > What version of VCL do you have installed?  I looked at code for 2.3.2.
> > >
> > > Looking through the code, I'm not sure how this would happen.  All I
> can
> > > come
> > > up with is that some cached session data got messed up.  Do you still
> see
> > > the
> > > issue after you log out of the admin account and then log back in?
>  Also,
> > > try
> > > going to
> > >
> > > https://your.vcl.url/index.php?mode=clearCache
> > >
> > > and then trying to make a reservation for the image.  The above URL
> clears
> > > out
> > > your session cache.
> > >
> > > Josh
> > >
> > > On Wednesday, March 05, 2014 4:53:50 PM David DeMizio wrote:
> > > > One thing to add that I just noticed, it only happens if I login with
> > > > the
> > > > admin account, if I login using an LDAP user I'm able to create a
> > > > reservation for the problematic image.
> > > >
> > > > David DeMizio
> > > > *Academic Systems Coordinator*
> > > > Office of Information Technology
> > > > New College of Florida
> > > > Phone: 941-487-4222 | Fax: 941-487-4356
> > > > www.ncf.edu
> > > >
> > > > On Wed, Mar 5, 2014 at 4:20 PM, David DeMizio <dd...@ncf.edu>
> wrote:
> > > > > Hello,
> > > > >
> > > > > I can't seem to create a reservation on one particular image, all
> the
> > > > > other images work fine. I can reload the image but can't create a
> > > > > reservation from the vcl frontend. I keep getting the error below.
> Can
> > > > > anyone shed any light on this? since  it's just this image I'm
> > >
> > > inclined to
> > >
> > > > > think that something is messed up in the database for this image.
> > > > > Thank
> > > > > You
> > > > >
> > > > > Error encountered
> > > > > Unkown error type: [8] Undefined index: subimages
> > > > > Error at 538 in /var/www/html/vcl/.ht-inc/requests.php
> > >
> > > - --
> > > - -------------------------------
> > > Josh Thompson
> > > VCL Developer
> > > North Carolina State University
> > >
> > > my GPG/PGP key can be found at pgp.mit.edu
> > >
> > > All electronic mail messages in connection with State business which
> > > are sent to or received by this account are subject to the NC Public
> > > Records Law and may be disclosed to third parties.
> > > -----BEGIN PGP SIGNATURE-----
> > > Version: GnuPG v2.0.22 (GNU/Linux)
> > >
> > > iEYEARECAAYFAlMYmGIACgkQV/LQcNdtPQP5PACfQuP0cQwM3xB1rxYYKhdBrjmQ
> > > C4wAn3M6+b2PHogD74+oRfAfIoLHcGa6
> > > =buUn
> > > -----END PGP SIGNATURE-----
> - --
> - -------------------------------
> Josh Thompson
> VCL Developer
> North Carolina State University
>
> my GPG/PGP key can be found at pgp.mit.edu
>
> All electronic mail messages in connection with State business which
> are sent to or received by this account are subject to the NC Public
> Records Law and may be disclosed to third parties.
> -----BEGIN PGP SIGNATURE-----
> Version: GnuPG v2.0.22 (GNU/Linux)
>
> iEYEARECAAYFAlMYnLwACgkQV/LQcNdtPQNI0wCdFHf/MgvJ54Jn55CmJQKy5SUg
> 47oAnA3IYMyrKQBHMYd08AWtV7bY7XYB
> =q8MU
> -----END PGP SIGNATURE-----
>
>

Re: Undefined index on a particular image

Posted by Josh Thompson <jo...@ncsu.edu>.
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

David,

You are getting a javascript error if the hour glass just stays after 
selecting an image.  You can use Firebug on Firefox or open the Developer 
Tools on Chrome to see a javascript console.  I can provide specific 
instructions if needed.  If you can let me know what the javascript error is, 
I can help debug the problem better.

Josh

On Thursday, March 06, 2014 10:57:51 AM David DeMizio wrote:
> Hi Josh,
> 
> I am at 2.3.2. I ran that clearCache and tried a different browser as well.
> What's  happening is the Image description section for the image is not
> loading when I choose the image from the drop down, the hour glass just
> hangs there for that image so that's probably why it's getting the
> Undefined index if I click on create reservation.
> 
> David DeMizio
> *Academic Systems Coordinator*
> Office of Information Technology
> New College of Florida
> Phone: 941-487-4222 | Fax: 941-487-4356
> www.ncf.edu
> 
> On Thu, Mar 6, 2014 at 10:46 AM, Josh Thompson 
<jo...@ncsu.edu>wrote:
> > -----BEGIN PGP SIGNED MESSAGE-----
> > Hash: SHA1
> > 
> > David,
> > 
> > What version of VCL do you have installed?  I looked at code for 2.3.2.
> > 
> > Looking through the code, I'm not sure how this would happen.  All I can
> > come
> > up with is that some cached session data got messed up.  Do you still see
> > the
> > issue after you log out of the admin account and then log back in?  Also,
> > try
> > going to
> > 
> > https://your.vcl.url/index.php?mode=clearCache
> > 
> > and then trying to make a reservation for the image.  The above URL clears
> > out
> > your session cache.
> > 
> > Josh
> > 
> > On Wednesday, March 05, 2014 4:53:50 PM David DeMizio wrote:
> > > One thing to add that I just noticed, it only happens if I login with
> > > the
> > > admin account, if I login using an LDAP user I'm able to create a
> > > reservation for the problematic image.
> > > 
> > > David DeMizio
> > > *Academic Systems Coordinator*
> > > Office of Information Technology
> > > New College of Florida
> > > Phone: 941-487-4222 | Fax: 941-487-4356
> > > www.ncf.edu
> > > 
> > > On Wed, Mar 5, 2014 at 4:20 PM, David DeMizio <dd...@ncf.edu> wrote:
> > > > Hello,
> > > > 
> > > > I can't seem to create a reservation on one particular image, all the
> > > > other images work fine. I can reload the image but can't create a
> > > > reservation from the vcl frontend. I keep getting the error below. Can
> > > > anyone shed any light on this? since  it's just this image I'm
> > 
> > inclined to
> > 
> > > > think that something is messed up in the database for this image.
> > > > Thank
> > > > You
> > > > 
> > > > Error encountered
> > > > Unkown error type: [8] Undefined index: subimages
> > > > Error at 538 in /var/www/html/vcl/.ht-inc/requests.php
> > 
> > - --
> > - -------------------------------
> > Josh Thompson
> > VCL Developer
> > North Carolina State University
> > 
> > my GPG/PGP key can be found at pgp.mit.edu
> > 
> > All electronic mail messages in connection with State business which
> > are sent to or received by this account are subject to the NC Public
> > Records Law and may be disclosed to third parties.
> > -----BEGIN PGP SIGNATURE-----
> > Version: GnuPG v2.0.22 (GNU/Linux)
> > 
> > iEYEARECAAYFAlMYmGIACgkQV/LQcNdtPQP5PACfQuP0cQwM3xB1rxYYKhdBrjmQ
> > C4wAn3M6+b2PHogD74+oRfAfIoLHcGa6
> > =buUn
> > -----END PGP SIGNATURE-----
- -- 
- -------------------------------
Josh Thompson
VCL Developer
North Carolina State University

my GPG/PGP key can be found at pgp.mit.edu

All electronic mail messages in connection with State business which
are sent to or received by this account are subject to the NC Public
Records Law and may be disclosed to third parties.
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.22 (GNU/Linux)

iEYEARECAAYFAlMYnLwACgkQV/LQcNdtPQNI0wCdFHf/MgvJ54Jn55CmJQKy5SUg
47oAnA3IYMyrKQBHMYd08AWtV7bY7XYB
=q8MU
-----END PGP SIGNATURE-----


Re: Undefined index on a particular image

Posted by David DeMizio <dd...@ncf.edu>.
I looked at the images table and it had a comma in the description column,
I removed it but still the same issue

David DeMizio
*Academic Systems Coordinator*
Office of Information Technology
New College of Florida
Phone: 941-487-4222 | Fax: 941-487-4356
www.ncf.edu


On Thu, Mar 6, 2014 at 11:00 AM, Mike Haudenschild <mi...@longsight.com>wrote:

> Hi David,
>
> Are there any unusual / non-alphanumeric characters in the image name or
> description?
>
> Regards,
> Mike
>
>
>
>
> On Thu, Mar 6, 2014 at 10:57 AM, David DeMizio <dd...@ncf.edu> wrote:
>
>> Hi Josh,
>>
>> I am at 2.3.2. I ran that clearCache and tried a different browser as
>> well. What's  happening is the Image description section for the image is
>> not loading when I choose the image from the drop down, the hour glass just
>> hangs there for that image so that's probably why it's getting the
>> Undefined index if I click on create reservation.
>>
>> David DeMizio
>> *Academic Systems Coordinator*
>> Office of Information Technology
>> New College of Florida
>> Phone: 941-487-4222 | Fax: 941-487-4356
>> www.ncf.edu
>>
>>
>> On Thu, Mar 6, 2014 at 10:46 AM, Josh Thompson <jo...@ncsu.edu>wrote:
>>
>>> -----BEGIN PGP SIGNED MESSAGE-----
>>> Hash: SHA1
>>>
>>> David,
>>>
>>> What version of VCL do you have installed?  I looked at code for 2.3.2.
>>>
>>> Looking through the code, I'm not sure how this would happen.  All I can
>>> come
>>> up with is that some cached session data got messed up.  Do you still
>>> see the
>>> issue after you log out of the admin account and then log back in?
>>>  Also, try
>>> going to
>>>
>>> https://your.vcl.url/index.php?mode=clearCache
>>>
>>> and then trying to make a reservation for the image.  The above URL
>>> clears out
>>> your session cache.
>>>
>>> Josh
>>>
>>> On Wednesday, March 05, 2014 4:53:50 PM David DeMizio wrote:
>>> > One thing to add that I just noticed, it only happens if I login with
>>> the
>>> > admin account, if I login using an LDAP user I'm able to create a
>>> > reservation for the problematic image.
>>> >
>>> > David DeMizio
>>> > *Academic Systems Coordinator*
>>> > Office of Information Technology
>>> > New College of Florida
>>> > Phone: 941-487-4222 | Fax: 941-487-4356
>>> > www.ncf.edu
>>> >
>>> > On Wed, Mar 5, 2014 at 4:20 PM, David DeMizio <dd...@ncf.edu>
>>> wrote:
>>> > > Hello,
>>> > >
>>> > > I can't seem to create a reservation on one particular image, all the
>>> > > other images work fine. I can reload the image but can't create a
>>> > > reservation from the vcl frontend. I keep getting the error below.
>>> Can
>>> > > anyone shed any light on this? since  it's just this image I'm
>>> inclined to
>>> > > think that something is messed up in the database for this image.
>>> Thank
>>> > > You
>>> > >
>>> > > Error encountered
>>> > > Unkown error type: [8] Undefined index: subimages
>>> > > Error at 538 in /var/www/html/vcl/.ht-inc/requests.php
>>> - --
>>> - -------------------------------
>>> Josh Thompson
>>> VCL Developer
>>> North Carolina State University
>>>
>>> my GPG/PGP key can be found at pgp.mit.edu
>>>
>>> All electronic mail messages in connection with State business which
>>> are sent to or received by this account are subject to the NC Public
>>> Records Law and may be disclosed to third parties.
>>> -----BEGIN PGP SIGNATURE-----
>>> Version: GnuPG v2.0.22 (GNU/Linux)
>>>
>>> iEYEARECAAYFAlMYmGIACgkQV/LQcNdtPQP5PACfQuP0cQwM3xB1rxYYKhdBrjmQ
>>> C4wAn3M6+b2PHogD74+oRfAfIoLHcGa6
>>> =buUn
>>> -----END PGP SIGNATURE-----
>>>
>>>
>>
>

Re: Undefined index on a particular image

Posted by Mike Haudenschild <mi...@longsight.com>.
Hi David,

Are there any unusual / non-alphanumeric characters in the image name or
description?

Regards,
Mike




On Thu, Mar 6, 2014 at 10:57 AM, David DeMizio <dd...@ncf.edu> wrote:

> Hi Josh,
>
> I am at 2.3.2. I ran that clearCache and tried a different browser as
> well. What's  happening is the Image description section for the image is
> not loading when I choose the image from the drop down, the hour glass just
> hangs there for that image so that's probably why it's getting the
> Undefined index if I click on create reservation.
>
> David DeMizio
> *Academic Systems Coordinator*
> Office of Information Technology
> New College of Florida
> Phone: 941-487-4222 | Fax: 941-487-4356
> www.ncf.edu
>
>
> On Thu, Mar 6, 2014 at 10:46 AM, Josh Thompson <jo...@ncsu.edu>wrote:
>
>> -----BEGIN PGP SIGNED MESSAGE-----
>> Hash: SHA1
>>
>> David,
>>
>> What version of VCL do you have installed?  I looked at code for 2.3.2.
>>
>> Looking through the code, I'm not sure how this would happen.  All I can
>> come
>> up with is that some cached session data got messed up.  Do you still see
>> the
>> issue after you log out of the admin account and then log back in?  Also,
>> try
>> going to
>>
>> https://your.vcl.url/index.php?mode=clearCache
>>
>> and then trying to make a reservation for the image.  The above URL
>> clears out
>> your session cache.
>>
>> Josh
>>
>> On Wednesday, March 05, 2014 4:53:50 PM David DeMizio wrote:
>> > One thing to add that I just noticed, it only happens if I login with
>> the
>> > admin account, if I login using an LDAP user I'm able to create a
>> > reservation for the problematic image.
>> >
>> > David DeMizio
>> > *Academic Systems Coordinator*
>> > Office of Information Technology
>> > New College of Florida
>> > Phone: 941-487-4222 | Fax: 941-487-4356
>> > www.ncf.edu
>> >
>> > On Wed, Mar 5, 2014 at 4:20 PM, David DeMizio <dd...@ncf.edu> wrote:
>> > > Hello,
>> > >
>> > > I can't seem to create a reservation on one particular image, all the
>> > > other images work fine. I can reload the image but can't create a
>> > > reservation from the vcl frontend. I keep getting the error below. Can
>> > > anyone shed any light on this? since  it's just this image I'm
>> inclined to
>> > > think that something is messed up in the database for this image.
>> Thank
>> > > You
>> > >
>> > > Error encountered
>> > > Unkown error type: [8] Undefined index: subimages
>> > > Error at 538 in /var/www/html/vcl/.ht-inc/requests.php
>> - --
>> - -------------------------------
>> Josh Thompson
>> VCL Developer
>> North Carolina State University
>>
>> my GPG/PGP key can be found at pgp.mit.edu
>>
>> All electronic mail messages in connection with State business which
>> are sent to or received by this account are subject to the NC Public
>> Records Law and may be disclosed to third parties.
>> -----BEGIN PGP SIGNATURE-----
>> Version: GnuPG v2.0.22 (GNU/Linux)
>>
>> iEYEARECAAYFAlMYmGIACgkQV/LQcNdtPQP5PACfQuP0cQwM3xB1rxYYKhdBrjmQ
>> C4wAn3M6+b2PHogD74+oRfAfIoLHcGa6
>> =buUn
>> -----END PGP SIGNATURE-----
>>
>>
>

Re: Undefined index on a particular image

Posted by David DeMizio <dd...@ncf.edu>.
Hi Josh,

I am at 2.3.2. I ran that clearCache and tried a different browser as well.
What's  happening is the Image description section for the image is not
loading when I choose the image from the drop down, the hour glass just
hangs there for that image so that's probably why it's getting the
Undefined index if I click on create reservation.

David DeMizio
*Academic Systems Coordinator*
Office of Information Technology
New College of Florida
Phone: 941-487-4222 | Fax: 941-487-4356
www.ncf.edu


On Thu, Mar 6, 2014 at 10:46 AM, Josh Thompson <jo...@ncsu.edu>wrote:

> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> David,
>
> What version of VCL do you have installed?  I looked at code for 2.3.2.
>
> Looking through the code, I'm not sure how this would happen.  All I can
> come
> up with is that some cached session data got messed up.  Do you still see
> the
> issue after you log out of the admin account and then log back in?  Also,
> try
> going to
>
> https://your.vcl.url/index.php?mode=clearCache
>
> and then trying to make a reservation for the image.  The above URL clears
> out
> your session cache.
>
> Josh
>
> On Wednesday, March 05, 2014 4:53:50 PM David DeMizio wrote:
> > One thing to add that I just noticed, it only happens if I login with the
> > admin account, if I login using an LDAP user I'm able to create a
> > reservation for the problematic image.
> >
> > David DeMizio
> > *Academic Systems Coordinator*
> > Office of Information Technology
> > New College of Florida
> > Phone: 941-487-4222 | Fax: 941-487-4356
> > www.ncf.edu
> >
> > On Wed, Mar 5, 2014 at 4:20 PM, David DeMizio <dd...@ncf.edu> wrote:
> > > Hello,
> > >
> > > I can't seem to create a reservation on one particular image, all the
> > > other images work fine. I can reload the image but can't create a
> > > reservation from the vcl frontend. I keep getting the error below. Can
> > > anyone shed any light on this? since  it's just this image I'm
> inclined to
> > > think that something is messed up in the database for this image. Thank
> > > You
> > >
> > > Error encountered
> > > Unkown error type: [8] Undefined index: subimages
> > > Error at 538 in /var/www/html/vcl/.ht-inc/requests.php
> - --
> - -------------------------------
> Josh Thompson
> VCL Developer
> North Carolina State University
>
> my GPG/PGP key can be found at pgp.mit.edu
>
> All electronic mail messages in connection with State business which
> are sent to or received by this account are subject to the NC Public
> Records Law and may be disclosed to third parties.
> -----BEGIN PGP SIGNATURE-----
> Version: GnuPG v2.0.22 (GNU/Linux)
>
> iEYEARECAAYFAlMYmGIACgkQV/LQcNdtPQP5PACfQuP0cQwM3xB1rxYYKhdBrjmQ
> C4wAn3M6+b2PHogD74+oRfAfIoLHcGa6
> =buUn
> -----END PGP SIGNATURE-----
>
>

Re: Undefined index on a particular image

Posted by Josh Thompson <jo...@ncsu.edu>.
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

David,

What version of VCL do you have installed?  I looked at code for 2.3.2.

Looking through the code, I'm not sure how this would happen.  All I can come 
up with is that some cached session data got messed up.  Do you still see the 
issue after you log out of the admin account and then log back in?  Also, try 
going to

https://your.vcl.url/index.php?mode=clearCache

and then trying to make a reservation for the image.  The above URL clears out 
your session cache.

Josh

On Wednesday, March 05, 2014 4:53:50 PM David DeMizio wrote:
> One thing to add that I just noticed, it only happens if I login with the
> admin account, if I login using an LDAP user I'm able to create a
> reservation for the problematic image.
> 
> David DeMizio
> *Academic Systems Coordinator*
> Office of Information Technology
> New College of Florida
> Phone: 941-487-4222 | Fax: 941-487-4356
> www.ncf.edu
> 
> On Wed, Mar 5, 2014 at 4:20 PM, David DeMizio <dd...@ncf.edu> wrote:
> > Hello,
> > 
> > I can't seem to create a reservation on one particular image, all the
> > other images work fine. I can reload the image but can't create a
> > reservation from the vcl frontend. I keep getting the error below. Can
> > anyone shed any light on this? since  it's just this image I'm inclined to
> > think that something is messed up in the database for this image. Thank
> > You
> > 
> > Error encountered
> > Unkown error type: [8] Undefined index: subimages
> > Error at 538 in /var/www/html/vcl/.ht-inc/requests.php
- -- 
- -------------------------------
Josh Thompson
VCL Developer
North Carolina State University

my GPG/PGP key can be found at pgp.mit.edu

All electronic mail messages in connection with State business which
are sent to or received by this account are subject to the NC Public
Records Law and may be disclosed to third parties.
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.22 (GNU/Linux)

iEYEARECAAYFAlMYmGIACgkQV/LQcNdtPQP5PACfQuP0cQwM3xB1rxYYKhdBrjmQ
C4wAn3M6+b2PHogD74+oRfAfIoLHcGa6
=buUn
-----END PGP SIGNATURE-----


Re: Undefined index on a particular image

Posted by David DeMizio <dd...@ncf.edu>.
One thing to add that I just noticed, it only happens if I login with the
admin account, if I login using an LDAP user I'm able to create a
reservation for the problematic image.

David DeMizio
*Academic Systems Coordinator*
Office of Information Technology
New College of Florida
Phone: 941-487-4222 | Fax: 941-487-4356
www.ncf.edu


On Wed, Mar 5, 2014 at 4:20 PM, David DeMizio <dd...@ncf.edu> wrote:

> Hello,
>
> I can't seem to create a reservation on one particular image, all the
> other images work fine. I can reload the image but can't create a
> reservation from the vcl frontend. I keep getting the error below. Can
> anyone shed any light on this? since  it's just this image I'm inclined to
> think that something is messed up in the database for this image. Thank You
>
> Error encountered
> Unkown error type: [8] Undefined index: subimages
> Error at 538 in /var/www/html/vcl/.ht-inc/requests.php
>
>
>
>
>