1 nicoleb Dec 16, 2009 10:11
3 nicoleb 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 yabba Dec 16, 2009 15:19
Grab a fresh copy of the zip and re-upload your /inc/ folder
¥
5 nicoleb Dec 16, 2009 16:28
I've tried that twice :(
6 yabba 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 nicoleb Dec 16, 2009 18:11
I give up for tonight.
But thanks for trying :(
8 yabba 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 nicoleb 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?
10 yabba Dec 16, 2009 18:46
11 nicoleb Dec 17, 2009 05:44
Thanks!
I will try another one (as soon as coffee cicks in).
And again, thanks for helping me :)
12 nicoleb 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.
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 nelsonguirado Dec 17, 2009 07:33
Nice pictures on the blog.
14 nicoleb Dec 17, 2009 07:34
???
15 nicoleb 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 nelsonguirado Dec 17, 2009 20:20
I saw the pictures of the monastery on your blog and thought they were nice
17 nicoleb 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 nelsonguirado Dec 18, 2009 06:06
I just went back today and it has a different theme. Very nice!
19 nicoleb 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 ;)
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