Patching error

Started by Hozza1, January 30, 2015, 05:13:31 AM

Previous topic - Next topic

Hozza1

Hi,

During the night my host had there DB server fail, now everything seems to be working but I noticed at the bottom of the site it said SMF 2.0.8 so I went to install the patch but I get the following...

Thinking this was not right I haven't installed and come here for advice, however remanence of 2.0.9 still exist...

What can I do now?

Cheers Hozza

Hozza1

It's also showing I have nothing installed in packages but everything is installed and working :-\

margarett

Check the contents of your "Packages" folder. Every MOD available should be there.

You already have 2.0.9 installed, so it's normal that the patch fails everywhere (and glad it does :) )
Can you please add here the first 30 lines of your index.php in "code" tags?
Se forem conduzir, não bebam. Se forem beber... CHAMEM-ME!!!! :D

QuoteOver 90% of all computer problems can be traced back to the interface between the keyboard and the chair

Hozza1

Yeah everything is there and all tested as working...

Here is the code
<?php

/**
 * Simple Machines Forum (SMF)
 *
 * @package SMF
 * @author Simple Machines http://www.simplemachines.org
 * @copyright 2011 Simple Machines
 * @license http://www.simplemachines.org/about/smf/license.php BSD
 *
 * @version 2.0.8
 */

/* This, as you have probably guessed, is the crux on which SMF functions.
Everything should start here, so all the setup and security is done
properly.  The most interesting part of this file is the action array in
the smf_main() function.  It is formatted as so:

'action-in-url' => array('Source-File.php', 'FunctionToCall'),

Then, you can access the FunctionToCall() function from Source-File.php
with the URL index.php?action=action-in-url.  Relatively simple, no?
*/

$forum_version 'SMF 2.0.8';
@
ini_set('memory_limit''128M');

// Get everything started up...
define('SMF'1);
if (
function_exists('set_magic_quotes_runtime'))

margarett

Strange enough, your index.php is unchanged from version 2.0.8 while all others seem have kept 2.0.9 :o

Please attach your Subs-Package.php
Se forem conduzir, não bebam. Se forem beber... CHAMEM-ME!!!! :D

QuoteOver 90% of all computer problems can be traced back to the interface between the keyboard and the chair

Advertisement: