jssanshi / concerto-platform

Automatically exported from code.google.com/p/concerto-platform
0 stars 0 forks source link

Issues in Concerto 3.6.6 set up on hostmonster #28

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. We extracted concerto_source_3.6.6.zip into a testfolder under the 
public_html folder of our website.
2. We downloaded R v2.15 source, configured, compiled and installed in our home 
directory on the server. We have no root access, so we installed R and Rscript 
in the ~/software/bin directory. We have read and execute access for everyone.
3. We loaded the index.php from the setup folder of concerto.
4. It performed a bunch of checks and said R version must be greater than v2.12 
although the version is v2.15.
5. We have set the pathnames to the R and Rscript correctly in SETTINGS.php

$path_r_script = "~/software/bin/Rscript"; 
$path_r_exe = "~/software/bin/R"; 

What is the expected output? What do you see instead?

We believe that settings is correct. Yet we see the error. 

What version of the product are you using? On what operating system?

Concerto 3.6.6; R v2.15; Linux server on hostmonster.

Please provide any additional information below.

Screenshot of the issue has been included.

Can someone help us ? We introduced a bunch of echo cmds in the function in 
setup/index.php to debug and it appears that this function seems to be having 
an issue or two.

I am not a PHP expert. Would appreciate if someone can help us with an input or 
two. Thanks.

    public static function get_r_version()
    {
        $output = array();
        $return = 0;
        exec("'" . Ini::$path_r_script . "' --version -e 1+1", $output, $return);
        $version = substr($output[0],10);
        $version = substr($version,0,  strpos($version, " "));
        return $version;
    }

Regards,
Chandra.

Original issue reported on code.google.com by chandram...@iflapp.com on 12 Oct 2012 at 3:13

Attachments:

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
Please use the latest version.

Original comment by LisPrzem...@gmail.com on 13 Oct 2012 at 6:03

GoogleCodeExporter commented 9 years ago
Hi:

I did install Concerto 3.8.3 per recommendation from Liz.. and went through the 
very same process. I get the same error. I have attached the screen shot. 

Regards,
Chandra.

Original comment by chandram...@iflapp.com on 14 Oct 2012 at 1:11

Attachments: