OrdaSoft forum
Welcome, Guest
Please Login or Register.    Lost Password?
Media Library scroller (slideshow) 2.1 (0 viewing) 

MediaLibrary Modules Support

Go to bottom Favoured: 0

Media Library scroller (slideshow) 2.1

wistgerald (User)
Fresh Boarder
Posts: 4
graphgraph
User Offline Click here to see the profile of this user
Media Library scroller (slideshow) 2.1 9 Years, 11 Months ago
Karma: 0  
Hello,

I installed Media Library Free component and Media Library scroller module 2.1

When i click on a game from the module to obtain detail of object, i have the following message :

Sorry, you have not permissions for access to this page

The same fonction running correctly from another module

Could you help me ?

Gerald
Logged Logged
The administrator has disabled public write access.
wistgerald (User)
Fresh Boarder
Posts: 4
graphgraph
User Offline Click here to see the profile of this user
Re:Media Library scroller (slideshow) 2.1 9 Years, 11 Months ago
Karma: 0  
I found the bug myself !

Replace


if($show_game)
{ $q="SELECT a.title,a.price, a.priceunit,a.imageURL as src, a.id, a.game_id, b.hits,mcat.catid FROM #__medialibrary_game AS a, #__medialibrary AS b
nLEFT JOIN #__medialibrary_categories AS mcat ON mcat.mediaid=b.id " .

by


if($show_game)
{ $q="SELECT a.title,a.price, a.priceunit,a.imageURL as src, b.id, a.game_id, b.hits,mcat.catid FROM #__medialibrary_game AS a, #__medialibrary AS b
nLEFT JOIN #__medialibrary_categories AS mcat ON mcat.mediaid=b.id " .

Gerald
Logged Logged
The administrator has disabled public write access.
Go to top
»