1
kiwiguy
WF-Download shows as blank page
  • 2004/8/25 12:44

  • kiwiguy

  • Friend of XOOPS

  • Posts: 295

  • Since: 2004/4/19


I have installed WF-Downloads version 2.05a with the latest visit.php file and when i click on wf downloads it comes up a blank page. I have re uploaded all the files again and chmodded all the appropriate files. If I click on recent downloads it shows up but not when i choose it from the menu and also user cannot upload or submit downloads anylonger and i have marked in preferences to allow user uploads and set group permissions also.

Does anybody have an idea I have already posted this in wf sections also just though somebody here might know.

kiwiguy

2
kiwiguy
Re: WF-Download shows as blank page
  • 2004/8/25 13:15

  • kiwiguy

  • Friend of XOOPS

  • Posts: 295

  • Since: 2004/4/19


This also came up when I ran phpdebug

Quote:
Fatal error: Call to undefined function: imageheader() in /home/kiwiguy/public_html/kiwisite/modules/wfdownloads/index.php on line 26


Quote:
/**
* Begin Main page Heading etc
*/
$sql = "SELECT * FROM " . $xoopsDB->prefix('wfdownloads_indexpage') . " ";
$head_arr = $xoopsDB->fetchArray($xoopsDB->query($sql));
$catarray['imageheader'] = imageheader();
$catarray['indexheading'] = $myts->displayTarea($head_arr['indexheading']);
$catarray['indexheaderalign'] = $head_arr['indexheaderalign'];
$catarray['indexfooteralign'] = $head_arr['indexfooteralign'];



does that help??

kiwiguy

3
kiwiguy
Re: WF-Download shows as blank page
  • 2004/8/25 13:56

  • kiwiguy

  • Friend of XOOPS

  • Posts: 295

  • Since: 2004/4/19


Seemed to fix it myself thanks anyway guys pretty simple fix

this
Quote:
$catarray['imageheader'] = imageheader();


should of been
Quote:
$catarray['imageheader'] = wfd_imageheader();


Plus about 6 other parts had that wfd_ missing also

cheers
kiwiguy

4
Stewdio
Re: WF-Download shows as blank page
  • 2004/8/25 15:54

  • Stewdio

  • Community Support Member

  • Posts: 1560

  • Since: 2003/5/7 1


Could you submit this fix to the team on the WF-Projects Homepage please?

5
kiwiguy
Re: WF-Download shows as blank page
  • 2004/8/26 13:10

  • kiwiguy

  • Friend of XOOPS

  • Posts: 295

  • Since: 2004/4/19


yep already done mate

Login

Who's Online

282 user(s) are online (48 user(s) are browsing Support Forums)


Members: 0


Guests: 282


more...

Donat-O-Meter

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

Latest GitHub Commits