Posts: 105
Threads: 10
Joined: Dec 2009
Hello,
I installed the latest version (r328) and updated theme, data and plugins.
I have an error (attached files):
Posts: 1,204
Threads: 30
Joined: Jun 2010
in r323 error appears ? on destination server too ?
Make sure it's not a wamp bug, as I see you use beta version.
Addons: blue business theme, Online Visitors, Notepad
Posts: 105
Threads: 10
Joined: Dec 2009
2011-03-04, 00:38:14
(This post was last modified: 2011-03-04, 00:38:46 by Jeff.)
In the code :
admin\support.php
Code:
$verstatus = '0';
if ($verstatus == '0') {
$ver = i18n_r('WARNING').': '.$site_full_name.' '.i18n_r('UPG_NEEDED').' <b>'.$apikey->latest .'</b> – <a href="http://get-simple.info/download/">'. i18n_r('DOWNLOAD').'</a>';
} elseif ($verstatus == '1') {
It's not logical...
Posts: 1,204
Threads: 30
Joined: Jun 2010
I was relating to the wamp error on the top.
Now when I looked at this chunk of code I understood the reason of warning message with info to upgrade 3.0B to 2.3.1
Kinda funny ; )
Addons: blue business theme, Online Visitors, Notepad
Posts: 105
Threads: 10
Joined: Dec 2009
Same error in r348.
yojoe Wrote:I was relating to the wamp error on the top.
Now when I looked at this chunk of code I understood the reason of warning message with info to upgrade 3.0B to 2.3.1
Kinda funny ; )
Posts: 1,848
Threads: 86
Joined: Aug 2009
I guess the thought goes you should NOT be running a BETA on your website. If you are, upgrade to the latest stable version. In this case it's a little odd - but it will make sense when 3.0 final comes out.
I don't think this is a bug...
(or are you talking about the warning when DEBUG is turned on?)
-
Chris
Thanks for using GetSimple! - Download
Please do not email me directly for help regarding GetSimple. Please post all your questions/problems in the forum!
Posts: 105
Threads: 10
Joined: Dec 2009
Debugmod : on
It's juste test for the moment.
Thanks.