| Author | Message |
| Post Title: Plugins page shows no actions when accessed through Nuke | |
fkelly
Joined: Dec 03, 2005 Posts: 28
|
Posted: Fri Sep 26, 2008 9:43 am
Running the latest Ravennuke. Did a clean install of 2.2.6 Gallery today (several times). Then installed the integration package (latest). Again went through it several times checking steps.
In Nuke admin the Gallery2 module comes up and can be activated. The settings for the integration say they are fine. Users can be exported. Albums can be seen. When you go into site administration in Gallery through Gallery with a path like this: http://mysite.com/html/modules/gallery2/main.php?g2_view=core.SiteAdmin&g2_subView=core.AdminCore&g2_navId=x3e080ac0 [mysite.com] it works fine. But if you access site administration and then the plugins page through Nuke like this: http://mysite.com/html/modules.php?name=gallery2&g2_view=core.SiteAdmin&g2_subView=core.AdminPlugins&g2_navId=xee58ff68 [mysite.com] The actions options for the plugins are empty. The rest of the installation appears okay although I have not tested it extensively. |
| Author | Message |
| Post Title: Re: Plugins page shows no actions when accessed through Nuke | |
dari
Joined: Mar 03, 2003 Posts: 6287 Location: Washington Township, NJ, USA
|
Posted: Sat Sep 27, 2008 7:32 am
IE or FF? If FF, are you using adblock (it blocks some of the scripts sometimes, depending on your settings).
Otherwise, it might be a Sentinel thing (i believe ravenuke has that installed by default). search the forums here for "sentinel". you might also want to up the memory limit in your php.ini file. if none of the above work. could you post a screenshot of what your plugin page looks like...i'm basing the above on some assumptions and don't want to be way off mark |
| Author | Message |
| Post Title: Re: Plugins page shows no actions when accessed through Nuke | |
fkelly
Joined: Dec 03, 2005 Posts: 28
|
Posted: Sat Sep 27, 2008 8:10 am
I doubt that it's Sentinel. I work on the Ravennuke development team and am pretty familiar with Sentinel. It would block the whole thing not specific text on a page. I will try it after disabling Sentinel but I don't think that's the issue.
I think it could be something related to the within Nuke link not calling main.php??? Or maybe something that main.php calls that's missing? I don't know the internals of Gallery at all.
. |
| Author | Message |
| Post Title: Re: Plugins page shows no actions when accessed through Nuke | |
fkelly
Joined: Dec 03, 2005 Posts: 28
|
Posted: Sat Sep 27, 2008 8:18 am
Disabled Sentinel. No change in behavior.
|
| Author | Message |
| Post Title: Re: Plugins page shows no actions when accessed through Nuke | |
fkelly
Joined: Dec 03, 2005 Posts: 28
|
Posted: Mon Sep 29, 2008 4:23 pm
For what it's worth, I think there are all sorts of style sheets and scripts being included when you access Gallery administration through main.php that aren't being included when you access it through Nuke. For instance at the top of the view source in the "native" Gallery mode you get:
Code: › <title>Gallery Site Administration</title>
<link rel="stylesheet" type="text/css" href="modules/core/data/gallery.css"/> <link rel="stylesheet" type="text/css" href="modules/icons/iconpacks/silk/icons.css"/> <cript type="text/javacript" src="lib/yui/yahoo-min.js"></cript> <cript type="text/javacript" src="lib/yui/dom-min.js"></cript> <cript type="text/javasript" src="lib/yui/event-min.js"></cript> <cript type="text/javacript" src="lib/yui/connection-min.js"></cript> <cript type="text/javacript" src="lib/yui/animation-min.js"></cript> <cript type="text/javacript" src="lib/yui/container-min.js"></cript> <cript type="text/javasript" src="modules/core/templates/AdminPlugins.js"></cript> <cript type="text/javacript" src="modules/search/SearchBlock.js"> You see nothing like that when accessing through Nuke. However if you look in the tools error console for the page when accessing through Nuke you see: UpdatePluginState is not defined. I think that should be defined in a script that's not getting included. So somewhere the integration has gone haywire but where and why are over my head. I had to mangle some tags to get it to post. |
| Author | Message |
| Post Title: Re: Plugins page shows no actions when accessed through Nuke | |
dari
Joined: Mar 03, 2003 Posts: 6287 Location: Washington Township, NJ, USA
|
Posted: Tue Sep 30, 2008 7:52 am
what are your integration settings? i'm thinking there's a missing slash at the end of one of your entries
|
| Author | Message |
| Post Title: Re: Plugins page shows no actions when accessed through Nuke | |
fkelly
Joined: Dec 03, 2005 Posts: 28
|
Posted: Tue Sep 30, 2008 8:16 am
http://fsgtroy.org/html/modules/gallery2/ [fsgtroy.org]
and http://fsgtroy.org/html/modules.php?name=gallery2 [fsgtroy.org] I tried putting a slash on the end of the last one (these are in the reverse order that they show on the integration screen). When I do it can't detect the integration package at all (says I have version 0.0.0). So the slash is not what's doing it. I am getting to the point where I am almost despairing about loading up the "latest" Gallery release even though it says on their home page that it fixes this and that and plugs security holes. This is the second time in 6 months (different sites) where I have loaded up the latest and had to back off because of problems. Still I am willing to stick with this if you have any further suggestions. I think the view source that I mentioned is pretty revealing that Jabascript and css files are not getting loaded properly in the integration case. |
| Author | Message |
| Post Title: Re: Plugins page shows no actions when accessed through Nuke | |
dari
Joined: Mar 03, 2003 Posts: 6287 Location: Washington Township, NJ, USA
|
Posted: Tue Sep 30, 2008 12:06 pm
try enabling debug mode in gallery, then see what the output shows...
|
| Author | Message |
| Post Title: Re: Plugins page shows no actions when accessed through Nuke | |
fkelly
Joined: Dec 03, 2005 Posts: 28
|
Posted: Tue Sep 30, 2008 1:49 pm
Here is the debug output running in integrated mode:
Quote: › included templates & config files (load time in seconds)
gallery:themes/classic/templates/theme.tpl gallery:modules/core/templates/blocks/SystemLinks.tpl (0.00657) gallery:modules/core/templates/blocks/BreadCrumb.tpl (0.02235) gallery:themes/classic/templates/admin.tpl (0.16746) gallery:modules/core/templates/SiteAdmin.tpl (0.16639) gallery:modules/core/templates/blocks/NavigationLinks.tpl (0.00100) gallery:modules/core/templates/AdminPlugins.tpl (0.14882) gallery:modules/core/templates/JavaScriptWarning.tpl (0.00086) gallery:modules/core/templates/AdminPluginsLegend.tpl (0.00137) gallery:modules/core/templates/AdminPluginsLegend.tpl (0.00130) assigned template variables {$AdminPlugins} Array (4) plugins => Array (32) 0 => Array (10) type => "module" name => "Core" id => "core" description => "Gallery 2 Core Module" version => "1.2.0.8" installedVersion => "1.2.0.8" deletable => 1 state => "active" group => "gallery" groupLabel => "Gallery" 1 => Array (10) type => "module" name => "Rearrange" id => "rearrange" description => "Rearrange the order of album items al..." version => "1.0.5" installedVersion => "1.0.5" deletable => 1 state => "active" group => "gallery" groupLabel => "Gallery" 2 => Array (10) type => "module" name => "Search" id => "search" description => "Search your Gallery" version => "1.0.5" installedVersion => "1.0.5" deletable => 1 state => "active" group => "gallery" groupLabel => "Gallery" 3 => Array (10) type => "module" name => "URL Rewrite" id => "rewrite" description => "Enables short URLs using Apache mod_r..." version => "1.1.13.4" installedVersion => null deletable => 1 state => "uninstalled" group => "gallery" groupLabel => "Gallery" 4 => Array (10) type => "module" name => "Ffmpeg" id => "ffmpeg" description => "A toolkit for processing movies" version => "1.0.7" installedVersion => "1.0.7" deletable => 1 state => "unconfigured" group => "toolkits" groupLabel => "Graphics Toolkits" 5 => Array (10) type => "module" name => "NetPBM" id => "netpbm" description => "NetPBM Graphics Toolkit" version => "1.1.1" installedVersion => "1.1.1" deletable => 1 state => "unconfigured" group => "toolkits" groupLabel => "Graphics Toolkits" 6 => Array (10) type => "module" name => "Gd" id => "gd" description => "Gd Graphics Toolkit" version => "1.1.1" installedVersion => "1.1.1" deletable => 1 state => "active" group => "toolkits" groupLabel => "Graphics Toolkits" 7 => Array (10) type => "module" name => "ImageMagick" id => "imagemagick" description => "ImageMagick / GraphicsMagick Graphics..." version => "1.1.1" installedVersion => "1.1.1" deletable => 1 state => "active" group => "toolkits" groupLabel => "Graphics Toolkits" 8 => Array (10) type => "module" name => "Album Select" id => "albumselect" description => "Jump directly to any album using a se..." version => "1.0.6.1" installedVersion => "1.0.6.1" deletable => 1 state => "active" group => "blocks" groupLabel => "Blocks" 9 => Array (10) type => "module" name => "Image Block" id => "imageblock" description => "Random, Most Recent or Most Viewed Ph..." version => "1.1.0" installedVersion => "1.1.0" deletable => 1 state => "active" group => "blocks" groupLabel => "Blocks" 10 => Array (10) type => "module" name => "Shutterfly" id => "shutterfly" description => "Shutterfly Photo Printing Module" version => "1.0.7.2" installedVersion => "1.0.7.2" deletable => 1 state => "active" group => "commerce" groupLabel => "Commerce" 11 => Array (10) type => "module" name => "Dynamic Albums" id => "dynamicalbum" description => "Dynamic albums for newest, most viewe..." version => "1.0.0" installedVersion => "1.0.0" deletable => 1 state => "active" group => "display" groupLabel => "Display" 12 => Array (10) type => "module" name => "Icons" id => "icons" description => "Display icons for links" version => "1.1.2" installedVersion => "1.1.2" deletable => 1 state => "active" group => "display" groupLabel => "Display" 13 => Array (10) type => "module" name => "Keyword Albums" id => "keyalbum" description => "Dynamic albums based on keyword search" version => "1.0.0.2" installedVersion => "1.0.0.2" deletable => 1 state => "active" group => "display" groupLabel => "Display" 14 => Array (10) type => "module" name => "New Items" id => "newitems" description => "Highlight new/updated Gallery items" version => "1.0.5" installedVersion => "1.0.5" deletable => 1 state => "active" group => "display" groupLabel => "Display" 15 => Array (10) type => "module" name => "Slideshow" id => "slideshow" description => "Slideshow" version => "1.0.5.1" installedVersion => "1.0.5.1" deletable => 1 state => "active" group => "display" groupLabel => "Display" 16 => Array (10) type => "module" name => "Slideshow Applet" id => "slideshowapplet" description => "Fullscreen slideshow using a Java applet" version => "1.0.7" installedVersion => "1.0.7" deletable => 1 state => "active" group => "display" groupLabel => "Display" 17 => Array (10) type => "module" name => "Comments" id => "comment" description => "User commenting system" version => "1.1.3.2" installedVersion => "1.1.3.2" deletable => 1 state => "active" group => "data" groupLabel => "Extra Data" 18 => Array (10) type => "module" name => "EXIF/IPTC" id => "exif" description => "Extract EXIF/IPTC data from JPEG photos" version => "1.1.0" installedVersion => "1.1.0" deletable => 1 state => "active" group => "data" groupLabel => "Extra Data" 19 => Array (10) type => "module" name => "Rating" id => "rating" description => "Item Rating Interface" version => "1.0.8" installedVersion => "1.0.8" deletable => 1 state => "active" group => "data" groupLabel => "Extra Data" 20 => Array (10) type => "module" name => "Add Items" id => "itemadd" description => "Add items from local server or the web" version => "1.0.0.1" installedVersion => "1.0.0.1" deletable => 1 state => "active" group => "import" groupLabel => "Import" 21 => Array (10) type => "module" name => "Archive Upload" id => "archiveupload" description => "Extract items from uploaded zip files" version => "1.0.6.1" installedVersion => "1.0.6.1" deletable => 1 state => "active" group => "import" groupLabel => "Import" 22 => Array (10) type => "module" name => "Upload Applet" id => "uploadapplet" description => "Easy to use upload applet for media" version => "1.0.7" installedVersion => "1.0.7" deletable => 1 state => "active" group => "import" groupLabel => "Import" 23 => Array (10) type => "module" name => "Remote" id => "remote" description => "Implementation for the remote control..." version => "1.0.9.1" installedVersion => "1.0.9.1" deletable => 1 state => "active" group => "interfaces" groupLabel => "Remote Interfaces" 24 => Array (11) type => "theme" name => "Ajaxian" id => "ajaxian" description => "DHTML-enabled Slideshow theme" version => "1.0.0" installedVersion => "1.0.0" deletable => 1 state => "active" screenshot => "themes/ajaxian/images/screenshot.png" group => "theme" groupLabel => "Themes" 25 => Array (11) type => "theme" name => "Carbon" id => "carbon" description => "Gallery2 theme by mincel.com" version => "1.2.3.1" installedVersion => "1.2.3.1" deletable => 1 state => "active" screenshot => "themes/carbon/images/screenshot.png" group => "theme" groupLabel => "Themes" 26 => Array (11) type => "theme" name => "Classic" id => "classic" description => "Classic Gallery2 root album look and ..." version => "1.1.3" installedVersion => "1.1.3" deletable => 1 state => "active" screenshot => "themes/classic/images/screenshot.png" group => "theme" groupLabel => "Themes" 27 => Array (11) type => "theme" name => "Floatrix" id => "floatrix" description => "Variable column theme based on Matrix" version => "1.0.6" installedVersion => "1.0.6" deletable => 1 state => "active" screenshot => "themes/floatrix/images/screenshot.png" group => "theme" groupLabel => "Themes" 28 => Array (11) type => "theme" name => "Hybrid" id => "hybrid" description => "Combined album/image/slideshow dynami..." version => "1.1.4.1" installedVersion => "1.1.4.1" deletable => 1 state => "active" screenshot => "themes/hybrid/images/screenshot.png" group => "theme" groupLabel => "Themes" 29 => Array (11) type => "theme" name => "Matrix" id => "matrix" description => "Standard Gallery2 look and feel" version => "1.1.4" installedVersion => "1.1.4" deletable => 1 state => "active" screenshot => "themes/matrix/images/screenshot.png" group => "theme" groupLabel => "Themes" 30 => Array (11) type => "theme" name => "Siriux" id => "siriux" description => "Siriux.net Gallery theme" version => "1.1.3" installedVersion => "1.1.3" deletable => 1 state => "active" screenshot => "themes/siriux/images/screenshot.png" group => "theme" groupLabel => "Themes" 31 => Array (11) type => "theme" name => "Slider" id => "slider" description => "Image viewer/slideshow; subalbums/oth..." version => "1.0.7.2" installedVersion => "1.0.7.2" deletable => 1 state => "active" screenshot => "themes/slider/images/screenshot.png" group => "theme" groupLabel => "Themes" defaultTheme => "classic" showGetMorePluginsTip => 0 canDeletePlugins => true {$SCRIPT_NAME} "/html/modules.php" {$SiteAdmin} Array (5) navigationLinks => Array (1) 0 => Array (2) url => "/html/modules.php?name=gallery2&g..." name => "Back to album" subViewGroups => Array (7) 0 => Array ( 0 => Array (4) name => "General" group => "gallery" groupLabel => "Gallery" view => Array (2) view => "core.SiteAdmin" subView => "core.AdminCore" 1 => Array (4) name => "Groups" group => "gallery" groupLabel => "Gallery" view => Array (2) view => "core.SiteAdmin" subView => "core.AdminGroups" 2 => Array (4) name => "Maintenance" group => "gallery" groupLabel => "Gallery" view => Array (2) view => "core.SiteAdmin" subView => "core.AdminMaintenance" 3 => Array (4) name => "Performance" group => "gallery" groupLabel => "Gallery" view => Array (2) view => "core.SiteAdmin" subView => "core.AdminPerformance" 4 => Array (5) name => "Plugins" group => "gallery" groupLabel => "Gallery" view => Array (2) view => "core.SiteAdmin" subView => "core.AdminPlugins" selected => true 5 => Array (4) name => "Themes" group => "gallery" groupLabel => "Gallery" view => Array (2) view => "core.SiteAdmin" subView => "core.AdminThemes" 6 => Array (4) name => "URL Rewrite" group => "gallery" groupLabel => "Gallery" view => Array (2) view => "core.SiteAdmin" subView => "rewrite.AdminRewrite" 7 => Array (4) name => "Users" group => "gallery" groupLabel => "Gallery" view => Array (2) view => "core.SiteAdmin" subView => "core.AdminUsers" 1 => Array (5) 0 => Array (4) name => "Ffmpeg" group => "toolkits" groupLabel => "Graphics Toolkits" view => Array (2) view => "core.SiteAdmin" subView => "ffmpeg.AdminFfmpeg" 1 => Array (4) name => "Gd" group => "toolkits" groupLabel => "Graphics Toolkits" view => Array (2) view => "core.SiteAdmin" subView => "gd.AdminGd" 2 => Array (4) name => "ImageMagick" group => "toolkits" groupLabel => "Graphics Toolkits" view => Array (2) view => "core.SiteAdmin" subView => "imagemagick.AdminImageMagick" 3 => Array (4) name => "NetPBM" group => "toolkits" groupLabel => "Graphics Toolkits" view => Array (2) view => "core.SiteAdmin" subView => "netpbm.AdminNetPbm" 4 => Array (4) name => "Toolkit Priority" group => "toolkits" groupLabel => "Graphics Toolkits" view => Array (2) view => "core.SiteAdmin" subView => "core.AdminToolkitPriority" 2 => Array (2) 0 => Array (4) name => "Album Select" group => "blocks" groupLabel => "Blocks" view => Array (2) view => "core.SiteAdmin" subView => "albumselect.AlbumSelectSiteAdmin" 1 => Array (4) name => "Image Block" group => "blocks" groupLabel => "Blocks" view => Array (2) view => "core.SiteAdmin" subView => "imageblock.ImageBlockSiteAdmin" 3 => Array (5) 0 => Array (4) name => "Dynamic Albums" group => "display" groupLabel => "Display" view => Array (2) view => "core.SiteAdmin" subView => "dynamicalbum.DynamicAlbumSiteAdmin" 1 => Array (4) name => "Icons" group => "display" groupLabel => "Display" view => Array (2) view => "core.SiteAdmin" subView => "icons.IconsSiteAdmin" 2 => Array (4) name => "Keyword Albums" group => "display" groupLabel => "Display" view => Array (2) view => "core.SiteAdmin" subView => "keyalbum.KeywordAlbumSiteAdmin" 3 => Array (4) name => "New Items" group => "display" groupLabel => "Display" view => Array (2) view => "core.SiteAdmin" subView => "newitems.NewItemsSiteAdmin" 4 => Array (4) name => "Slideshow Applet" group => "display" groupLabel => "Display" view => Array (2) view => "core.SiteAdmin" subView => "slideshowapplet.SlideshowAppletSiteAdmin" 4 => Array (3) 0 => Array (4) name => "Comments" group => "data" groupLabel => "Extra Data" view => Array (2) view => "core.SiteAdmin" subView => "comment.CommentSiteAdmin" 1 => Array (4) name => "EXIF/IPTC" group => "data" groupLabel => "Extra Data" view => Array (2) view => "core.SiteAdmin" subView => "exif.AdminExif" 2 => Array (4) name => "Rating" group => "data" groupLabel => "Extra Data" view => Array (2) view => "core.SiteAdmin" subView => "rating.RatingSiteAdmin" 5 => Array (3) 0 => Array (4) name => "Archive" group => "import" groupLabel => "Import" view => Array (2) view => "core.SiteAdmin" subView => "archiveupload.ArchiveUploadSiteAdmin" 1 => Array (4) name => "Upload Applet" group => "import" groupLabel => "Import" view => Array (2) view => "core.SiteAdmin" subView => "uploadapplet.UploadAppletSiteAdmin" 2 => Array (4) name => "Web/Server" group => "import" groupLabel => "Import" view => Array (2) view => "core.SiteAdmin" subView => "itemadd.ItemAddSiteAdmin" 6 => Array (1) 0 => Array (4) name => "Remote" group => "interfaces" groupLabel => "Remote Interfaces" view => Array (2) view => "core.SiteAdmin" subView => "remote.RemoteSiteAdmin" subViewName => "core.AdminPlugins" viewBodyFile => "modules/core/templates/AdminPlugins.tpl" viewL10Domain => "modules_core" {$controller} "core.AdminPlugins" {$form} Array (1) formName => "AdminPlugins" {$head} Array (4) tpl => Array (0) style => Array (2) 0 => "modules/core/data/gallery.css" 1 => "modules/icons/iconpacks/silk/icons.css" javascript => Array ( 0 => "lib/yui/yahoo-min.js" 1 => "lib/yui/dom-min.js" 2 => "lib/yui/event-min.js" 3 => "lib/yui/connection-min.js" 4 => "lib/yui/animation-min.js" 5 => "lib/yui/container-min.js" 6 => "modules/core/templates/AdminPlugins.js" 7 => "modules/search/SearchBlock.js" title => "Gallery Site Administration" {$isEmbedded} true {$l10Domain} "themes_classic" {$status} Array (0) {$theme} Array (15) guestPreviewMode => 0 actingUserId => 6 themeUrl => "modules/gallery2/themes/classic" pageUrl => Array (2) view => "core.ShowItem" itemId => 7 markupType => "bbcode" params => Array (14) _version => "1.1.3" _requiredCoreApi => "7,10" _requiredThemeApi => "2,4" rows => "10" columns => "2" showImageOwner => "0" showAlbumOwner => "1" showMicroThumbs => "0" sidebarBlocks => Array (4) 0 => Array (2) 0 => "search.SearchBlock" 1 => Array (1) showAdvancedLink => true 1 => Array (2) 0 => "core.ItemLinks" 1 => Array (1) useDropdown => false 2 => Array (2) 0 => "core.PeerList" 1 => Array (0) 3 => Array (2) 0 => "imageblock.ImageBlock" 1 => Array (0) albumBlocks => Array (1) 0 => Array (2) 0 => "comment.ViewComments" 1 => Array (0) photoBlocks => Array (2) 0 => Array (2) 0 => "exif.ExifInfo" 1 => Array (0) 1 => Array (2) 0 => "comment.ViewComments" 1 => Array (0) showSubalbums => "0" subalbumDepth => "0" subalbumSort => "0" useFullScreen => false pageType => "admin" adminTemplate => "modules/core/templates/SiteAdmin.tpl" adminL10Domain => "modules_core" item => Array (24) theme => "" orderBy => "" orderDirection => "asc" canContainChildren => 1 description => "This is the main page of your Gallery" keywords => null ownerId => 6 renderer => null summary => null title => "Gallery" viewedSinceTimestamp => 1222439079 originationTimestamp => 1222439079 pathComponent => null id => 7 creationTimestamp => 1222439079 isLinkable => 0 linkId => null linkedEntity => null modificationTimestamp => 1222702367 serialNumber => 53 entityType => "GalleryAlbumItem" onLoadHandlers => null _persistentStatus => Array (2) flags => 0 originalValue => Array (22) theme => "" orderBy => "" orderDirection => "asc" canContainChildren => 1 description => "This is the main page of your Gallery" keywords => null ownerId => 6 renderer => null summary => null title => "Gallery" viewedSinceTimestamp => 1222439079 originationTimestamp => 1222439079 pathComponent => null parentId => 0 id => 7 creationTimestamp => 1222439079 isLinkable => 0 linkId => null modificationTimestamp => 1222702367 serialNumber => 53 entityType => "GalleryAlbumItem" onLoadHandlers => null parentId => 0 children => Array (0) parents => Array (0) parent => null systemLinks => Array (1) core.SiteAdmin => Array (2) text => "Site Admin" params => Array (2) view => "core.SiteAdmin" return => 1 {$user} Array (19) userName => "fsgfsg" fullName => "frank kelly" hashedPassword => "[Not shown in debug output]" email => "fkelly@nycap.rr.com" language => null locked => 0 id => 6 creationTimestamp => 1222439079 isLinkable => 0 linkId => null linkedEntity => null modificationTimestamp => 1222439079 serialNumber => 1 entityType => "GalleryUser" onLoadHandlers => null _persistentStatus => Array (2) flags => 0 originalValue => Array (14) userName => "fsgfsg" fullName => "frank kelly" hashedPassword => "[Not shown in debug output]" email => "fkelly@nycap.rr.com" language => null locked => 0 id => 6 creationTimestamp => 1222439079 isLinkable => 0 linkId => null modificationTimestamp => 1222439079 serialNumber => 1 entityType => "GalleryUser" onLoadHandlers => null isGuest => false isRegisteredUser => true isAdmin => true assigned config file variables (outer template scope) {#files#} Array (0) Here is the debug output running in native mode (from main.php) Quote: › included templates & config files (load time in seconds)
gallery:themes/classic/templates/theme.tpl gallery:modules/core/templates/blocks/SystemLinks.tpl (0.01013) gallery:modules/core/templates/blocks/BreadCrumb.tpl (0.02201) gallery:themes/classic/templates/admin.tpl (0.14547) gallery:modules/core/templates/SiteAdmin.tpl (0.14436) gallery:modules/core/templates/blocks/NavigationLinks.tpl (0.00103) gallery:modules/core/templates/AdminPlugins.tpl (0.12719) gallery:modules/core/templates/JavaScriptWarning.tpl (0.00091) gallery:modules/core/templates/AdminPluginsLegend.tpl (0.00115) gallery:modules/core/templates/AdminPluginsLegend.tpl (0.00129) assigned template variables {$AdminPlugins} Array (4) plugins => Array (32) 0 => Array (10) type => "module" name => "Core" id => "core" description => "Gallery 2 Core Module" version => "1.2.0.8" installedVersion => "1.2.0.8" deletable => 1 state => "active" group => "gallery" groupLabel => "Gallery" 1 => Array (10) type => "module" name => "Rearrange" id => "rearrange" description => "Rearrange the order of album items al..." version => "1.0.5" installedVersion => "1.0.5" deletable => 1 state => "active" group => "gallery" groupLabel => "Gallery" 2 => Array (10) type => "module" name => "Search" id => "search" description => "Search your Gallery" version => "1.0.5" installedVersion => "1.0.5" deletable => 1 state => "active" group => "gallery" groupLabel => "Gallery" 3 => Array (10) type => "module" name => "URL Rewrite" id => "rewrite" description => "Enables short URLs using Apache mod_r..." version => "1.1.13.4" installedVersion => null deletable => 1 state => "uninstalled" group => "gallery" groupLabel => "Gallery" 4 => Array (10) type => "module" name => "Ffmpeg" id => "ffmpeg" description => "A toolkit for processing movies" version => "1.0.7" installedVersion => "1.0.7" deletable => 1 state => "unconfigured" group => "toolkits" groupLabel => "Graphics Toolkits" 5 => Array (10) type => "module" name => "NetPBM" id => "netpbm" description => "NetPBM Graphics Toolkit" version => "1.1.1" installedVersion => "1.1.1" deletable => 1 state => "unconfigured" group => "toolkits" groupLabel => "Graphics Toolkits" 6 => Array (10) type => "module" name => "Gd" id => "gd" description => "Gd Graphics Toolkit" version => "1.1.1" installedVersion => "1.1.1" deletable => 1 state => "active" group => "toolkits" groupLabel => "Graphics Toolkits" 7 => Array (10) type => "module" name => "ImageMagick" id => "imagemagick" description => "ImageMagick / GraphicsMagick Graphics..." version => "1.1.1" installedVersion => "1.1.1" deletable => 1 state => "active" group => "toolkits" groupLabel => "Graphics Toolkits" 8 => Array (10) type => "module" name => "Album Select" id => "albumselect" description => "Jump directly to any album using a se..." version => "1.0.6.1" installedVersion => "1.0.6.1" deletable => 1 state => "active" group => "blocks" groupLabel => "Blocks" 9 => Array (10) type => "module" name => "Image Block" id => "imageblock" description => "Random, Most Recent or Most Viewed Ph..." version => "1.1.0" installedVersion => "1.1.0" deletable => 1 state => "active" group => "blocks" groupLabel => "Blocks" 10 => Array (10) type => "module" name => "Shutterfly" id => "shutterfly" description => "Shutterfly Photo Printing Module" version => "1.0.7.2" installedVersion => "1.0.7.2" deletable => 1 state => "active" group => "commerce" groupLabel => "Commerce" 11 => Array (10) type => "module" name => "Dynamic Albums" id => "dynamicalbum" description => "Dynamic albums for newest, most viewe..." version => "1.0.0" installedVersion => "1.0.0" deletable => 1 state => "active" group => "display" groupLabel => "Display" 12 => Array (10) type => "module" name => "Icons" id => "icons" description => "Display icons for links" version => "1.1.2" installedVersion => "1.1.2" deletable => 1 state => "active" group => "display" groupLabel => "Display" 13 => Array (10) type => "module" name => "Keyword Albums" id => "keyalbum" description => "Dynamic albums based on keyword search" version => "1.0.0.2" installedVersion => "1.0.0.2" deletable => 1 state => "active" group => "display" groupLabel => "Display" 14 => Array (10) type => "module" name => "New Items" id => "newitems" description => "Highlight new/updated Gallery items" version => "1.0.5" installedVersion => "1.0.5" deletable => 1 state => "active" group => "display" groupLabel => "Display" 15 => Array (10) type => "module" name => "Slideshow" id => "slideshow" description => "Slideshow" version => "1.0.5.1" installedVersion => "1.0.5.1" deletable => 1 state => "active" group => "display" groupLabel => "Display" 16 => Array (10) type => "module" name => "Slideshow Applet" id => "slideshowapplet" description => "Fullscreen slideshow using a Java applet" version => "1.0.7" installedVersion => "1.0.7" deletable => 1 state => "active" group => "display" groupLabel => "Display" 17 => Array (10) type => "module" name => "Comments" id => "comment" description => "User commenting system" version => "1.1.3.2" installedVersion => "1.1.3.2" deletable => 1 state => "active" group => "data" groupLabel => "Extra Data" 18 => Array (10) type => "module" name => "EXIF/IPTC" id => "exif" description => "Extract EXIF/IPTC data from JPEG photos" version => "1.1.0" installedVersion => "1.1.0" deletable => 1 state => "active" group => "data" groupLabel => "Extra Data" 19 => Array (10) type => "module" name => "Rating" id => "rating" description => "Item Rating Interface" version => "1.0.8" installedVersion => "1.0.8" deletable => 1 state => "active" group => "data" groupLabel => "Extra Data" 20 => Array (10) type => "module" name => "Add Items" id => "itemadd" description => "Add items from local server or the web" version => "1.0.0.1" installedVersion => "1.0.0.1" deletable => 1 state => "active" group => "import" groupLabel => "Import" 21 => Array (10) type => "module" name => "Archive Upload" id => "archiveupload" description => "Extract items from uploaded zip files" version => "1.0.6.1" installedVersion => "1.0.6.1" deletable => 1 state => "active" group => "import" groupLabel => "Import" 22 => Array (10) type => "module" name => "Upload Applet" id => "uploadapplet" description => "Easy to use upload applet for media" version => "1.0.7" installedVersion => "1.0.7" deletable => 1 state => "active" group => "import" groupLabel => "Import" 23 => Array (10) type => "module" name => "Remote" id => "remote" description => "Implementation for the remote control..." version => "1.0.9.1" installedVersion => "1.0.9.1" deletable => 1 state => "active" group => "interfaces" groupLabel => "Remote Interfaces" 24 => Array (11) type => "theme" name => "Ajaxian" id => "ajaxian" description => "DHTML-enabled Slideshow theme" version => "1.0.0" installedVersion => "1.0.0" deletable => 1 state => "active" screenshot => "themes/ajaxian/images/screenshot.png" group => "theme" groupLabel => "Themes" 25 => Array (11) type => "theme" name => "Carbon" id => "carbon" description => "Gallery2 theme by mincel.com" version => "1.2.3.1" installedVersion => "1.2.3.1" deletable => 1 state => "active" screenshot => "themes/carbon/images/screenshot.png" group => "theme" groupLabel => "Themes" 26 => Array (11) type => "theme" name => "Classic" id => "classic" description => "Classic Gallery2 root album look and ..." version => "1.1.3" installedVersion => "1.1.3" deletable => 1 state => "active" screenshot => "themes/classic/images/screenshot.png" group => "theme" groupLabel => "Themes" 27 => Array (11) type => "theme" name => "Floatrix" id => "floatrix" description => "Variable column theme based on Matrix" version => "1.0.6" installedVersion => "1.0.6" deletable => 1 state => "active" screenshot => "themes/floatrix/images/screenshot.png" group => "theme" groupLabel => "Themes" 28 => Array (11) type => "theme" name => "Hybrid" id => "hybrid" description => "Combined album/image/slideshow dynami..." version => "1.1.4.1" installedVersion => "1.1.4.1" deletable => 1 state => "active" screenshot => "themes/hybrid/images/screenshot.png" group => "theme" groupLabel => "Themes" 29 => Array (11) type => "theme" name => "Matrix" id => "matrix" description => "Standard Gallery2 look and feel" version => "1.1.4" installedVersion => "1.1.4" deletable => 1 state => "active" screenshot => "themes/matrix/images/screenshot.png" group => "theme" groupLabel => "Themes" 30 => Array (11) type => "theme" name => "Siriux" id => "siriux" description => "Siriux.net Gallery theme" version => "1.1.3" installedVersion => "1.1.3" deletable => 1 state => "active" screenshot => "themes/siriux/images/screenshot.png" group => "theme" groupLabel => "Themes" 31 => Array (11) type => "theme" name => "Slider" id => "slider" description => "Image viewer/slideshow; subalbums/oth..." version => "1.0.7.2" installedVersion => "1.0.7.2" deletable => 1 state => "active" screenshot => "themes/slider/images/screenshot.png" group => "theme" groupLabel => "Themes" defaultTheme => "classic" showGetMorePluginsTip => 0 canDeletePlugins => true {$SCRIPT_NAME} "/html/modules/gallery2/main.php" {$SiteAdmin} Array (5) navigationLinks => Array (1) 0 => Array (2) url => "/html/modules/gallery2/main.php?g2_fr..." name => "Back to album" subViewGroups => Array (7) 0 => Array ( 0 => Array (4) name => "General" group => "gallery" groupLabel => "Gallery" view => Array (2) view => "core.SiteAdmin" subView => "core.AdminCore" 1 => Array (4) name => "Groups" group => "gallery" groupLabel => "Gallery" view => Array (2) view => "core.SiteAdmin" subView => "core.AdminGroups" 2 => Array (4) name => "Maintenance" group => "gallery" groupLabel => "Gallery" view => Array (2) view => "core.SiteAdmin" subView => "core.AdminMaintenance" 3 => Array (4) name => "Performance" group => "gallery" groupLabel => "Gallery" view => Array (2) view => "core.SiteAdmin" subView => "core.AdminPerformance" 4 => Array (5) name => "Plugins" group => "gallery" groupLabel => "Gallery" view => Array (2) view => "core.SiteAdmin" subView => "core.AdminPlugins" selected => true 5 => Array (4) name => "Themes" group => "gallery" groupLabel => "Gallery" view => Array (2) view => "core.SiteAdmin" subView => "core.AdminThemes" 6 => Array (4) name => "URL Rewrite" group => "gallery" groupLabel => "Gallery" view => Array (2) view => "core.SiteAdmin" subView => "rewrite.AdminRewrite" 7 => Array (4) name => "Users" group => "gallery" groupLabel => "Gallery" view => Array (2) view => "core.SiteAdmin" subView => "core.AdminUsers" 1 => Array (5) 0 => Array (4) name => "Ffmpeg" group => "toolkits" groupLabel => "Graphics Toolkits" view => Array (2) view => "core.SiteAdmin" subView => "ffmpeg.AdminFfmpeg" 1 => Array (4) name => "Gd" group => "toolkits" groupLabel => "Graphics Toolkits" view => Array (2) view => "core.SiteAdmin" subView => "gd.AdminGd" 2 => Array (4) name => "ImageMagick" group => "toolkits" groupLabel => "Graphics Toolkits" view => Array (2) view => "core.SiteAdmin" subView => "imagemagick.AdminImageMagick" 3 => Array (4) name => "NetPBM" group => "toolkits" groupLabel => "Graphics Toolkits" view => Array (2) view => "core.SiteAdmin" subView => "netpbm.AdminNetPbm" 4 => Array (4) name => "Toolkit Priority" group => "toolkits" groupLabel => "Graphics Toolkits" view => Array (2) view => "core.SiteAdmin" subView => "core.AdminToolkitPriority" 2 => Array (2) 0 => Array (4) name => "Album Select" group => "blocks" groupLabel => "Blocks" view => Array (2) view => "core.SiteAdmin" subView => "albumselect.AlbumSelectSiteAdmin" 1 => Array (4) name => "Image Block" group => "blocks" groupLabel => "Blocks" view => Array (2) view => "core.SiteAdmin" subView => "imageblock.ImageBlockSiteAdmin" 3 => Array (5) 0 => Array (4) name => "Dynamic Albums" group => "display" groupLabel => "Display" view => Array (2) view => "core.SiteAdmin" subView => "dynamicalbum.DynamicAlbumSiteAdmin" 1 => Array (4) name => "Icons" group => "display" groupLabel => "Display" view => Array (2) view => "core.SiteAdmin" subView => "icons.IconsSiteAdmin" 2 => Array (4) name => "Keyword Albums" group => "display" groupLabel => "Display" view => Array (2) view => "core.SiteAdmin" subView => "keyalbum.KeywordAlbumSiteAdmin" 3 => Array (4) name => "New Items" group => "display" groupLabel => "Display" view => Array (2) view => "core.SiteAdmin" subView => "newitems.NewItemsSiteAdmin" 4 => Array (4) name => "Slideshow Applet" group => "display" groupLabel => "Display" view => Array (2) view => "core.SiteAdmin" subView => "slideshowapplet.SlideshowAppletSiteAdmin" 4 => Array (3) 0 => Array (4) name => "Comments" group => "data" groupLabel => "Extra Data" view => Array (2) view => "core.SiteAdmin" subView => "comment.CommentSiteAdmin" 1 => Array (4) name => "EXIF/IPTC" group => "data" groupLabel => "Extra Data" view => Array (2) view => "core.SiteAdmin" subView => "exif.AdminExif" 2 => Array (4) name => "Rating" group => "data" groupLabel => "Extra Data" view => Array (2) view => "core.SiteAdmin" subView => "rating.RatingSiteAdmin" 5 => Array (3) 0 => Array (4) name => "Archive" group => "import" groupLabel => "Import" view => Array (2) view => "core.SiteAdmin" subView => "archiveupload.ArchiveUploadSiteAdmin" 1 => Array (4) name => "Upload Applet" group => "import" groupLabel => "Import" view => Array (2) view => "core.SiteAdmin" subView => "uploadapplet.UploadAppletSiteAdmin" 2 => Array (4) name => "Web/Server" group => "import" groupLabel => "Import" view => Array (2) view => "core.SiteAdmin" subView => "itemadd.ItemAddSiteAdmin" 6 => Array (1) 0 => Array (4) name => "Remote" group => "interfaces" groupLabel => "Remote Interfaces" view => Array (2) view => "core.SiteAdmin" subView => "remote.RemoteSiteAdmin" subViewName => "core.AdminPlugins" viewBodyFile => "modules/core/templates/AdminPlugins.tpl" viewL10Domain => "modules_core" {$controller} "core.AdminPlugins" {$form} Array (1) formName => "AdminPlugins" {$head} Array (4) tpl => Array (0) style => Array (2) 0 => "modules/core/data/gallery.css" 1 => "modules/icons/iconpacks/silk/icons.css" javascript => Array ( 0 => "lib/yui/yahoo-min.js" 1 => "lib/yui/dom-min.js" 2 => "lib/yui/event-min.js" 3 => "lib/yui/connection-min.js" 4 => "lib/yui/animation-min.js" 5 => "lib/yui/container-min.js" 6 => "modules/core/templates/AdminPlugins.js" 7 => "modules/search/SearchBlock.js" title => "Gallery Site Administration" {$isEmbedded} false {$l10Domain} "themes_classic" {$status} Array (0) {$theme} Array (15) guestPreviewMode => 0 actingUserId => 6 themeUrl => "themes/classic" pageUrl => Array (2) view => "core.ShowItem" itemId => 7 markupType => "bbcode" params => Array (14) _version => "1.1.3" _requiredCoreApi => "7,10" _requiredThemeApi => "2,4" rows => "10" columns => "2" showImageOwner => "0" showAlbumOwner => "1" showMicroThumbs => "0" sidebarBlocks => Array (4) 0 => Array (2) 0 => "search.SearchBlock" 1 => Array (1) showAdvancedLink => true 1 => Array (2) 0 => "core.ItemLinks" 1 => Array (1) useDropdown => false 2 => Array (2) 0 => "core.PeerList" 1 => Array (0) 3 => Array (2) 0 => "imageblock.ImageBlock" 1 => Array (0) albumBlocks => Array (1) 0 => Array (2) 0 => "comment.ViewComments" 1 => Array (0) photoBlocks => Array (2) 0 => Array (2) 0 => "exif.ExifInfo" 1 => Array (0) 1 => Array (2) 0 => "comment.ViewComments" 1 => Array (0) showSubalbums => "0" subalbumDepth => "0" subalbumSort => "0" useFullScreen => false pageType => "admin" adminTemplate => "modules/core/templates/SiteAdmin.tpl" adminL10Domain => "modules_core" item => Array (24) theme => "" orderBy => "" orderDirection => "asc" canContainChildren => 1 description => "This is the main page of your Gallery" keywords => null ownerId => 6 renderer => null summary => null title => "Gallery" viewedSinceTimestamp => 1222439079 originationTimestamp => 1222439079 pathComponent => null id => 7 creationTimestamp => 1222439079 isLinkable => 0 linkId => null linkedEntity => null modificationTimestamp => 1222702367 serialNumber => 53 entityType => "GalleryAlbumItem" onLoadHandlers => null _persistentStatus => Array (2) flags => 0 originalValue => Array (22) theme => "" orderBy => "" orderDirection => "asc" canContainChildren => 1 description => "This is the main page of your Gallery" keywords => null ownerId => 6 renderer => null summary => null title => "Gallery" viewedSinceTimestamp => 1222439079 originationTimestamp => 1222439079 pathComponent => null parentId => 0 id => 7 creationTimestamp => 1222439079 isLinkable => 0 linkId => null modificationTimestamp => 1222702367 serialNumber => 53 entityType => "GalleryAlbumItem" onLoadHandlers => null parentId => 0 children => Array (0) parents => Array (0) parent => null systemLinks => Array (3) core.SiteAdmin => Array (2) text => "Site Admin" params => Array (2) view => "core.SiteAdmin" return => 1 core.YourAccount => Array (2) text => "Your Account" params => Array (3) view => "core.UserAdmin" subView => "core.UserPreferences" return => 1 core.Logout => Array (2) text => "Logout" params => Array (2) controller => "core.Logout" return => 1 {$user} Array (19) userName => "fsgfsg" fullName => "frank kelly" hashedPassword => "[Not shown in debug output]" email => "fkelly@nycap.rr.com" language => null locked => 0 id => 6 creationTimestamp => 1222439079 isLinkable => 0 linkId => null linkedEntity => null modificationTimestamp => 1222439079 serialNumber => 1 entityType => "GalleryUser" onLoadHandlers => null _persistentStatus => Array (2) flags => 0 originalValue => Array (14) userName => "fsgfsg" fullName => "frank kelly" hashedPassword => "[Not shown in debug output]" email => "fkelly@nycap.rr.com" language => null locked => 0 id => 6 creationTimestamp => 1222439079 isLinkable => 0 linkId => null modificationTimestamp => 1222439079 serialNumber => 1 entityType => "GalleryUser" onLoadHandlers => null isGuest => false isRegisteredUser => true isAdmin => true assigned config file variables (outer template scope) {#files#} Array (0) {#vars#} Array (0) I saved both outputs as files and ran them through Beyond Compare. The same files are getting included. There are a few path differences. Beyond that I don't see anything obvious. However, in the integrated version there are no action options for the plug-ins as demonstrated in my screen print earlier in the thread. |
| Author | Message |
| Post Title: Re: Plugins page shows no actions when accessed through Nuke | |
fkelly
Joined: Dec 03, 2005 Posts: 28
|
Posted: Wed Oct 01, 2008 10:50 am
Just a little more information that may help. I have another site (actually several) beyond the one (fsgtroy.org) that is having the problems discussed in this thread. On the other site, fkelly.org I have the following system information:
Quote: › Gallery version = 2.2.4 core 1.2.0.6
PHP version = 5.2.5 cgi Webserver = Apache/1.3.41 (Unix) mod_log_bytes/1.2 mod_bwlimited/1.4 mod_auth_passthrough/1.8 FrontPage/5.0.2.2635 mod_ssl/2.8.31 OpenSSL/0.9.7a Database = mysql 5.0.51a-community, lock.system=flock Toolkits = Exif, ImageMagick Acceleration = none, none Operating system = Linux margie.gendns4.com 2.4.21-47.0.1.ELhugemem #1 SMP Thu Oct 19 11:25:24 EDT 2006 i686 Default theme = matrix gettext = enabled Locale = en_US Browser = Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9.0.3) Gecko/2008092417 Firefox/3.0.3 Rows in GalleryAccessMap table = 22 Rows in GalleryAccessSubscriberMap table = 1045 Rows in GalleryUser table = 10 Rows in GalleryItem table = 1042 Rows in GalleryAlbumItem table = 16 Rows in GalleryCacheMap table = 0 The plugin admin screen on this site works fine from within the integrated Gallery. On view source I get the following code that I don't see on the problematic site: Quote: › <title>Gallery Site Administration</title>
<link rel="stylesheet" type="text/css" href="modules/gallery2/modules/core/data/gallery.css"/> <link rel="stylesheet" type="text/css" href="modules/gallery2/modules/icons/iconpacks/paularmstrongdesigns/icons.css"/> <cript type="text/javacript" src="modules/gallery2/lib/yui/yahoo-min.js"></cript> <cript type="text/javacript" src="modules/gallery2/lib/yui/dom-min.js"></cript> <cript type="text/javacript" src="modules/gallery2/lib/yui/event-min.js"></cript> <cript type="text/javasript" src="modules/gallery2/lib/yui/connection-min.js"></cript> <cript type="text/javacript" src="modules/gallery2/lib/yui/animation-min.js"></cript> <cript type="text/javacript" src="modules/gallery2/lib/yui/container-min.js"></cript> <cript type="text/javacript" src="modules/gallery2/modules/core/templates/AdminPlugins.js"></cript> <cript type="text/javacript" src="modules/gallery2/modules/search/SearchBlock.js"></cript> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/> <link rel="stylesheet" type="text/css" href="modules/gallery2/themes/matrix/theme.css"/> </head> <body class="gallery"> The system information for the problematic site is: Quote: › Gallery version = 2.2.6 core 1.2.0.8
PHP version = 4.4.8 cgi Webserver = Apache/1.3.41 (Unix) mod_log_bytes/1.2 mod_bwlimited/1.4 mod_auth_passthrough/1.8 FrontPage/5.0.2.2635 mod_ssl/2.8.31 OpenSSL/0.9.7a Database = mysqlt 5.0.51a-community, lock.system=flock Toolkits = ArchiveUpload, Exif, Gd, ImageMagick Acceleration = none, none Operating system = Linux margie.gendns4.com 2.4.21-47.0.1.ELhugemem #1 SMP Thu Oct 19 11:25:24 EDT 2006 i686 Default theme = classic gettext = enabled Locale = en_US Browser = Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9.0.3) Gecko/2008092417 Firefox/3.0.3 Rows in GalleryAccessMap table = 7 Rows in GalleryAccessSubscriberMap table = 51 Rows in GalleryUser table = 11 Rows in GalleryItem table = 51 Rows in GalleryAlbumItem table = 2 Rows in GalleryCacheMap table = 0 |
| Author | Message |
| Post Title: Re: Plugins page shows no actions when accessed through Nuke | |
fkelly
Joined: Dec 03, 2005 Posts: 28
|
Posted: Wed Oct 01, 2008 10:59 am
Problem solved. Looking at system configuration I noticed that the problematic account was running php4, the good one running php5. Went into Cpanel and set the problematic account to 5 and the problem seems to go away. Might want to put that into your tool chest when dummies like me have problems.
Thanks for your time and effort in looking at this. |
| Author | Message |
| Post Title: Re: Plugins page shows no actions when accessed through Nuke | |
dari
Joined: Mar 03, 2003 Posts: 6287 Location: Washington Township, NJ, USA
|
Posted: Wed Oct 01, 2008 11:29 am
honestly, i can't see why that would matter at all, but if it fixed it, go you
|
| Author | Message |
| Post Title: Re: Plugins page shows no actions when accessed through Nuke | |
fkelly
Joined: Dec 03, 2005 Posts: 28
|
Posted: Wed Oct 01, 2008 12:33 pm
Well actually, while it seemed to fix the problem for the plugins page under the integration I have a similar problem for the themes page. None of the drop down boxes (select boxes) are showing any choices when running under integration. I just reinstalled (again) because I'd like to get this right. I know PHP5 isn't required yet but I thought that reinstalling under it might do something. I don't see any differences.
Does anyone have 2.2.6. running properly where all the admin screens in integration mode are working properly. I'm using the latest Ravennuke (actually a still to be released version) but there are no internal changes that I know of that would be causing this. I can add items to albums. I can create albums. The slideshow doesn't work running in integration mode. And at least the themes page in integration mode doesn't work. It just seems totally flaky. I'm almost ready to revert to a previous version of Gallery despite the plugs that they give for 2.2.6 on their home page. |
| Author | Message |
| Post Title: Re: Plugins page shows no actions when accessed through Nuke | |
fkelly
Joined: Dec 03, 2005 Posts: 28
|
Posted: Mon Oct 06, 2008 9:46 am
Just to add fuel to the fire. As stated above, I installed a new 2.2.6 on a site, fsgtroy.org a couple of weeks ago. The admin screens in embedded mode have never worked right. For instance the dropdown boxes on the themes screen of site admin are blank. On the same server with the same setup I have 2.2.4 running (both have the latest integration package). It was running fine in site admin.
Today I tried a little experiment. I got the 2.2.6. upgrade files from the gallery site. Read my readme, moved them up to the gallery directory, unzipped and ran the upgrade. The upgrade completed. I have 2.2.6 installed. The themes screen in site admin has blank dropdown boxes (e.g. where it says "blocks to show in sidebar" the dropdown has "choose one" but if you click on it it is empty. So this isn't just one site that has some wacky settings. In the second case there is a site that was running 2.2.4 successfully and upgrading the 2.2.6 was the only action that was taken and now site admin in embedded mode is haywire. This second site is just a test site that I run for software development (Ravennuke) purposes and if anyone wants access to try to diagnose the problem I will be happy to provide it. It seems clear to me that there is something in the upgrade package that is hosing the integration. |
| Author | Message |
| Post Title: Re: Plugins page shows no actions when accessed through Nuke | |
dari
Joined: Mar 03, 2003 Posts: 6287 Location: Washington Township, NJ, USA
|
Posted: Mon Oct 06, 2008 11:10 am
can you try this w/ a plain vanilla phpnuke installation? that's what the integration is tested with, and if ravennuke has mods made to it that prevent it from working properly, i'd need to figure out how to fix them.
|
| Author | Message |
| Post Title: Re: Plugins page shows no actions when accessed through Nuke | |
fkelly
Joined: Dec 03, 2005 Posts: 28
|
Posted: Mon Oct 06, 2008 11:36 am
I can't do a plain PHPnuke installation. I work on the Ravennuke development team. Early this morning I had, on my fkelly.org site, Gallery 2.2.4 working just fine with the latest Ravennuke. Then I upgraded to 2.2.5. I had the same problems I had with 2.2.6. I am going to go get 2.2.4 and reinstall that again and see if the problems go away.
I know that it's not desirable to be installing older versions of Gallery but I need something that works and it will help isolate the problem at least. Can you confirm that you have 2.2.6 working in a PHPnuke environment and that the site admin screens, particularly themes, work properly there? |
| Author | Message |
| Post Title: Re: Plugins page shows no actions when accessed through Nuke | |
fkelly
Joined: Dec 03, 2005 Posts: 28
|
Posted: Mon Oct 06, 2008 12:17 pm
2.2.4 installed. The site admin/ themes problem continues. I am throwing up my hands for the time being. I did a clean install wiping out the data directory (really just copying it off to the side and using a new one) and the tables.
|
| Author | Message |
| Post Title: Re: Plugins page shows no actions when accessed through Nuke | |
dari
Joined: Mar 03, 2003 Posts: 6287 Location: Washington Township, NJ, USA
|
Posted: Mon Oct 06, 2008 12:19 pm
any errors in the php log or apache error log?
|
| Author | Message |
| Post Title: Re: Plugins page shows no actions when accessed through Nuke | |
fkelly
Joined: Dec 03, 2005 Posts: 28
|
Posted: Mon Oct 06, 2008 2:20 pm
Nothing in apache log. Don't have access to the php error log. I have a backup of the site from this morning. I extracted the Gallery2 directory as it existed then. I'm trying to run a Beyond Compare on the backed up directory (that was working properly) and the latest 2.2.4 installation which isn't. Unfortunately that is very time consuming. And I recognize that it could be something in the data directory or tables that is screwing this up.
Since 2.2.4, 2.2.5 and 2.2.6 are fouled up running in this environment I suppose it could be something to do with how Ravennuke interacts with the Gallery installation. I just don't know. |
| Author | Message |
| Post Title: Re: Plugins page shows no actions when accessed through Nuke | |
fkelly
Joined: Dec 03, 2005 Posts: 28
|
Posted: Mon Oct 06, 2008 8:32 pm
So discouraging. I finally managed to trick the system into letting me install 2.2.4 back onto a system where I had tried 2.2.5 and 2.2.6 (the test system I referred to). I had to restore the gallery program directory(s) from a backup, then the tables and then the data directory. When I tried "reusing" the data directory I got caught out by the fact that it stores version information there and won't let you "downgrade". Restoring the old versions.dat let me get around that. Then the thumbnails were all broken but getting the graphics toolkits set up right and then rebuilding got my system back.
However, the themes screen in site admin is still broken and furthermore I can't get into administration from main.php at all. All I can think is that somehow the installation process, when run under Ravennuke (a pre-release version due out this week) is causing something to go haywire. This seems to be true for 2.2.4, 2.2.5 AND 2.2.6 SO THERE is no advantage in going back to a previous release. It may be that my 2.2.4 version I had as of this morning was installed under a previous Ravennuke release and thus worked but stepping through the installation with the new Ravennuke got things fouled up. It will probably be more productive to refocus on what is different between site administration running from main.php versus the integrated version as earlier in the thread we were doing. I will see what I can come up with on that. |
| Author | Message |
| Post Title: Re: Plugins page shows no actions when accessed through Nuke | |
fkelly
Joined: Dec 03, 2005 Posts: 28
|
Posted: Wed Oct 08, 2008 1:43 pm
Got back into administration on the fsgtroy site from Gallery's main.php page. Had to delete cookies to get it to let me in. So, this site has the current 2.2.6 and the problem showing drop downs in theme admin in embedded mode.
Here is a link to the html generated in embedded mode: http://fsgtroy.org/html/fsgtroy_themeadmin_embedded.html [fsgtroy.org] and here is a link to the html generated from within main.php in the Gallery directory (site admin) when you do the same thing: http://fsgtroy.org/html/fsgtroy_themeadmin_from_main.html [fsgtroy.org] This second html file does not work quite right ... that is it displays differently when copied and pasted from view source than it does when main.php generates it. But it does show that a lot of the gallery css files and javascript do not get included when the program is run from the embedded environment. If this was the only problem I'd probably ignore it. But just generally the site looks very different from embedded versus "pure" gallery modes. Here for instance is the Gallery screen in embedded:
versus the one from main.php ![]() |
| Author | Message |
| Post Title: Re: Plugins page shows no actions when accessed through Nuke | |
fkelly
Joined: Dec 03, 2005 Posts: 28
|
Posted: Thu Oct 09, 2008 9:27 am
This is becoming a journey of discovery for me so I will share. I work in a Ravennuke environment so what I say may need to be modified for other Nukes but should be generally true.
First, as indicated above, themes administration only works properly in non-embedded mode. This may be an anomaly to my system but I'm running it on 3 sites and they are all having the same result. Second the sidebar that comes with the Integration settings (in Nuke administration under modules/Gallery2) produces some pretty "funky" (i.e., not visually appealing results). The only advantage is that they only show up on the Gallery screens and are not present when the user is in other parts of the system. The G2 Sidebar block, the one that is stored in *nuke's /blocks directory and has to be activated through blocks administration (incidentally we've improved blocks admin substantially in the upcoming RN 2.30 release) looks better. What shows up in this block can be controlled by themes administration but again only if you go through "native" Gallery site admin ... the choices aren't present on the embedded site admin/ themes screen. One thing I am thinking is that it should be possible to tweak Nuke's mainfile to only show the G2 Sidebar when Gallery is the "main" module. If I recall correctly, the code in mainfile simply finds a list of all active modules and presents them in the block order specified in the blocks table. And mainfile (I'm pretty sure) knows which block is selected as the "main" module at any page load time so it should be possible to write a little if statement to take care of this. Then the G2 Sidebar could be loaded near the top of the left column so it will be contiguous to the Gallery Albums page. |
| Author | Message |
| Post Title: Re: Plugins page shows no actions when accessed through Nuke | |
fkelly
Joined: Dec 03, 2005 Posts: 28
|
Posted: Thu Oct 09, 2008 10:45 am
okay, here is a hack for mainfile. The usual caveats apply. This has been tested only with Ravennuke 2.3 but should work with most Nuke mainfiles. But back your stuff up before you try it and test. If you have modified any block file names or module names it may not work.
The purpose of this is to only show the G2 Sidebar block when Gallery is active and suppress it otherwise. In the mainfile function render_blocks you first need to add $name as a global variable. $name is the name of the "main" module being executed on any page load. Code: › function render_blocks($side, $blockfile, $title, $content, $bid, $url) {
global $name; Then down a bit in the else statement where $blockfile is not empty change the code to read: Code: › if ($side == 'c') {
blockfileinc($title, $blockfile, 1); } elseif ($side == 'd') { blockfileinc($title, $blockfile, 1); } else { if ($name != 'gallery2' && $title != 'G2 Sidebar') { blockfileinc($title, $blockfile); } if ($name == 'gallery2') { blockfileinc($title, $blockfile); } } Back up your production mainfile and test. You will get more relevant results if you move the G2 Sidebar block up near the upper left. In older versions of Nuke this can be painful (a page load for every "move" of one position but if you are patient you can get it done. RN2.30 comes with the ability to move all the blocks around at once. |
| Author | Message |
| Post Title: Re: Plugins page shows no actions when accessed through Nuke | |
morethanthesky
Joined: Mar 30, 2009 Posts: 1
|
Posted: Mon Mar 30, 2009 1:58 pm
Though you have probably already solved this problem, I found this page when trying to troubleshoot why my gallery2 actions were not showing up.
I think it is safe to say that its not Nuked. I'm running gallery2 as a basic install and the actions column is empty, just as yours was. This is probably too late to help you very much, but I wanted to put this in for others who may show up with the same problem. |
| Author | Message |
| Post Title: Re: Plugins page shows no actions when accessed through Nuke | |
dari
Joined: Mar 03, 2003 Posts: 6287 Location: Washington Township, NJ, USA
|
Posted: Wed Apr 01, 2009 7:19 am
if you're running firefox w/ adblock, try whitelisting your site..
|