31
zzzzsg
Re: SmartFAQ - blank page at Blocks and Groups in module administration
  • 2006/4/10 22:28

  • zzzzsg

  • Just popping in

  • Posts: 86

  • Since: 2005/12/22


BUT now there is another problem:
After clicking submit in Blocks & Groups, I get a blank page in admin.php!



32
zzzzsg
SmartFAQ - blank page at Blocks and Groups in module administration
  • 2006/4/10 21:14

  • zzzzsg

  • Just popping in

  • Posts: 86

  • Since: 2005/12/22


hi All

I am using SmartFAQ 1.0.4 (from one of the XOOPS 2.2.x packages) on XOOPS 2.2.4.

When I go to the module adminisration and click on the Blocks and Groups tab, I get a blank page.

I think the culprit is line 49 in /modules/smartfaq/admin/myblocksadmin.php

$block_arr =& XoopsBlock::getByModule( $xoopsModule->mid() ) ;


Can anybody help?

Thank you very much in anticipation

gui

Hi All

I've found the solution.

Replace line 49 by

$block_handler = &xoops_gethandler('block');
$block_arr =& $block_handler->getByModule($xoopsModule->mid()) ;

Actually this was to solution given to by the Forumilize developer for the same problem.


Regards

Gui



33
zzzzsg
Re: koivi editor - Image Manager not inserting image
  • 2006/4/10 20:33

  • zzzzsg

  • Just popping in

  • Posts: 86

  • Since: 2005/12/22


Hi Tailzehhhh

Thank you for the reply.

I tried it with both Firefox and IE and got the same problems.

I only used koivi editor with XOOPS 2.2.4 (upgraded from 2.2.3a). Didn't use it with 2.0.1.3.

Are you able to get to work with XOOPS 2.2.x ?

Thank you.

gui



34
zzzzsg
Re: Dokuwiki and Xoops search problem
  • 2006/4/8 20:41

  • zzzzsg

  • Just popping in

  • Posts: 86

  • Since: 2005/12/22


Hi rabideau

Thank you for the reply.

Since they are just warning messages, I think it's not a big deal, and I just disable warning in my php.ini. Keeping my finger crossed that it is okay now.

regards

gui



35
zzzzsg
Dokuwiki and Xoops search problem
  • 2006/4/8 19:57

  • zzzzsg

  • Just popping in

  • Posts: 86

  • Since: 2005/12/22


Hi All

I installed dokuwiki on xoops2.2.4, when I got these warnings when I use XOOPS search to search for something as a NON-admin user.

Warning: preg_grep(): Second argument to preg_grep() should be an array in /usr/local/www/xoops/modules/dokuwiki/inc/auth.php on line 284

Warning: preg_grep(): Second argument to preg_grep() should be an array in /usr/local/www/xoops/modules/dokuwiki/inc/auth.php on line 308

Warning: preg_grep(): Second argument to preg_grep() should be an array in /usr/local/www/xoops/modules/dokuwiki/inc/auth.php on line 308

Warning: preg_grep(): Second argument to preg_grep() should be an array in /usr/local/www/xoops/modules/dokuwiki/inc/auth.php on line 284

Warning: preg_grep(): Second argument to preg_grep() should be an array in /usr/local/www/xoops/modules/dokuwiki/inc/auth.php on line 308

Warning: preg_grep(): Second argument to preg_grep() should be an array in /usr/local/www/xoops/modules/dokuwiki/inc/auth.php on line 308

Warning: preg_grep(): Second argument to preg_grep() should be an array in /usr/local/www/xoops/modules/dokuwiki/inc/auth.php on line 284

Warning: preg_grep(): Second argument to preg_grep() should be an array in /usr/local/www/xoops/modules/dokuwiki/inc/auth.php on line 308

This bug has also been reported by somebody else athttp://bugs.splitbrain.org/?do=details&id=690

thank you

gui



36
zzzzsg
Re: WF-Links 1.0.3 permissions not working on Xoops 2.2.x
  • 2006/4/8 19:31

  • zzzzsg

  • Just popping in

  • Posts: 86

  • Since: 2005/12/22


Hi McDonald

Thank you once again for all the help.

I got the same error again because I imported the old data from the previous WF-Links 1.0.3 (the one from the community pack).

Now, I have re-created all my categories and links, and everything is fine. It seems that the old WF-Links database tables have some problems.

Warmest regards

gui



37
zzzzsg
Re: WF-Links 1.0.3 permissions not working on Xoops 2.2.x
  • 2006/4/7 21:40

  • zzzzsg

  • Just popping in

  • Posts: 86

  • Since: 2005/12/22


hi McDonald

I installed your version. Still the same blank page when clicking Permissions in the module admin.

I think the problem starts from line 24 onwards
( in modules/wflinks/admin/permissions.php )

$cat_form -> addItem( $cat_row['cid'], $cat_row['title'], $cat_row['pid'] );
...

Thank you.

gui



38
zzzzsg
WF-Links 1.0.3 permissions not working on Xoops 2.2.x
  • 2006/4/7 18:54

  • zzzzsg

  • Just popping in

  • Posts: 86

  • Since: 2005/12/22


Hi

I am using the WF-Links 1.0.3 from the XOOPS 2.2.x community pack (supposedly modified for XOOPS 2.2.x).

When I click on Permissions in the module administration, I get a blank page.

When I log on as a non-admin user, I cannot view any of the categories I created. Get the following message:

" Sorry, you don't have permission to perform this action.
Please register or login first! "

Can anybody help?

Thank you very much in anticipation.



39
zzzzsg
Re: fckeditor in smartsection?
  • 2006/4/5 18:44

  • zzzzsg

  • Just popping in

  • Posts: 86

  • Since: 2005/12/22


I'm also trying to include fckeditor in SmartSection.

So far no luck.
Including fck in modules/smartsection/include/functions.php, and including 'FCKEditor' => 'fck' in xoops_version.php and doing a module update didn't work. Produced a blank page when I clicked on Submit in SmartSection.

gui



in functions.php

case "fck":^M
if( substr( XOOPS_VERSION , 6 , 3 ) > 2.0 ) {^M
if ( is_readable(XOOPS_ROOT_PATH . "/class/fckeditor/formfckeditor.php")) {^M
include_once(XOOPS_ROOT_PATH . "/class/fckeditor/formfckeditor.php");^M
$editor = new XoopsFormFckeditor($caption, $name, $value);^M

}^M
} else {^M
$editor = new XoopsFormEditor($caption, "fckeditor", $editor_configs);^M
}^M
break;^M

in xoops_version.php :

$modversion['config'][$i]['options'] = array('XoopsEditor' => 'default',
'Koivi Editor' => 'koivi',
'TinyEditor' => 'tiny',
'FCKEditor' => 'fck');



40
zzzzsg
Re: Imagemanager and koivi editor issues.
  • 2006/4/4 22:17

  • zzzzsg

  • Just popping in

  • Posts: 86

  • Since: 2005/12/22


Hi dargosch

Have you solved your problem?

I'm also having the same problem as you. In addition to the problem of the second page image, I also cannot insert newly uploaded images. I have to get out of the Image Manager after uploading an image, and then click the Image Manager again to select the image to insert it.

I am using the koivi editor that came with my XOOPS 2.2.3. The XK koivi editor I downloaded from Samuels cannot even allow me to insert anything.

Also I do not have the 'Insert into WYSIWYG' icon in my Image Manager. There is no system_imagemanager.html file in the xk_editor class v1.0.53 beta2 XOOPS 2.2. The system_imagemanager.html file is only found in 2.0.13.

Is koivi fully compatible with XOOPS 2.2.x at all?

Has anybody got it fully functional in XOOPS 2.2.x before?

Thank you

gui


Quote:

dargosch wrote:
Hi,

I noticed something very strange. If I create a table in koivi and want to insert an image into one of the cells, this does not work if the image is on the second page of the imagemanager. Images on the first page inserts correctly.

How strange is that ? Has onyone else seen this?

/Fredrik




TopTop
« 1 2 3 (4) 5 6 7 8 »



Login

Who's Online

253 user(s) are online (146 user(s) are browsing Support Forums)


Members: 0


Guests: 253


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