1
Welcome, Guest. Please login or register.
November 22, 2008, 04:55:35 PM
Home Help Search Login Register
News: New Version of iJoomla Magazine for 1.5

+  iJoomla Forum
|-+  iJoomla Surveys
| |-+  Support Questions
| | |-+  Surveys still in beta
« previous next »
Pages: [1] Print
Author Topic: Surveys still in beta  (Read 880 times)
pilotjourney
customers
Newbie
*
Posts: 22


View Profile Email
« on: February 05, 2008, 12:50:07 PM »

I noticed that Surveys is still in beta.  When will a final release be made?  I assume that since you are not selling enough to finish it?

When clicking on a survey email link I get the following:
Parse error: syntax error, unexpected $end in /usr/home/kimberly/public_html/components/com_surveys/functions.php on line 143
Logged
RicardoCorai
customers
Hero Member
*
Posts: 2264


View Profile WWW
« Reply #1 on: February 06, 2008, 12:21:19 PM »

I noticed that Surveys is still in beta.  When will a final release be made?  I assume that since you are not selling enough to finish it?
Hi,
Please check this thread.
When clicking on a survey email link I get the following:
Parse error: syntax error, unexpected $end in /usr/home/kimberly/public_html/components/com_surveys/functions.php on line 143
Edit functions.php and find this (line 135 aprox.):
Code:
function sess_process($page=0,$action='next') {
    $post_question=mosGetParam($_POST,"question");
    $post_cpage   =mosGetParam($_POST,"cpage"   );
    if ($post_cpage=="last"){
        $post_cpage = -1;
    }
if ($action=='next') {
    $page_name = "page_".intval($post_cpage);
    if (!is_array($_SESSION["survey"])){
        $_SESSION["survey"] = array();
    }
$_SESSION["survey"][$page_name]=serialize($post_question);
$_SESSION['pre_page'][$page]=intval($post_cpage);
}
elseif ($action=='back') {
    if (!is_array($_SESSION["survey"])){
        $_SESSION["survey"] = array();
    }
$_SESSION["survey"]["page_".intval($post_cpage)]=null;
}
}
And compare them. If you find differences replace that part of your code with this.
If the problem persists please submit a support ticket.
Best regards,
Logged

Ricardo Corai
Moderator
www.planetacms.com
pilotjourney
customers
Newbie
*
Posts: 22


View Profile Email
« Reply #2 on: February 06, 2008, 03:31:21 PM »


I will say this nice.  The above reply does not instill confidence in your software.  This was the reason that I decided to get a refund on digistore, and not purchase adagency or RSS. 

Survey's was in beta too long.  And I am not a programmer so doing the above item is not really my job.

Then when I read the thread mentioned I got the idea that Survey would just wait until 1.5 was stable.  Again not good.
Logged
RicardoCorai
customers
Hero Member
*
Posts: 2264


View Profile WWW
« Reply #3 on: February 08, 2008, 11:34:59 AM »

Hi pilotjourney,
Submit a support ticket in order to fix this for you.
Best regards,
Logged

Ricardo Corai
Moderator
www.planetacms.com
Pages: [1] Print 
« previous next »
Jump to:  


Login with username, password and session length

Powered by SMF 1.1.2 | SMF © 2006-2007, Simple Machines LLC
Joomla Bridge by JoomlaHacks.com
Theme Globe by Eponnox