1
Jace303
Re: Cloning PD-Downloads -help please-
  • 2005/9/16 6:38

  • Jace303

  • Just popping in

  • Posts: 38

  • Since: 2003/11/5


With the latest 1.2 RC there is a bug which leads to an error when trying to clone the module. See my comment in the "PD-Downloads 1.2RC" newspost for more information for a quickfix.



2
Jace303
Re: Error calling blocksadmin.php (2.2.1)
  • 2005/8/12 10:34

  • Jace303

  • Just popping in

  • Posts: 38

  • Since: 2003/11/5


Solved!

There was exactly one entry with mid=0 in the newblocks table (all fields except lastmoddate were NULL). I deleted the entry and it works. Thank you very much!



3
Jace303
Re: Error calling blocksadmin.php (2.2.1)
  • 2005/8/12 9:11

  • Jace303

  • Just popping in

  • Posts: 38

  • Since: 2003/11/5


More information... the following line is causing the problem:

$block_arr[$block->getVar('mid')]['modname'] = $modules[$block->getVar('mid')]->getVar('name');


In the first iteration of the for ... each Statement

$block->getVar('mid') returns 0. I guess there is no module with 'mid' = 0 in the $modules object. I I think this is what is causing the error.

Maybe somehow may block-configuration got messed up?



4
Jace303
Error calling blocksadmin.php (2.2.1)
  • 2005/8/12 8:53

  • Jace303

  • Just popping in

  • Posts: 38

  • Since: 2003/11/5


Hello everyone,

I updated from 2.0.13 to 2.2.1 without problems.
But when I try to "List all blocks" in Admin-Section I get the following PHP-Error:

"Fatal error: Call to a member function on a non-object in /htdocs/mydomain.de/www/modules/system/admin/blocksadmin/blocksadmin.php on line 58"

Did I forget to update anytyhing?

My php-version is 4.4

Thanks for your help!



5
Jace303
Re: SSL Login
  • 2004/8/25 5:56

  • Jace303

  • Just popping in

  • Posts: 38

  • Since: 2003/11/5


Thank you. I'll try that!



6
Jace303
SSL Login
  • 2004/8/24 21:03

  • Jace303

  • Just popping in

  • Posts: 38

  • Since: 2003/11/5


Hi,

I'd like to make my XOOPS-Login via SSL. There are options in preferences to turn on SSL. But just turning it on doesn't seem to be enough. I guess there is some manual work needed. But I have to idea what has to be done, to make a login with ssl. Could anybody give me some hints where to start? Thanx!



7
Jace303
Re: New wysiwyg Editor for xoops needs testers
  • 2004/6/23 15:22

  • Jace303

  • Just popping in

  • Posts: 38

  • Since: 2003/11/5


Has anyone tested the editor with Opera 7.5x?



8
Jace303
Re: Wiwi Module and 2.0.7
  • 2004/6/19 6:53

  • Jace303

  • Just popping in

  • Posts: 38

  • Since: 2003/11/5


The problem is indeed this line in comment_view.php

Quote:
$com_itemid = (trim($comment_config['itemName']) != '' && isset($HTTP_GET_VARS[$comment_config['itemName']])) ? intval($HTTP_GET_VARS[$comment_config['itemName']]) : 0;


in XOOPS 2.0.7 it changed to:
Quote:
$com_itemid = (trim($comment_config['itemName']) != '' && isset($_GET[$comment_config['itemName']])) ? intval($_GET[$comment_config['itemName']]) : 0;


The 2.0.6 version works with Wiwimod. In 2.0.7 comment_view.php would not show any output because of this if-statement (line 41)

Quote:
if ($com_itemid > 0) {



9
Jace303
Wiwimod Module and 2.0.7
  • 2004/6/17 21:00

  • Jace303

  • Just popping in

  • Posts: 38

  • Since: 2003/11/5


I've been using Wiwi Module with XOOPS 2.0.6. After upgrading to XOOPS 2.0.7 my comments are no longer shown. But they are still in database.

Is it possible there was a change in the comment system?



10
Jace303
Re: It can't be !!!
  • 2003/12/10 15:13

  • Jace303

  • Just popping in

  • Posts: 38

  • Since: 2003/11/5


Just install the module and your question will be answered. You have one module and an unlimited number of pages.




TopTop
(1) 2 3 »



Login

Who's Online

244 user(s) are online (159 user(s) are browsing Support Forums)


Members: 0


Guests: 244


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