GetSimple Support Forum
error on support page - Printable Version

+- GetSimple Support Forum (http://get-simple.info/forums)
+-- Forum: GetSimple (http://get-simple.info/forums/forumdisplay.php?fid=3)
+--- Forum: GS Development Testing - (alpha/beta) (http://get-simple.info/forums/forumdisplay.php?fid=14)
+--- Thread: error on support page (/showthread.php?tid=1359)



error on support page - madvic - 2011-03-04

Hello,

I installed the latest version (r328) and updated theme, data and plugins.
I have an error (attached files):


error on support page - yojoe - 2011-03-04

in r323 error appears ? on destination server too ?
Make sure it's not a wamp bug, as I see you use beta version.


error on support page - madvic - 2011-03-04

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...


error on support page - yojoe - 2011-03-04

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 ; )


error on support page - madvic - 2011-03-12

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 ; )



error on support page - ccagle8 - 2011-03-12

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?)


error on support page - madvic - 2011-03-12

Debugmod : on


It's juste test for the moment.

Thanks.