[SOLVED] Destination album blank when trying to move album

glenne
glenne's picture

Joined: 2013-03-07
Posts: 2
Posted: Thu, 2013-03-07 13:13

When moving albums the tree that normally appears to select a destination album is no longer present.

I have tried Firebug and I get the following:

Quote:
SyntaxError: illegal character
[Break On This Error]

�

main.p...e3651b4 (line 1)

ReferenceError: YAHOO is not defined
[Break On This Error]

..._init('Search the Gallery', 'Please enter a search term.', 'Searching in progres...

index....d=14199 (line 728)

ReferenceError: search_SearchBlock_init is not defined
[Break On This Error]

..._init('Search the Gallery', 'Please enter a search term.', 'Searching in progres...

index....d=14199 (line 723)

ReferenceError: search_SearchBlock_init is not defined
[Break On This Error]

..._init('Search the Gallery', 'Please enter a search term.', 'Searching in progres...

There is some problem with the script.

Any help would be much appreciated.

Glenn.


Gallery version (not just "2"):2 where do you get the full version?
PHP version (e.g. 5.1.6):5.3.20
PHPInfo Link (see FAQ): http://glenneaton.net/phpinfo311.php
Webserver (e.g. Apache 1.3.33): Apache 2.2.23
Database (e.g. MySql 5.0.32): MySQL version 5.5.30-log
Activated toolkits (e.g. NetPbm, GD):
Operating system (e.g. Linux):Linux
Browser (e.g. Firefox 2.0): Firefox 19

 
suprsidr
suprsidr's picture

Joined: 2005-04-17
Posts: 8339
Posted: Thu, 2013-03-07 17:50

your getting garbage in your javascript basically your javascript is getting compressed twice.
Your php must have been updated recently.
edit gallery2/config.php line ~28:

@ini_set('display_errors', 0);

to:

@ini_set('display_errors', 0);
@ini_set('zlib.output_compression', 0);

-s
________________________________
All New jQuery Minislideshow for G2/G3

 
adcool

Joined: 2013-03-18
Posts: 1
Posted: Mon, 2013-03-18 05:25

I am also having the same issue. Thanks suprsidr, will be trying out that and see if it works.

 
glenne
glenne's picture

Joined: 2013-03-07
Posts: 2
Posted: Tue, 2013-03-19 04:44

Thanks very much for that.

My gallery installation is back to its old self.

Cheers.
Glenn.