11
krobi
Re: PD download module problem
  • 2006/10/3 17:13

  • krobi

  • Quite a regular

  • Posts: 290

  • Since: 2003/12/21


what did you exactly, so i hopefully can reproduce the error.

and what xoops,php and sql version do you use?

its no bug from the form.php, that has nothing to do with it - i havent seen this problem before so i cant say anything.

because this problem can only happen when something went wrong the insert or update command (sql).

do you have sql problems generally? do you have problems with other modules regardings sql things? do you also get the error message when you update a category (change something)?

edit: try to do the following thing, open this file-> pd-downlaods folder/admin/category.php

go to line 271
and change this Quote:
('', $pid, '$title', '$imgurl', '$description', '$nohtml', '$nosmiley',


to this Quote:
($cid, $pid, '$title', '$imgurl', '$description', '$nohtml', '$nosmiley',
Developer of PD-Modules like PD-Downloads and PD-Links.
Webmaster of Power-Dreams.com



12
krobi
Re: Wflinks 1.03b doesnt work
  • 2006/9/19 15:15

  • krobi

  • Quite a regular

  • Posts: 290

  • Since: 2003/12/21


pls look into gijoes forum, he have the solution for the XOOPS 2.0.15 problem.

many modules dont work right on XOOPS 2.0.15 with the changed in gijoes forum they will work -> LOOK HERE
Developer of PD-Modules like PD-Downloads and PD-Links.
Webmaster of Power-Dreams.com



13
krobi
Re: downloads form won't load
  • 2006/9/10 1:24

  • krobi

  • Quite a regular

  • Posts: 290

  • Since: 2003/12/21


this is a know problem of the XOOPS 2.0.15 core.

pls read this thread here
Developer of PD-Modules like PD-Downloads and PD-Links.
Webmaster of Power-Dreams.com



14
krobi
Re: 2.0.15 - WF-Download, PD-Download Problem
  • 2006/8/30 16:18

  • krobi

  • Quite a regular

  • Posts: 290

  • Since: 2003/12/21


absolutly no problem, it was nice from you to tell me this problem - so i know it now
Developer of PD-Modules like PD-Downloads and PD-Links.
Webmaster of Power-Dreams.com



15
krobi
Re: 2.0.15 - WF-Download, PD-Download Problem
  • 2006/8/30 15:32

  • krobi

  • Quite a regular

  • Posts: 290

  • Since: 2003/12/21


with this changes from gijoe it works for me

in form.php change this

Quote:
function &getElements($recurse = false){
if (!$recurse) {
return $this->_elements;
} else {
$ret = array();
$count = count($this->_elements);
for ($i = 0; $i < $count; $i++) {
if ( is_string( $this->_elements[$i] ) ) {
$ret[] = $this->_elements[$i];
} else if (!$this->_elements[$i]->isContainer()) {
$ret[] =& $this->_elements[$i];
} else {
$elements =& $this->_elements[$i]->getElements(true);
$count2 = count($elements);
for ($j = 0; $j < $count2; $j++) {
$ret[] =& $elements[$j];
}
unset($elements);
}
}
return $ret;
}
}
Developer of PD-Modules like PD-Downloads and PD-Links.
Webmaster of Power-Dreams.com



16
krobi
Re: 2.0.15 - WF-Download, PD-Download Problem
  • 2006/8/30 14:37

  • krobi

  • Quite a regular

  • Posts: 290

  • Since: 2003/12/21


oh i see there is the following problem

Quote:
Fatal error: Call to a member function isContainer() on a non-object in C:\Program Files (x86)\xampp\htdocs\xoops-org\class\xoopsform\form.php on line 193


i will look into this problem to solve it in pd-downloads 1.2 - by the way its nice from the XOOPS team that they dont inform developer on such changes

so i have to hear it when its too late, but i hope i can tell you soon a bugfix for that.
Developer of PD-Modules like PD-Downloads and PD-Links.
Webmaster of Power-Dreams.com



17
krobi
Re: wf-download problem in xoops 2.2
  • 2006/8/28 3:09

  • krobi

  • Quite a regular

  • Posts: 290

  • Since: 2003/12/21


oh ok sorry,

could you give me more information about your server and XOOPS configuration please

so i could try to reproduce this problem, you are using pd- and wf-downloads at the same time? what version of wf-downloads do you use?

would be nice if you could give me that information, because when i can reproduce this problem i can try to fix it.
Developer of PD-Modules like PD-Downloads and PD-Links.
Webmaster of Power-Dreams.com



18
krobi
Re: wf-download problem in xoops 2.2
  • 2006/8/27 18:32

  • krobi

  • Quite a regular

  • Posts: 290

  • Since: 2003/12/21


i would recommend you to try pd-downloads 1.2 and not 1.0.

we did many fixed in 1.2 so maybe this bug is also fixed - give it a try.
Developer of PD-Modules like PD-Downloads and PD-Links.
Webmaster of Power-Dreams.com



19
krobi
Re: wf-download problem in xoops 2.2
  • 2006/8/26 17:39

  • krobi

  • Quite a regular

  • Posts: 290

  • Since: 2003/12/21


hm it looks like pd-downloads 1.0? not wf-downloads.

have you installed pd-downloads 1.0? than please install pd-downloads 1.2 and try again.
Developer of PD-Modules like PD-Downloads and PD-Links.
Webmaster of Power-Dreams.com



20
krobi
Re: Pd Downloads Catagories not working
  • 2006/8/24 0:58

  • krobi

  • Quite a regular

  • Posts: 290

  • Since: 2003/12/21


oh version 1.0?

and you are using XOOPS 2.0.14 or any 2.2 release?

pls do the following things
open - /pddownloads/admin/index.php

delete the following line:
$sform -> addElement(new XoopsFormHidden('cid', $cid));

open - /pddownloads/submit.php

delete the following line:
$sform->addElement(new XoopsFormHidden('cid', 'pid'));


open - /pddownloads/admin/category.php

delete the following line:
$sform -> addElement(new XoopsFormHidden('cid', ''));

you could als give pd-downloads 1.2 a try
GET IT HERE
Developer of PD-Modules like PD-Downloads and PD-Links.
Webmaster of Power-Dreams.com




TopTop
« 1 (2) 3 4 5 ... 16 »



Login

Who's Online

243 user(s) are online (165 user(s) are browsing Support Forums)


Members: 0


Guests: 243


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