Welcome to Geeklog, Anonymous Sunday, December 22 2024 @ 03:15 am EST

Geeklog Forums

Cannot submit story, article, event or user


Status: offline

ofey

Forum User
Full Member
Registered: 03/18/05
Posts: 213
Location:Dublin, Ireland
confused
I recently upgraded to latest versions of GL and Gameserver theme. Neither as admin or as an annonymous user can I submit an article, event, link or new user. I am able to access and fill in the forms but when I hit 'Submit' I just get a blank white page with a URL of

http://www.trojanswimclub.ie/submit.php

Even when logged in as Admin, if I edit an existing story, when I save it I get the same blank white page.

Does anyone have any idea, what I could try?

My log files are empty.

Shane
Those who say it can't be done, are usually interrupted by others doing it.
 Quote

Status: offline

Dirk

Site Admin
Admin
Registered: 01/12/02
Posts: 13073
Location:Stuttgart, Germany
:rtfm: Blank page
 Quote

Status: offline

ofey

Forum User
Full Member
Registered: 03/18/05
Posts: 213
Location:Dublin, Ireland
Hi Dirk,

I placed,

ini_set ('display_errors', '1'Wink; (the emoticon shouldn't be here)

in lib-common. Now I get an error,

Fatal error: Call to undefined function: mb_eregi_replace() in /hsphere/local/home/fjryanio/geeklog/system/lib-mbyte.php on line 179

That function in lib-mbyte.php reads,

Text Formatted Code
function MBYTE_eregi_replace($pattern, $replace, $str) {
    static $mb_enabled;
    if (!isset($mb_enabled)) {
        $mb_enabled = MBYTE_checkEnabled();
    }
    if ($mb_enabled) {
        $result = mb_eregi_replace($pattern, $replace, $str);
    } else {
        $result = eregi_replace($pattern, $replace, $str);
    }
    return $result;
}


Line 179 is the line,
Text Formatted Code
$result = mb_eregi_replace($pattern, $replace, $str);


I can't see where to go from here.

Thanks,

Shane

Those who say it can't be done, are usually interrupted by others doing it.
 Quote

Status: offline

Dirk

Site Admin
Admin
Registered: 01/12/02
Posts: 13073
Location:Stuttgart, Germany
Sounds like the same problem as over here.

bye, Dirk
 Quote

Status: offline

ofey

Forum User
Full Member
Registered: 03/18/05
Posts: 213
Location:Dublin, Ireland
happy
Dirk,

Thank you so much. The problem was indeed that my

server has the PHP multibyte extensions enabled, but that one function (mb_eregi_replace) which is part of that extension is not available.


My hosting company moved my account to another server and everything is working fine now.

Thanks,

Shane
Those who say it can't be done, are usually interrupted by others doing it.
 Quote

All times are EST. The time is now 03:15 am.

  • Normal Topic
  • Sticky Topic
  • Locked Topic
  • New Post
  • Sticky Topic W/ New Post
  • Locked Topic W/ New Post
  •  View Anonymous Posts
  •  Able to post
  •  Filtered HTML Allowed
  •  Censored Content