[problem] creating new albums -> javascript error [problem] creating new albums -> javascript error
 

News:

cpg1.5.48 Security release - upgrade mandatory!
The Coppermine development team is releasing a security update for Coppermine in order to counter a recently discovered vulnerability. It is important that all users who run version cpg1.5.46 or older update to this latest version as soon as possible.
[more]

Main Menu

[problem] creating new albums -> javascript error

Started by grischa, January 21, 2004, 07:43:05 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

grischa

hi there, i've got a problem with creating new albums...when i click on the button "new" nothing happens. the info-box of ie6 shows some java error:

row: 267
character: 9
error: document.album_menu.to is null or not an object.
URL: [...]/albmgr.php?cat=2

please help me, because i can't add any pictures...

thanx alot in advance...

christian

MaThIbUs

:o

Try using another browser, or create MySQL tables manually...

grischa

thanks for your reply...

i've tried all common browsers....no positive result!

how can i create an "album" by hand? how does such an entry in the "albums"-table look like??

greetz,

christian

Casper

It's possible your albmgr.php is corrupt.

Try downloading a new copy from the download section and replacing the existing one.
It has been a long time now since I did my little bit here, and have done no coding or any other such stuff since. I'm back to being a noob here

Joachim Müller

just a blind guess: you're using a self-made or modified theme, and the javascript bit (the one that includes script.js) doesn't work. Please give us a link to your site, so we can check.

GauGau

grischa

posting the adress is not possible ...sorry! but do you think even changing the language files could cause that problem? i've changed it "by hand"...

greetz...

grischa

another problem i've seen right now is, that i can not upload any pictures to the existing galleries anymore ?!?! maybe that is a database problem...but how do i find it....

Joachim Müller

[list=1]
  • only one question per thread! :evil:
  • no link, no help (at least from me), because I'm not a clairvoyant[/list:o]

    GauGau

moorey

If it's a javascript error, it's most likely a javascript problem. Try replacing all the .js files in the CPG folder for a start.

grischa

@gaugau: ok, first: sorry for my "double-post"! i can't post the adress, because the site is running in our intranet, which is not accessible from the outside!

@moorey: i will try that...thanks so far!

Joachim Müller

having the site on the intranet is an explanation for not giving out the link :wink: .

Try this:
  • use the default theme that comes with coppermine.
  • Check that script.js exists within the coppermine folder and is accessible (permissions!)
  • make sure the files haven't been corrupted (garbled output when accessing them directly)
  • right-click on the page that causes problems - "view source code": is the line in it that includes scripts.js?[/list:u]GauGau