Recent Topics

1 Dec 16, 2009 10:11    

My b2evolution Version: Not Entered

I just upgraded and am getting the following error messages:

Warning: Unexpected character in input: ''' (ASCII=39) state=1 in /home/nicolebo/public_html/b2/inc/users/model/_user.class.php on line 473

Parse error: syntax error, unexpected $end in /home/nicolebo/public_html/b2/inc/users/model/_user.class.php on line 473

Any idea for the correct coding?

My blog's here:
http://nicoleb.org/b2

Thanks in advance,
Nicole

2 Dec 16, 2009 13:13

I've changed the file, I've tried the upgrade all over, I still get the error message:

Parse error: syntax error, unexpected $end in /home/nicolebo/public_html/b2/inc/users/model/_user.class.php on line 686

3 Dec 16, 2009 13:42

Any idea how to fix this?
I've never had a prob like this before, it's not my first upgrade :(

4 Dec 16, 2009 15:19

Grab a fresh copy of the zip and re-upload your /inc/ folder

¥

5 Dec 16, 2009 16:28

I've tried that twice :(

6 Dec 16, 2009 18:06

Your line number changes for your error, really suggest a corrupted file. If you have a choice of mirror try a different location

¥

7 Dec 16, 2009 18:11

I give up for tonight.
But thanks for trying :(

8 Dec 16, 2009 18:14

No worries, if it still fails tomorrow then I'll see if I can grab a working copy of the file for you ( really does sound like a corrupt file )

¥

9 Dec 16, 2009 18:20

Is there a different server to download it from?
I downloaded it twice (or 3 times?) from the same Site.
Maybe that's the problem?

11 Dec 17, 2009 05:44

Thanks!
I will try another one (as soon as coffee cicks in).
And again, thanks for helping me :)

12 Dec 17, 2009 06:04

Downloaded the zip file from a different mirror (Kent).
Replaced the "/inc/users/model/_user.class.php" and get an error message again - this time there's supposed to be an error on line 1216.

http://www.nicoleb.org/b2/

Can someone give me a nice little birthday present and make my blog work again - pretty please?

The very last line is 1216:

$r = send_mail( $this->email, NULL, sprintf( T_('Validate your email address for "%s"'), $this->login ), $message );

if( $r )
{ // save request_id into Session
$request_ids = $Session->get( 'core.validatemail.request_ids' );
if( ! is_array($request_ids) )
{
$request_ids = array();
}
$request_ids[] = $request_id;
$Session->set( 'core.valid

13 Dec 17, 2009 07:33

Nice pictures on the blog.

15 Dec 17, 2009 07:51

wow, a good nights sleep & 2 coffee later.

I made a clean new install and copied the file from the new installation over to the "old" blog.

Back up and running, whoot :)

Thanks again, John! :)

16 Dec 17, 2009 20:20

I saw the pictures of the monastery on your blog and thought they were nice

17 Dec 18, 2009 05:58

Thanks - I just wondered how you managed to see them, since I still had the error message :D
Guess people had different results while checking the Site, odd.
Glad you liked them though :)

18 Dec 18, 2009 06:06

I just went back today and it has a different theme. Very nice!

19 Dec 18, 2009 06:14

Thanks - changed it to the one where gravatars work without me messing around in the Code :)
Not so sure about the all dark, but we shall see. Maybe one day I'll learn to pimp my own ;)


Form is loading...