GetSimple Support Forum

Full Version: error on support page
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello,

I installed the latest version (r328) and updated theme, data and plugins.
I have an error (attached files):
in r323 error appears ? on destination server too ?
Make sure it's not a wamp bug, as I see you use beta version.
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> &ndash; <a href="http://get-simple.info/download/">'. i18n_r('DOWNLOAD').'</a>';
} elseif ($verstatus == '1') {
It's not logical...
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 ; )
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 ; )
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?)
Debugmod : on


It's juste test for the moment.

Thanks.