+ Reply to Thread (include dating software, release, and patch number!)
Results 1 to 6 of 6

Thread: problem with blog

  1. #1
    thianpa
    Guest

    Default problem with blog

    I'm uploaded dolphin 6.0.0001 ad-free to my site and seems there's some little bitsy thing thats not uploaded but i cant find out that easily. Like this when i try to create a blog I've got this error -> Fatal error: Call to undefined function mb_strtolower() in /home/tawia/public_html/zoing/inc/tags.inc.php on line 39 What must i look for this to solve the problem ?

  2. #2
    Administrator Smoge's Avatar
    Join Date
    Mar 2005
    Posts
    6,642
    Blog Entries
    5

    Default

    install php_mbstring or ask your host too.

    needs to be done by root user.

    Smoge
    ModMySite Administrator

    Problems? Questions? Need modifications or other help with your site?

    Open A Ticket , Send Us An Email Or Give Us A Telephone Call +1 518-632-4152.

  3. #3
    paintballjunkys
    Guest

    Default

    I'm getting that error too, I'm using godaddy hosting and they told me I already have that installed. I looked in the php info and it's there. Can there be another reason for it? I'm also getting this error when I try to activate a member through the admin panel.
    I'm running Dolphin Clean 6.0.1CB4 and I've ran it in firefox and IE.

    I have just started using this program a couple of days ago so I'm fairly new to it.

    Also just have to say, this is one of the best support sites I have found for GPL programs keep up the good work guys.

  4. #4
    Administrator Smoge's Avatar
    Join Date
    Mar 2005
    Posts
    6,642
    Blog Entries
    5

    Default

    untested

    you can try editing /inc/tags.inc.php

    and changing line 39 from

    Code:
    $aTags[$iInd] = mb_strtolower( $sTag , 'UTF-8');
    to

    Code:
    $aTags[$iInd] = strtolower( $sTag);
    ModMySite Administrator

    Problems? Questions? Need modifications or other help with your site?

    Open A Ticket , Send Us An Email Or Give Us A Telephone Call +1 518-632-4152.

  5. #5
    paintballjunkys
    Guest

    Default

    yeah that fixed it, and a couple of other problems it was having.

    Thanks!

  6. #6
    Administrator Smoge's Avatar
    Join Date
    Mar 2005
    Posts
    6,642
    Blog Entries
    5

    Default

    - glad I could help.

    Smoge
    ModMySite Administrator

    Problems? Questions? Need modifications or other help with your site?

    Open A Ticket , Send Us An Email Or Give Us A Telephone Call +1 518-632-4152.

+ Reply to Thread (include dating software, release, and patch number!)

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

     

Similar Threads

  1. Blog bug
    By silverado350 in forum Bugs Dolphin 6.1.4
    Replies: 1
    Last Post: 01-06-2009, 10:35 AM
  2. Blog & Blog Post Editing/Deleting Not Happening
    By codejungle in forum Dolphin General Discussion v6.00 and above
    Replies: 1
    Last Post: 09-09-2008, 02:47 PM
  3. Blog Bug or me?
    By tzancruz.com in forum Dolphin General Discussion v6.00 and above
    Replies: 2
    Last Post: 01-22-2008, 10:01 AM
  4. Blog removal
    By Mystro2005 in forum Bugs Dolphin 6.02
    Replies: 2
    Last Post: 12-06-2007, 03:43 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts