test my gallery log-in please :)!

  • Thread starter Thread starter englandshottest2
  • Start date Start date
E

englandshottest2

Guest
if any dear fellow TP memembers would kindly test the login / viewing images procedure of my recent gallery album, it would be most appreciated...as i've tried it on a few different pc's of mine on various networks throughout the house, and seems to be working, apart from when i tried it over at a friends :(!

step 1.) visit alexandrasareh.myjalbum.net
step 2.) select the password protected album titled 'kirsti and dominic'
step 3.) enter login details: user id- album23 , password- vincent (all lowercase)
step 4.) click on a few thumbnails to see if they load correctly

many thanks indeedy :D:D:D!!
 
I can see the thumbnails, but when I click on one I get a message saying: "internet explorer cannot open the internet site ............................... html. Operation aborted."
 
yea that was the problem i got on my friend's pc.....arrrgghhh! i **** what to do?!?!?!?
 
I can see the thumbnails, but when I click on one I get a message saying: "internet explorer cannot open the internet site ............................... html. Operation aborted."


Sorry get the above as well.
 
hmmmm seems to be 50/50 :( maybe just a user's browser problem ???
 
Works fine for me... I'm using Firefox rather than IE if that's any use.
 
Don't know if this helps but if I open it in a new window it does open but then I get the same error message. I downloaded the target onto my desktop and opened from there and the error is saying:

Line: 2
Char: 1
Error: Invalid Character
Code: 0
 
works for me on this machine in firefox, but not in IE. Just off to try another machine.....
 
thanx....it's jalbum's basic gallery, so no coding on part really (arrggh!)
 
really strange, my client whom the photos are of, just advised to me today that they are getting that html error code message, but yesterday they were able to view them without troubles....could this be an internet explorer problem rather than jalbum??!?! :( :( :( im so sad!
i bought a skin from the jalbum software (fotoplayer) but have to figure a way of uploading it to my website (as my website is hosted through a web designer, and i edit it through CPanel which is an html control panel type system accessible via the net with a password)....if I could do that then I'd be so happy!!!! $89 sitting there waiting to be put to good use ;)
 
hmmmm d'oh!!!! (lol)
am attempting to upload to my website itself rather than my jalbum account...but i think my website is out of memory! (d'oh again!! lol)
this sux lol
 
i've re-uploaded it all from scratch...can somebody using I.E. try again for me :D:D:D:D and lemme know :D?
 
still get the error message here
 
:shake: error message in IE7 but works fine in firefox here
 
d'oh!! hmmm that is strange...obviously an IE problem then :( or jalbum hates IE
 
Hi,

The problem is in your coding. You have this line in the paypal submit function:

form['item_number'].value = "Kirsti_and_Dominic_05_08/IMG_2265_1 (" + ppitems[sel][3] + ")";

and the problem is you have an underscore instead of a hyphen. The code should look like this:

form['item_number'].value = "Kirsti_and_Dominic_05_08/IMG_2265-1 (" + ppitems[sel][3] + ")";

I don't know jalbum that well but I suspect there is a field somewhere where you enter an image reference and it will be there you have entered it incorrectly. Hope that helps, but if not clear then pm me and i'll try and help further.

Cheers, Jon.
 
lol ya know when i was posting a topic in the jalbum forum about this error message i get, it literally hit me that i bet the code at the bottom of the page had failed again....it somehow screws itself up all the time and in this instance when i added another photo, my 'old' html had put itself back in (even though it SHOULD have worked, just that it doesnt like 99% of the html i use lol), so now....1million years later, i'm finally uploading it for the LAST time (fingers crossed!) this all happened last night when i added one more image to their gallery (lol) thanx all for help in this too!
 
When I was designing my site I originally used jalbum but gave up PDQ because i found the software got more flaky the more complex my site got. You might find Coppermine better suited to your needs and a lot of hosting companies make it easy to install...
 
if anybody else would be so kind as to test...im quite sure prob. is sorted now!! same procedure- go to alexandrasareh.myjalbum.net , click album that reads 'Kirsti and Dominic' and enter login details: id- album23 , pass- vincent (all lowercase). xxxx
 
rrrrr never mind just tried it on laptop...same darn html error :(:(:(:(
 
if anybody else would be so kind as to test...im quite sure prob. is sorted now!! same procedure- go to alexandrasareh.myjalbum.net , click album that reads 'Kirsti and Dominic' and enter login details: id- album23 , pass- vincent (all lowercase). xxxx

Sorry mate but I am getting the same fault as others before :(
 
same problem with me as post no.4 Im using IE with the latest update.
 
:bang::bang::bang: and to think it was working last night :(!!!!! really am stuck :(!! :shrug:
same error message occrus! :(
 
If you look at the code on your page at this section it's still referencing using an underscore. As soon as I change that underscore to a hyphen it works fine in IE7:

function submitPaypal(sel) **
form = document.forms['paypal'];
form['item_name'].value = ppitems[sel][0];
form['item_number'].value = "Kirsti_and_Dominic_05_08/IMG_2265_1 (" + ppitems[sel][3] + ")";
form['amount'].value = ppitems[sel][1];
form['add'].value = "1";

form['shipping'].value = ppitems[sel][2];
form['quantity'].value = form['quantity' + sel].value;
form.target = "paypal";
form.submit();
**

I'm fairly certain this is where your error is.
 
are you refering to the underscore in the image title??? im lost :D thanx for reply!
 
i've got it to work on another re-loaded album,.....still wish i knew what exactly was to blame with the old one :( rrrrrrrrr lol
 
hmmmm so strange...i took out all the url coding at the footer, and it works fine now, but really weird because another album i have uploaded to it has the same footer (with url codes) and works fine :(! rrrrrrrrrrr lol
 
Works fine on IE/Firefox on both the machines I have running at the moment. Hope you have sorted the problem as they are great pics on there.
 
thanks for all help in this :D!!! now working! was the html url codes at the bottom which jalbum seemed to corupt and caused disaster with the whole page!
 
Works beautifully, really lovely pictures!!!!!!
 
When I was designing my site I originally used jalbum but gave up PDQ because i found the software got more flaky the more complex my site got. You might find Coppermine better suited to your needs and a lot of hosting companies make it easy to install...

I just setup Coppermine the other day on my website! It was very straightforward to install and to use. Link: www.grahamscottphotography.co.uk , coppermine used in the Gallery section.
 
Back
Top