101
samuels
Re: Strange Upload Error
  • 2004/4/15 14:00

  • samuels

  • Quite a regular

  • Posts: 249

  • Since: 2003/10/30


Ok, it was the other possibility
I'm happy it now runs for you.

102
samuels
Re: Strange Upload Error
  • 2004/4/20 21:27

  • samuels

  • Quite a regular

  • Posts: 249

  • Since: 2003/10/30


New version Mydownloads Pro 1.04:
Solved lot of bugs on admin side.
Solved some problems with mimetypes.
Some misstypes corrected.

Now screenshot max filesize and download max filesize are separated.

Some useless extensions removed.
While waiting new version of Mydownloads i'll continue supporting Mydownloads Pro.

103
Anonymous
Re: Strange Upload Error
  • 2004/4/21 10:01

  • Anonymous

  • Posts: 0

  • Since:


First of all I love this module. Unfortunately I get the following Error-Message after installing the new version Mydownloads Pro 1.04. The previous version works fine to me.

Fatal error: Cannot redeclare checkmydownloadsaccess()
(previously declared in ...\modules\mydownloads\include\functions.php:46)
in ...\modules\mydownloads\include\functions.php on line 46

Nevertheless: Thanks for your great work samuels!

104
samuels
Re: Strange Upload Error
  • 2004/4/21 11:53

  • samuels

  • Quite a regular

  • Posts: 249

  • Since: 2003/10/30


Can you say me when do you have the problem?
On admin side, when visit a download...
I can't reproduce the problem.

105
Catzwolf
Re: Strange Upload Error
  • 2004/4/21 12:28

  • Catzwolf

  • Home away from home

  • Posts: 1392

  • Since: 2007/9/30


Quote:

samuels wrote:
Can you say me when do you have the problem?
On admin side, when visit a download...
I can't reproduce the problem.


Have a look over your code again, make sure that the includes for groupaccess.php are include_once and not include, this will cause problems.

The problem is that more and more modules are using this rather than moving over to XOOPS Group permissions (which would be a better solution).

Hope that helps

ATB

Catz

106
Anonymous
Re: Strange Upload Error
  • 2004/4/21 13:32

  • Anonymous

  • Posts: 0

  • Since:


Sorry samuels for my short and inaccurate post. I have the problem immediately after the installation entering the admin area of Mydownloads Pro 1.04.

Skywalk

107
samuels
Re: Strange Upload Error
  • 2004/4/21 13:49

  • samuels

  • Quite a regular

  • Posts: 249

  • Since: 2003/10/30


Try now, I've changed some includes.

108
Anonymous
Re: Strange Upload Error
  • 2004/4/21 16:46

  • Anonymous

  • Posts: 0

  • Since:


Beautiful! It works!
Great to have you here.

109
king76
Re: Strange Upload Error
  • 2004/4/23 9:31

  • king76

  • Just popping in

  • Posts: 93

  • Since: 2003/1/15


Hello,

It's possible for Mydownload 1.05 to add a new option : ?

For example, If I want to modify a category and I want to moving this category in other PARENT CATEGORIE... it's possible ?

It's a simple hack ?

Thks

king

ps : If You want, I can to do this hack for Mydownload Pro

110
king76
Re: Strange Upload Error
  • 2004/4/26 8:15

  • king76

  • Just popping in

  • Posts: 93

  • Since: 2003/1/15


Hello Samuels,

I have the same problem with "saveAccess()" on the page : USERINFO.PHP (Error !!)

so, I have do a hack for change categorie into other subcategorie

File : index.php (folder ADMIN) :

After line 771 ($sform->addElement( new XoopsFormText( _MD_TITLEC, 'title', 50, 80, $title ), true );)

ob_start();
$mytree->makeMySelBox("title", "title", $pid, 1, "pid");
$sform->addElement( new XoopsFormLabel( _MD_MOVESUBIN, ob_get_contents() ) );
ob_end_clean();


Line 806 :
//$sform->addElement( new XoopsFormHidden( 'pid', $pid ) );

So add new define into folder language :
_MD_MOVESUBIN

thks

A+

Login

Who's Online

162 user(s) are online (100 user(s) are browsing Support Forums)


Members: 0


Guests: 162


more...

Donat-O-Meter

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

Latest GitHub Commits