Active
Project:
Gallery Assist
Version:
6.x-1.8
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
1 Jul 2011 at 08:04 UTC
Updated:
29 Jul 2011 at 11:29 UTC
Hi,
I installed the "filebrowser-modul" to list some directories. But as i activate the "gallery assist-modul", i get this message "The requested image not exist or is not longer published." by clicking on an "directory". Downloading files i.e. is working properly.
Deactivating the gallery assist-modul is fixing this problem, but this is not the solution for me.
What can i/you do to fix this?
PS: The same on dev-version.
Thanks
Edgar
Comments
Comment #1
jcmc commentedHello edgar.giese,
the problem is that GA and FB are not compatible because both build and use the same link such as node/1/1
GA
node/node_id/item_id
FB
node/node_id/forder_id/etc
Solution proposition:
I think it is easier to change:
FB links to node/tree/node_id/what_ever
as
node/gallery/node_id/what_ever what is not possible because other module use it
etc
Argumentation:
GA assign the gallery functionality to the most existing content types (too to the FB content type) and the expenditure of work and changes (GA and submodules) would be greater as if FB changes the root path after node.
I hoppe, my explanation help to understand my decision to not solve this conflict directly in GA.
Regards
Juan Carlos