wangjunbao/smt2

Could not find new (smt)2 releases. If your Internet connection is OK, maybe the server is temporarily down.

Closed this issue · 8 comments

I have installed smt2 for my test server , i download the latest version from 
SVN  http://smt2.googlecode.com/svn/trunk/.

I got the error
"Could not find new (smt)2 releases. If your Internet connection is OK, maybe 
the server is temporarily down."

But still i got the error Here is the my test server 
http://newsinfoline.com/smt2/admin/
un: root
pwd: ^M0I9cK&

Can anyone please help me to resolve this issue?

Thanks

Original issue reported on code.google.com by mahendra...@gmail.com on 23 Mar 2012 at 6:31

This is not an error per se... Simply the CMS is reporting that no new smt2 
releases are available. 

You can safely ignore that warning.

Original comment by luis.lei...@gmail.com on 23 Mar 2012 at 7:19

  • Changed state: Invalid
  • Added labels: Priority-Low
  • Removed labels: Priority-Medium
Thank you for your update,

But i have included the below lines of my files 
<script type="text/javascript" 
src="http://newsinfoline.com/smt2/core/js/smt-aux.min.js"></script>  
<script type="text/javascript" 
src="http://newsinfoline.com/smt2/core/js/smt-record.min.js"></script>

The File URL will be 
http://newsinfoline.com/home/admin.php

I cant get the any records on my admin

Let me know

Original comment by mahendra...@gmail.com on 23 Mar 2012 at 7:27

This is another issue.

Your server is throwing an error 500 (Internal Server Error) when loading 
http://newsinfoline.com/smt2/core/gateway.php

You should look at your Apache server error log file: browse that URL first and 
then see the Apache error log, usually placed at /var/log/apache2/error.log.*

Original comment by luis.lei...@gmail.com on 23 Mar 2012 at 8:18

Please guide me how can i solve this issue, can i need to set any permission to 
core folder now the permission will be 755.

Thank you for your help

Original comment by mahendra...@gmail.com on 23 Mar 2012 at 8:54

Please guide me how can i solve this issue, can i need to set any permission to 
core folder now the permission will be 755.

Thank you for your help

Original comment by mahendra...@gmail.com on 23 Mar 2012 at 8:54

I think now the 500 issue will be solved , 
http://newsinfoline.com/smt2/core/gateway.php

Test URL:
http://newsinfoline.com/home/admin.php
-----------------
  <script type="text/javascript" src="http://newsinfoline.com/smt2/core/js/smt-aux.min.js"></script>  
  <script type="text/javascript" src="http://newsinfoline.com/smt2/core/js/smt-record.min.js"></script>
 <script type="text/javascript">
  try {
    smt2.record({
      recTime: 300,
      disabled: Math.round(Math.random()),
      warn: true, 
      warnText: "We are going to record your mouse movements for a remote usability study."
    });
  } catch(err) {}
  </script>

-------------
Admin:
http://newsinfoline.com/smt2/admin/
un: root
pwd: ^M0I9cK&


But still the script is not record the user actions.

Let me know

Thank you for time.



Original comment by mahendra...@gmail.com on 23 Mar 2012 at 9:13

I have tried it and it's working properly. You should access your website from 
a different machine, as the root user (in this case, you) is never tracked. 

Please read the Wiki pages for more info, specially 
http://code.google.com/p/smt2/wiki/readme

Original comment by luis.lei...@gmail.com on 23 Mar 2012 at 9:21

Thank you for your timing , help.

Its working now.

Thank you

Original comment by mahendra...@gmail.com on 23 Mar 2012 at 9:48