This topic is locked
[SOLVED]

 6.1 to 6.2 project not working

9/20/2012 9:23:59 AM
PHPRunner General questions
S
scoobysteve author

Hi guys I have tried to open up a phprunner 6.1 project into the new 6.2 version, I then walk all the way through and build the project when I try to run it I get the following error (see attached screen shot) I was wondering what was needed to sort this out, it would be a shame to have to start from scratch in order to get the new image upload feature. Please advise. I am obviosuly using the beta version in trial mode but if this works I will buy the full version, but only if I can get my project to work.
Thanks

Steve

C
cgphp 9/20/2012

There is a double WHERE clause in your query:

  • WHERE ((TOTALSCORE > "199")).......
  • where UserName = '' and Password = '' .......
    That is the cause of error.

S
scoobysteve author 9/20/2012



There is a double WHERE clause in your query:

  • WHERE ((TOTALSCORE > "199")).......
  • where UserName = '' and Password = '' .......
    That is the cause of error.


I don't think this is it, this works on 6.1 without any changes what so ever, also if I remove the where statements from the sql query section the last part is still visible where UserName = '' and Password = '' . but this corresponds to the logon i use to get access to the data.
As I said 6.1 works and has done for ages with no problems. ??
Just added this,
I have looked at the SQL statement in the sql query designer and it shows the following,
FROM tblproperties

Where (TotalScore >"199") AND (MainImage <>"")

ORDER BY Spare16 DESC
but even if I remove this it fails the same with the username and password.

S
scoobysteve author 9/21/2012

Any response on this pleeeeease

Steve

Sergey Kornilov admin 9/21/2012

This sort of question is hard to answer without having access to the whole application and data.
Post your application to Demo Account and open a ticket at http://support.xlinesoft.com sending your Demo Account URL. 'Demo Account' button can be found on the last screen in the program.

S
scoobysteve author 9/21/2012

I have realised that you will probably not support me on this as I am trying our PHPrunner on a trail at the moment so I have no support with you, I did state before that I would buy the package if 6.2 works the way its meant too.
Regards
Steve