Members: 15,141
Threads: 38,828
Posts: 159,362
Online: 38

Newest Member: batterygogo


Old 24.01.2005, 17:54   #1
Ace
Baby Mamber
 
Join Date: Jan 2005
Posts: 2
Ace is on a distinguished road
RedCross Problem with mamblog

Hello everyone I just started working with mambo but I have te following problem:

When you look at my site http://www.ace.joskeonline.com/mambo/ you can see that the log off Aliya Wolf is next to Destiny Davis.
How can I fix this ?

Also when I go to mamblog configuration I see this error at the bottom:

Fatal error: Cannot redeclare mosparseparams() (previously declared in /home/ace/public_html/mambo/includes/mamboxml.php:409) in /home/ace/public_html/mambo/administrator/components/com_mamblog/admin.mamblog.php on line 295

Can Anyone help me with this problem Thx alot
Ace is offline   Reply With Quote
Sponsored Links
Old 29.01.2005, 02:41   #2
overeasy
Mamber
 
overeasy's Avatar
 
Join Date: Jan 2005
Posts: 82
overeasy is on a distinguished road
Send a message via AIM to overeasy Send a message via Yahoo to overeasy
Default Re: Problem with mamblog

Hi -

I've had the same problem. If you are running mamblog on mambo 4.5.1, I don't think it is qualified yet for that release. This is apparently a well-known issue, as I've seen it on other support sites. Try to track down the mamblog support site for more detailed info.

Ron
overeasy is offline   Reply With Quote
Old 31.01.2005, 22:52   #3
Brat
Baby Mamber
 
Join Date: Aug 2004
Posts: 5
Brat is on a distinguished road
Default Re: Problem with mamblog

Quote:
Originally Posted by Ace
Hello everyone I just started working with mambo but I have te following problem:

When you look at my site http://www.ace.joskeonline.com/mambo/ you can see that the log off Aliya Wolf is next to Destiny Davis.
How can I fix this ?

Also when I go to mamblog configuration I see this error at the bottom:

Fatal error: Cannot redeclare mosparseparams() (previously declared in /home/ace/public_html/mambo/includes/mamboxml.php:409) in /home/ace/public_html/mambo/administrator/components/com_mamblog/admin.mamblog.php on line 295

Can Anyone help me with this problem Thx alot

This problem is discussed at the Mamblog home site. Here is the solution:

Quote:

Just del or comment this code(line 295) in admin.mamblog.php

Code:
  function mosParseParams( $txt ) {
    $sep1 = "\n";    // line separator
    $sep2 = "=";    // key value separator
    
    $temp = explode( $sep1, $txt );
    $obj = new stdClass();
    // We use trim() to make sure a numeric that has spaces
    // is properly treated as a numeric
    foreach ($temp as $item) {
        if($item) {
         &nbs p;  $temp2 = explode( $sep2, $item, 2 );
         &nb sp;  $k = trim( $temp2[0] );
         &nb sp;  if (isset( $temp2[1] )) {
         &nbs p;      $obj->$k = trim( $temp2[1] );
         &nb sp;  } else {
         &nbs p;      $obj->$k = $k;
         &nbs p;  }
       &n bsp;}
    } 
    return $obj;
}
Here is the link to the original thread at that site:
Mamblog Error Fix

You simply need to comment out (or delete) a few lines of code. I've done this, and so far Mamblog operates just fine without the code. Try it and see if it works for you.
Brat is offline   Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Mamblog placing problem KahL Mambo 4.5.1 General Talk 0 20.01.2005 19:06
Problem with Contacts in version 4.5.1.0.9 zirby Mambo 4.5.1 'How Do I' Questions 0 27.09.2004 18:41
i messed up mamblog...help! tinawoman Mambo 4.5 General Talk 3 22.09.2004 18:26
Double breadcrumb nav. problem! webmonkey Mambo 4.5 'How Do I' Questions 0 21.06.2004 12:13
Problemi con Mamblog e X-Shop Ant Componenti 2 25.05.2004 14:18


All times are GMT +2. The time now is 12:27.

Powered by vBulletin® Version 3.8.0
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.
A vBSkinworks Design
© Copyright 2004-2008 by Arthur Konze Webdesign.