1
stickie
Re: guests cant register
  • 2006/8/8 3:13

  • stickie

  • Just popping in

  • Posts: 7

  • Since: 2004/1/31


I have fixed it.

Turned out the "conf_catid = 2" in the database was missing. i just exported category ID #2 from another XOOPS site (changing the conf_id to an unused number) and imported it into this broken site and registrations are now working.



2
stickie
Re: guests cant register
  • 2006/8/8 2:27

  • stickie

  • Just popping in

  • Posts: 7

  • Since: 2004/1/31


I'm having a similar problem after downgrading from 2.2 to 2.0.13.2

When i go to:
Preferences Main »» User Info Settings

All i have is a "GO" button and nothing else.


I installed IPBoard the same day, and have uninstalled Extended Profiles.



3
stickie
Need Print hack for AgendaX
  • 2006/7/21 15:18

  • stickie

  • Just popping in

  • Posts: 7

  • Since: 2004/1/31


I would like to add a print icon just like other modules (eg news, content, etc) for printing events, calendar and other views for the AgendaX module. Any ideas? Thanks in advance.



4
stickie
Re: unable to del news
  • 2005/9/3 16:18

  • stickie

  • Just popping in

  • Posts: 7

  • Since: 2004/1/31


nope. this is news 1.1

:/ i've come to the conclusion that it is something to do with his computer and not xoops.




5
stickie
unable to del news
  • 2005/9/3 15:09

  • stickie

  • Just popping in

  • Posts: 7

  • Since: 2004/1/31


one of my admins is having a strange problem. Using either IE or firefox, he is not able to delete or modify existing news articles. i have checked permissions and everything seems normal. he has been posting and deleting news all year, but all of the sudden he can't.

any ideas of were to begin trouble shooting, would be greatly appreciated.

PS. Myself and other admins are able to delete and add with no problem.

xoops version: 2.0.7.3

no changes have been made to the site lately.

I've just logged on with his user/pass and i was able to del with no problem. Must be something with his PC.



6
stickie
Re: Multi-Menu and Undefined offset
  • 2005/1/20 16:00

  • stickie

  • Just popping in

  • Posts: 7

  • Since: 2004/1/31


sweet, thanks!



7
stickie
Multi-Menu and Undefined offset
  • 2004/6/7 19:22

  • stickie

  • Just popping in

  • Posts: 7

  • Since: 2004/1/31


I couldnt find any relevant posts regarding this problem, so i'm hoping this post will shed some light on whats going wrong.

I've installed the module Multi-Menu 1.3 with no problem. Everything runs good until i "Edit" a multimenu block. I can add as many links as i want and it will show up. But as soon as i edit the block to rename it, or change the pages it shows up on, it disappears and i get the following error msg:

Notice [PHP]: Undefined offset: 1 in file modules/multiMenu/blocks/multimenu.php line 8

Heres the contents of multimenu.php:

<?php

function multimenu_show($options) {
    global 
$xoopsDB,$xoopsUser;
    
$myts =& MyTextSanitizer::getInstance();
    
$block = array();
    
$group is_object($xoopsUser) ? $xoopsUser->getGroups() : array(XOOPS_GROUP_ANONYMOUS);
    
$result $xoopsDB->query("SELECT groups, link, title, target, imageurl FROM ".$xoopsDB->prefix("multimenu").$options[1]." WHERE hide=0 ORDER BY weight ASC");
    while ( 
$myrow $xoopsDB->fetchArray($result) ) {
        
$title $myts->makeTboxData4Show($myrow["title"]);
        if ( !
XOOPS_USE_MULTIBYTES ) {
            if (
strlen($myrow['title']) >= $options[0]) {
                
$title $myts->makeTboxData4Show(substr($myrow['title'],0,($options[0]-1)))."...";
            }
        }
        
$groups explode(" ",$myrow['groups']);
        if (
count(array_intersect($group,$groups)) > 0) {
            
$imenu['title'] = $title;
            
$imenu['target'] = $myrow['target'];
            
$imenu['link'] = $myrow['link'];
            
$imenu['imageurl'] = $myrow['imageurl'];
            if (
eregi("^[([a-z0-9]+)]$"$myrow['link'], $moduledir)) {
                
$module_handler = & xoops_gethandler'module' );
                
$module =& $module_handler->getByDirname($moduledir[1]);
                if ( 
is_object$module ) && $module->getVar'isactive' ) ) {
                    
$imenu['link'] = XOOPS_URL."/modules/".$moduledir[1];
                }
            }
                    
$block['contents'][] = $imenu;
        }
        }
        return 
$block;
}

function 
multimenu_edit($options) {
    
$form _BM_MULTIMENU_CHARS."&nbsp;<input type='text' name='options[]' value='".$options[0]."' />&nbsp;"._BM_MULTIMENU_LENGTH."";
    return 
$form;
}

?>


I think all i really have to do is click on the "Edit" link and not even change anything, and it breaks.

I've been successfull at installing other modules today, so i've ruled out bad uploads.

Any of you have an idea of what could be going wrong?



On:
RHE 3
PHP 4.3.4
XOOPS 2.0.6




TopTop



Login

Who's Online

196 user(s) are online (135 user(s) are browsing Support Forums)


Members: 0


Guests: 196


more...

Donat-O-Meter

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

Latest GitHub Commits