Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
SOLVED: Update not done
#9
(2013-06-26, 22:07:07)yojoe Wrote: Try to rename current /admin directory to f.e. /admin_temp, reconnect to ftp and upload /admin 3.2.1 directory again.
Maybe your host provider utilizes a caching system ?

ps. after you upload all files again, check /admin/inc/configuration.php and paste here what version is assigned to $site_version_no

Here is the content of the file :

PHP Code:
<?php
/**
 * Configuration File
 *
 * @package GetSimple
 * @subpackage Config
 */

$site_full_name 'GetSimple';
$site_version_no '3.2.1';
$name_url_clean lowercase(str_replace(' ','-',$site_full_name));
$site_link_back_url 'http://get-simple.info/';
$ver_no_clean str_replace('.','',$site_version_no);
$cookie_name lowercase($name_url_clean) .'_cookie_'$ver_no_clean;
if (isset(
$_GET['redirect'])){
    
$cookie_redirect $_GET['redirect'];
} else {    
    
$cookie_redirect 'pages.php';
}
$cookie_login 'index.php';
$cookie_time '7200';  // 2 hours 
$api_url 'http://get-simple.info/api/start/v3.php';
if (!
defined('GSVERSION')) define('GSVERSION'$site_version_no);

?>

This is strange because 3.2.1 is written in this file.
I've tried to delete admin folder and cms is still working ??????? Does it means i'm not working on the correct folder ?[/quote]
Reply


Messages In This Thread
SOLVED: Update not done - by borgfabr - 2013-06-25, 19:55:49
RE: Update not done - by borgfabr - 2013-06-26, 17:10:27
RE: Update not done - by Timbow - 2013-06-26, 18:55:57
RE: Update not done - by borgfabr - 2013-06-26, 20:49:08
RE: Update not done - by Timbow - 2013-06-26, 21:33:44
RE: Update not done - by borgfabr - 2013-06-26, 21:58:48
RE: Update not done - by yojoe - 2013-06-26, 22:07:07
RE: Update not done - by borgfabr - 2013-06-26, 22:21:36
RE: Update not done - by Timbow - 2013-06-26, 22:24:53
RE: Update not done - by Timbow - 2013-06-26, 22:14:33
RE: Update not done - by borgfabr - 2013-06-26, 22:27:57
RE: Update not done - by Timbow - 2013-06-26, 22:37:15
RE: Update not done - by borgfabr - 2013-06-26, 22:42:34
RE: Update not done - by Timbow - 2013-06-26, 22:51:29
RE: Update not done - by borgfabr - 2013-06-26, 22:56:24
RE: Update not done - by Timbow - 2013-06-26, 23:03:41



Users browsing this thread: 1 Guest(s)