Recent Topics

1 May 27, 2011 18:31    

Hi everybody.

I get the following error in,
yeah in what ?, if I told you the menu items in my german version ?...
Okay, I'll try:
In blog settings > user settings I get the following error on all users:
Parse error: syntax error, unexpected T_STRING in /home/revilo/blog/inc/_core/ui/results/_results.class.php(1009) : eval()'d code on line 1
That's what I've got there

$out = eval( "return '$output';" );

Does anyone have a clue ?

Thanks in advance.

noRidddle

2 May 27, 2011 20:46

Do you get the same error on Users tab? It looks like you're not using UTF-8 in your blog and some user(s) has a non-ASCII login.

Use phpmyadmin to check logins in evo_users table, remove all non-Latin letters.

By the way don't forget to [u]backup the database[/u] first!

3 May 28, 2011 04:37

Totally on the contrary, I use UTF-8.
That was the first thing I changed when I just had installed b2evo 4.0.5, it was on iso-1251-1.
Further, since I recently installed b2evo, there are just three users,
the admin and two demousers.
None of these has got any non-ASCII letters or signs.
Anyway I serve the pages in utf-8, the character set of the database is set to utf-8 and the collation is set to utf8-international-ci, which should be all right.

The error notice displays in the "member" column of "blog settings" -> "user settings"...

Doesn't seem to have any influence though since I commented out the display of the member status in the comment section of my blog: http://www.blog.revilonetz.de (german only, sorry).

Thanks for your help anyway.

noRiddle


Form is loading...