Support Forums | Demo Gallery [1.x] [2.x] | Downloads | News | Site Map ]
Nuked Gallery
  Create a FREE account or Login   As a guest, you don't have access to our FULL navigation system.
 Forum FAQForum FAQ   StatisticsStatistics   SearchSearch   UsergroupsUsergroups   FavoritesFavorites  

Plugins page shows no actions when accessed through Nuke
Goto page 1, 2  Next
 
Post new topic   Reply to topic    NukedGallery.net Forum Index » PHP-Nuke Integration » Gallery 2 Integration View previous topicPrinter friendly versionView next topic
Author Message
fkelly

Novice
Novice


Joined: Dec 03, 2005
Posts: 28

PostPosted: Fri Sep 26, 2008 9:43 am    Post subject: Plugins page shows no actions when accessed through Nuke Reply with quote

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.


Last edited by fkelly on Sat Sep 27, 2008 8:29 am; edited 1 time in total
Back to top
Offline View user's profile Send private message
AdBot
   Post subject: Plugins page shows no actions when accessed through Nuke  

Back to top
dari

Site Admin
Site Admin


Joined: Mar 03, 2003
Posts: 6287
Location: Washington Township, NJ, USA

PostPosted: Sat Sep 27, 2008 7:32 am    Post subject: Re: Plugins page shows no actions when accessed through Nuke Reply with quote

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 Smile
Back to top
Offline View user's profile Send private message Visit poster's website
fkelly

Novice
Novice


Joined: Dec 03, 2005
Posts: 28

PostPosted: Sat Sep 27, 2008 8:10 am    Post subject: Re: Plugins page shows no actions when accessed through Nuke Reply with quote

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.



.
Back to top
Offline View user's profile Send private message
fkelly

Novice
Novice


Joined: Dec 03, 2005
Posts: 28

PostPosted: Sat Sep 27, 2008 8:18 am    Post subject: Re: Plugins page shows no actions when accessed through Nuke Reply with quote

Disabled Sentinel. No change in behavior.
Back to top
Offline View user's profile Send private message
fkelly

Novice
Novice


Joined: Dec 03, 2005
Posts: 28

PostPosted: Mon Sep 29, 2008 4:23 pm    Post subject: Re: Plugins page shows no actions when accessed through Nuke Reply with quote

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.
Back to top
Offline View user's profile Send private message
dari

Site Admin
Site Admin


Joined: Mar 03, 2003
Posts: 6287
Location: Washington Township, NJ, USA

PostPosted: Tue Sep 30, 2008 7:52 am    Post subject: Re: Plugins page shows no actions when accessed through Nuke Reply with quote

what are your integration settings? i'm thinking there's a missing slash at the end of one of your entries Smile
Back to top
Offline View user's profile Send private message Visit poster's website
fkelly

Novice
Novice


Joined: Dec 03, 2005
Posts: 28

PostPosted: Tue Sep 30, 2008 8:16 am    Post subject: Re: Plugins page shows no actions when accessed through Nuke Reply with quote

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.
Back to top
Offline View user's profile Send private message
dari

Site Admin
Site Admin


Joined: Mar 03, 2003
Posts: 6287
Location: Washington Township, NJ, USA

PostPosted: Tue Sep 30, 2008 12:06 pm    Post subject: Re: Plugins page shows no actions when accessed through Nuke Reply with quote

try enabling debug mode in gallery, then see what the output shows...
Back to top
Offline View user's profile Send private message Visit poster's website
fkelly

Novice
Novice


Joined: Dec 03, 2005
Posts: 28

PostPosted: Tue Sep 30, 2008 1:49 pm    Post subject: Re: Plugins page shows no actions when accessed through Nuke Reply with quote

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 (Cool
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 (Cool
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 (Cool
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 (Cool
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.
Back to top
Offline View user's profile Send private message
fkelly

Novice
Novice


Joined: Dec 03, 2005
Posts: 28

PostPosted: Wed Oct 01, 2008 10:50 am    Post subject: Re: Plugins page shows no actions when accessed through Nuke Reply with quote

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
Back to top
Offline View user's profile Send private message
fkelly

Novice
Novice


Joined: Dec 03, 2005
Posts: 28

PostPosted: Wed Oct 01, 2008 10:59 am    Post subject: Re: Plugins page shows no actions when accessed through Nuke Reply with quote

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.
Back to top
Offline View user's profile Send private message
dari

Site Admin
Site Admin


Joined: Mar 03, 2003
Posts: 6287
Location: Washington Township, NJ, USA

PostPosted: Wed Oct 01, 2008 11:29 am    Post subject: Re: Plugins page shows no actions when accessed through Nuke Reply with quote

honestly, i can't see why that would matter at all, but if it fixed it, go you Smile
Back to top
Offline View user's profile Send private message Visit poster's website
fkelly

Novice
Novice


Joined: Dec 03, 2005
Posts: 28

PostPosted: Wed Oct 01, 2008 12:33 pm    Post subject: Re: Plugins page shows no actions when accessed through Nuke Reply with quote

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.
Back to top
Offline View user's profile Send private message
fkelly

Novice
Novice


Joined: Dec 03, 2005
Posts: 28

PostPosted: Mon Oct 06, 2008 9:46 am    Post subject: Re: Plugins page shows no actions when accessed through Nuke Reply with quote

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.
Back to top
Offline View user's profile Send private message
dari

Site Admin
Site Admin


Joined: Mar 03, 2003
Posts: 6287
Location: Washington Township, NJ, USA

PostPosted: Mon Oct 06, 2008 11:10 am    Post subject: Re: Plugins page shows no actions when accessed through Nuke Reply with quote

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.
Back to top
Offline View user's profile Send private message Visit poster's website
Display posts from previous:   
Post new topic   Reply to topic    NukedGallery.net Forum Index » PHP-Nuke Integration » Gallery 2 Integration View previous topicPrinter friendly versionView next topic
Goto page 1, 2  Next

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
All times are GMT - 5 Hours

Powered by phpBB © phpBB Group



Sponsors: Dedicated ServersDomain NamesWeb HostingDomain Name RegistrationDedicated Web HostingWeb Design New YorkCompare VoIPseo packagesSEO CompanyNew York Yellow PagesFind LocationsVOIP Phone ServiceNeckermannOnline internetSEORestaurant Locator • Get great HP coupons from CouponSnapshot • Search for great dell coupons at CouponSnapshot.com.au • Graduation DressesAndroid TabletSEO IndiaBuy Phen375fuel filter

8th year online! 2003-2011
Legal • Use of this site consitutes agreement to the Acceptable Use Policy
Hosted by Implosion WorksSourceForge.net Logo • Theme by TonicMedia