LogoManager 1.0.0.3 [27-11-2022] (2 Viewers)

Vasilich

Portal Pro
August 30, 2009
3,394
1,170
Germany, Mayence
Home Country
Russian Federation Russian Federation
pls replace LogoManager.dll with attached, try to grab logo for group "All Channels", then for "MTV", and then post logs here
 

Attachments

  • LogoManager.zip
    21.4 KB

Ede

Portal Member
February 25, 2007
31
3
Thank you, but no success.
As more you are investigating, the more I hope, that there is not one stupid setting on my side.
I did a clean reinstall of MP 1.7 today. Only my mysql db is the old one.
 

Vasilich

Portal Pro
August 30, 2009
3,394
1,170
Germany, Mayence
Home Country
Russian Federation Russian Federation
if you know how to write SQL commands, can you pls test following request
"select c.* from channel c inner join groupmap gm on (c.idChannel = gm.idChannel and gm.idGroup = 1) order by gm.SortOrder asc"
and post the result here?
We have found the code line causing problems, but still cannot understand why your MP has problems with it.
 

Ede

Portal Member
February 25, 2007
31
3
I had to adjust the query to case sensitive.

Code:
select c.* from Channel c inner join GroupMap gm on (c.idChannel = gm.idChannel and gm.idGroup = 1) order by gm.SortOrder asc
I had to
 

Attachments

  • Channel.csv.zip
    17.6 KB
Last edited by a moderator:

Edalex

Community Plugin Dev
  • Premium Supporter
  • January 3, 2008
    2,955
    1,264
    Saratov
    Home Country
    Russian Federation Russian Federation

    Attachments

    • TvBusinessLayer.zip
      29.8 KB
    Last edited:

    Ede

    Portal Member
    February 25, 2007
    31
    3
    The query is still:
    SQL:
    select c.* from channel c inner join groupmap gm on (c.idChannel = gm.idChannel and gm.idGroup =7) order by gm.SortOrder asc

    It has to be:
    SQL:
    select c.* from Channel c inner join GroupMap gm on (c.idChannel = gm.idChannel and gm.idGroup = 1) order by gm.SortOrder asc
     

    Users who are viewing this thread

    Top Bottom