11
micro
Re: Looking for module capable of uploading, downloading, screenshots for the dl ...
  • 2004/1/3 22:45

  • micro

  • Just popping in

  • Posts: 23

  • Since: 2004/1/2 1


So the next bug i found:

After the new added download switches from recently added to the category he is in, the screenshot/preview won`t be shown anymore. until now i did not find the source of the problem, but i guess the Variable $HTTP_POST_FILES['logourl']['name'] is empty, so it does not post the image.

If somebody knews how to solve it tell me plz

12
micro
Re: Looking for module capable of uploading, downloading, screenshots for the dl ...
  • 2004/1/4 13:02

  • micro

  • Just popping in

  • Posts: 23

  • Since: 2004/1/2 1


There must be a workaround, because on xoops.org itself it works too :)

somebody knowing how tell me plz *G*


Forget about the empty Variable, this was a bug produced by myself ...

No i got the same problem as all the other, my screenshotpointer points to /modules/mydownload/screeshot.jpg
instead of /modules/mydownloads/images/screenshot.jpg

still searching

13
micro
Re: Looking for module capable of uploading, downloading, screenshots for the dl ...
  • 2004/1/6 0:53

  • micro

  • Just popping in

  • Posts: 23

  • Since: 2004/1/2 1


so, i did a very bad workaround but im fine with it until

RC 2 is out

change line 145 in file viewcat.php

Quote:

$logourl = $myts->makeTboxData4Show($logourl);



to

Quote:


$logourl = "images/shots/" . $myts->makeTboxData4Show($logourl);


14
Catzwolf
Re: Looking for module capable of uploading, downloading, screenshots for the dl ...
  • 2004/1/6 1:02

  • Catzwolf

  • Home away from home

  • Posts: 1392

  • Since: 2007/9/30


Sorry I never noticed this post until now.

You workaround is incorrect here is the correct one:

$logourl = XOOPS_URL . "/" . $xoopsModuleConfig['screenshots'] . "/" . $myts -> makeTboxData4Show( $logourl );

Hope that helps

15
Catzwolf
Re: Looking for module capable of uploading, downloading, screenshots for the dl ...
  • 2004/1/6 1:08

  • Catzwolf

  • Home away from home

  • Posts: 1392

  • Since: 2007/9/30


@Micro:

You will be pleased to note that all the bugs plus many more have been fixed for the next release.

so you wont have to worry about these ones, just new ones hehe!

16
micro
Re: Looking for module capable of uploading, downloading, screenshots for the dl ...
  • 2004/1/6 1:33

  • micro

  • Just popping in

  • Posts: 23

  • Since: 2004/1/2 1


i put a strtolower around the last variable then it run,

thx a lot :)

looking forward to RC2 :)

Login

Who's Online

240 user(s) are online (166 user(s) are browsing Support Forums)


Members: 0


Guests: 240


more...

Donat-O-Meter

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

Latest GitHub Commits