the_cobra666
Forum Replies Created
-
You are correct, also found it yesterday. Did spend a lot of time giving all my gallerys/albums a page :p
Forum: Plugins
In reply to: [Plugin: Shutter Reloaded] Google Chrome issueHi James,
Update to the new version ??
Forum: Plugins
In reply to: [Plugin: jQuery Colorbox] Plugin not working properly on ChromeHi Arne,
Problem solved with the new version!
Forum: Plugins
In reply to: [Plugin: jQuery Colorbox] Plugin not working properly on ChromeThanks m8! I’m eagerly waiting for the new release ??
Forum: Plugins
In reply to: [Plugin: jQuery Colorbox] Plugin not working properly on ChromeI still have this problem. Latest wordpress, nextgen gallery, jquery and W3 cache. Every other browser works, except google chrome for osx.
It loads one picture and then it cannot load the rest. Example gallery
Forum: Plugins
In reply to: [Plugin: Shutter Reloaded] Google Chrome issueI to have this problem. From what I can tell, it seems to be related only to google chrome. But there is something weird: Nextgen gallery uses shutter reloaded by default (with another skin) and then it works fine. However, when activating the shutter reloaded plugin, the images do not load.
Forum: Plugins
In reply to: [Plugin: NextGEN Gallery] Can’t move a gallery / album in albumGot some more info.
If I rename the table: wp_ngg_pictures, then disable and activate nextgen gallery again. I CAN move the albums / gallery’s. If I create a new gallery, upload a pic in it, take that as a preview pic, I still can move them around…
As soon as I delete that table and put the old one back, the problem is back. I’ve done a dump of the table’s structure:
CREATE TABLE
wp_ngg_pictures` (
pid
bigint(20) NOT NULL auto_increment,
post_id
bigint(20) NOT NULL default ‘0’,
galleryid
bigint(20) NOT NULL default ‘0’,
filename
varchar(255) NOT NULL default ”,
description
mediumtext,
alttext
mediumtext,
imagedate
datetime NOT NULL default ‘0000-00-00 00:00:00’,
exclude
tinyint(4) default ‘0’,
sortorder
bigint(20) NOT NULL default ‘0’,
meta_data
longtext,
PRIMARY KEY (pid
),
KEYpost_id
(post_id
)
) ENGINE=MyISAM AUTO_INCREMENT=32342 DEFAULT CHARSET=latin1 AUTO_INCREMENT=32342 ;`This looks okay to me. Anybody who has a suggestion ??
Forum: Plugins
In reply to: [Plugin: NextGEN Gallery] upgrade 1.3.1 dont’workWhen moving from 1.2.1 to 1.3.0/1/2/3. I cannot place a gallery inside an album. They all display BUT, they are maximized, the buttons “minimize, maximize, show all”, do not work. When I try to move a gallery in to an album, the move icon appears, but it selects text. It doesn’t pick up the album.
I’m using WP 2.8. This is a big problem, since I can’t put an gallery online. Reverting back tot 1.2.1 fixes the problem, but I really need sub album support.
Forum: Plugins
In reply to: [Plugin: NextGEN Gallery] Can’t move a gallery / album in albumI did some more testing.
Deleted 1.3.3. Installed 1.2.1 and I could again move the gallery’s to a different album. As soon as I installed 1.3.0, I couldn’t.
The problem is with 1.3.0. The update proces, spit out one error:
Upgrade NextGEN Gallery
Upgrade database structure…WordPress database error: [Duplicate key name ‘post_id’]
ALTER TABLE wp_ngg_pictures ADD INDEX post_id ( post_id )finished
Upgrade sucessfulContinue…
I did notice, that the controls for “minimize, maximize and show all”, do not work.
Forum: Plugins
In reply to: [Plugin: NextGEN Gallery] Can’t move a gallery / album in albumVersion: 1.3.3.. Sorry typo!
andrejqo, not me ?? Got maybe 30 or 50 gallery’s. Not that much ?? Doest’n work.
I have disabled all the plugins but nextgen gallery, the memory limit is 40 MB. Same problem like andrejqo.
The only tables I’ve got from nextgen gallery are:
wp_ngg_album
wp_ngg_gallery
wp_ngg_picturesI sence that one is missing? wp_ngg_pic2tags?
Yes I am, tell me what to do ??
[Thu Dec 11 13:31:19 2008] [error] [client XXXXXX] WordPress database error Table 'WorD.wp_ngg_pic2tags' doesn't exist for query SELECT t.*, tt.* FROM wp_ngg_pic2tags AS t INNER JOIN wp_ngg_tags AS tt ON t.tagid = tt.id WHERE t.picid = '25958' ORDER BY tt.slug ASC made by do_action, call_user_func_array, nggAdminPanel->show_menu, nggallery_upgrade_page, nggallery_start_upgrade, ngg_upgrade, ngg_convert_tags, referer: https://www.cobrapit.be/wp-admin/admin.php?page=nggallery-manage-gallery [Thu Dec 11 13:31:19 2008] [error] [client XXXXXX] WordPress database error Unknown table 'wp_ngg_tags' for query DROP TABLE wp_ngg_tags made by do_action, call_user_func_array, nggAdminPanel->show_menu, nggallery_upgrade_page, nggallery_start_upgrade, ngg_upgrade, referer: https://www.cobrapit.be/wp-admin/admin.php?page=nggallery-manage-gallery [Thu Dec 11 13:31:19 2008] [error] [client XXXXXX] WordPress database error Unknown table 'wp_ngg_pic2tags' for query DROP TABLE wp_ngg_pic2tags made by do_action, call_user_func_array, nggAdminPanel->show_menu, nggallery_upgrade_page, nggallery_start_upgrade, ngg_upgrade, referer: https://www.cobrapit.be/wp-admin/admin.php?page=nggallery-manage-gallery [Thu Dec 11 13:31:19 2008] [error] [client XXXXXX] WordPress database error Duplicate column name 'imagedate' for query ALTER TABLE wp_ngg_pictures ADD imagedate DATETIME NOT NULL DEFAULT '0000-00-00 00:00:00' AFTER alttext made by do_action, call_user_func_array, nggAdminPanel->show_menu, nggallery_upgrade_page, nggallery_start_upgrade, ngg_upgrade, referer: https://www.cobrapit.be/wp-admin/admin.php?page=nggallery-manage-gallery [Thu Dec 11 13:31:20 2008] [error] [client XXXXXX] PHP Fatal error: Allowed memory size of 41943040 bytes exhausted (tried to allocate 35 bytes) in /var/www/vhosts/cobrapit.be/httpdocs/wp-includes/wp-db.php on line 636, referer: https://www.cobrapit.be/wp-admin/admin.php?page=nggallery-manage-gallery
there is more… but it’s all the same. The one below is repeating it self again and again in the logs, untill the messages from above.
[Thu Dec 11 13:29:11 2008] [error] [client XXXXXXX] WordPress database error Table ‘WorD.wp_ngg_pic2tags’ doesn’t exist for query SELECT t.*, tt.* FROM wp_ngg_pic2tags AS t INNER JOIN wp_ngg_tags AS tt ON t.tagid = tt.id WHERE t.picid = ‘20489’ ORDER BY tt.slug ASC made by do_action, call_user_func_array, nggAdminPanel->show_menu, nggallery_upgrade_page, nggallery_start_upgrade, ngg_upgrade, ngg_convert_tags, referer: https://www.cobrapit.be/wp-admin/admin.php?page=nextgen-gallery