1
lapsa2000
Categories in zero (0) in wf download !!!
  • 2008/9/8 19:19

  • lapsa2000

  • Quite a regular

  • Posts: 247

  • Since: 2006/10/27


After upgrading to 2.3 RC2, the categories in the module wf download V 3.2, appearing to zero, taking files within the categories.

as we fix this?

THK !
Persevera...y seguiras
Perseverando !!!

2
trabis
Re: Categories in zero (0) in wf download !!!
  • 2008/9/8 19:40

  • trabis

  • Core Developer

  • Posts: 2269

  • Since: 2006/9/1 1


Turn debug on and give us the errors, please.

3
lapsa2000
Re: Categories in zero (0) in wf download !!!
  • 2008/9/8 20:56

  • lapsa2000

  • Quite a regular

  • Posts: 247

  • Since: 2006/10/27


Errors
Notice: Undefined index: tag in file /modules/xlanguage/include/functions.php line 258
Notice: Undefined variable: hasmenu in file /modules/mytabs/blocks/mytabs_block.php line 67
Warning: array_sum() [function.array-sum]: The argument should be an array in file /modules/wfdownloads/index.php line 147
Warning: sprintf() [function.sprintf]: Too few arguments in file /modules/wfdownloads/index.php line 152
Persevera...y seguiras
Perseverando !!!

4
lapsa2000
Re: Categories in zero (0) in wf download !!!
  • 2008/9/11 16:29

  • lapsa2000

  • Quite a regular

  • Posts: 247

  • Since: 2006/10/27


any suggestions?
Persevera...y seguiras
Perseverando !!!

5
btesec
Re: Categories in zero (0) in wf download !!!
  • 2008/9/11 18:40

  • btesec

  • Friend of XOOPS

  • Posts: 623

  • Since: 2007/2/20


I have the same issue. with same the setup as above.

6
trabis
Re: Categories in zero (0) in wf download !!!
  • 2008/9/11 18:55

  • trabis

  • Core Developer

  • Posts: 2269

  • Since: 2006/9/1 1


It is a little bug in XOOPS 2.3RC2

go to class/model/stats.php around line 53 and replace:
if ($groupby $criteria->groupby) {
                
$sql .= $groupby;
            }


with:

if ($groupby $criteria->groupby) {
                
$sql .= $criteria->getGroupby();
            }

7
lapsa2000
Re: Categories in zero (0) in wf download !!!
  • 2008/9/11 19:48

  • lapsa2000

  • Quite a regular

  • Posts: 247

  • Since: 2006/10/27


thanks ... if this right now!
Persevera...y seguiras
Perseverando !!!

Login

Who's Online

395 user(s) are online (128 user(s) are browsing Support Forums)


Members: 0


Guests: 395


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: Aug 31
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Latest GitHub Commits