-----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
<[email protected]>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
> >
> > <[email protected]>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 <[email protected]>
> >
> > 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-----