Forum Replies Created
-
AuthorPosts
-
guyliorParticipantThe new version does not work for me at all, I can’t login.
guyliorParticipantSorry, it is still not working.
guyliorParticipantSeems to work now, Thanks!
guyliorParticipantHi,
I opened the sprinklers.php and moved the $_SESSION[“data”] = start_data(); from line 14 to line 19 just after the include once and it works.
new line 19:
new code in RED.
Guy
guyliorParticipantBTW, I can translate to Hebrew.
guyliorParticipantThose are the only errors, screen shot attached.
Thanks!
guyliorParticipantI got the new version and the slider still shows “off” all the time.
guyliorParticipantI looked in the code and it seems that the call to start_data() in sprinklers.php is not working.
Any idea why and how to make it run ?
Thanks
Guy
guyliorParticipantHi
Any update available?
Thanks
guyliorParticipantAnother issue, sometimes (and also now) I see in the app that there is an update (red indication) and when I open the git client I see that my local copy is in sync.
Guy
guyliorParticipantI am using local installation on windows server.
The app works and functioning great.Thanks
Guy
guyliorParticipantHi
When I enter the settings, the operation under the System Control always off although the system is enabled (for sure…)
Any idea ?Thanks
Guy
guyliorParticipant@salbahra wrote:
Are you using the OSPi version of the OpenSprinkler? If so, the sequence option doesn’t exist and this is what’s throwing the warnings. From my understanding you can safely ignore them because the app will still function fine (notices shouldn’t be displayed to you, if they are your using a very old version of PHP or need to change your php.ini to hide notices).
This is what you need to change in your php.ini to hide the errors:
error_reporting = E_COMPILE_ERROR|E_ERROR|E_CORE_ERROR
display_errors = Off
Source: http://stackoverflow.com/questions/10160859/turn-php-error-reporting-off-in-xampp
As the discussion on Stack Overflow suggests, bugs should be fixed not suppressed however in this case I am expecting something to be reported and unfortunately it isn’t supported yet. I could write some code to handle that properly but I am hoping it will be fixed on the OSPi side soon and find it redundant to add checking for this particular event.
The very first error you pasted from the View/Change program screen I am not sure about (because your version at this point differs from the latest on Github) however I venture to guess a station is not named or something weird like that. If you could update to latest code and run again let me know.
I installed the latest version, disabled the warnings and it works great. thanks.
is it possible to compile this into an android apps?Thanks
Guy
guyliorParticipantHi,
I am trying to use this new apps on Windows running XAMPP which is a bundle of Apache and PHP.
In some pages I am getting different errors, for example, in the Ciew/Change Programs I am getting the following error:Notice: Undefined offset: 4 in C:xampp-portablehtdocsOpenSprinklermain.php on line 535
In the Program Review page I am gettinig:
Notice: Undefined index: seq in C:xampp-portablehtdocsOpenSprinklermain.php on line 168
Notice: Undefined index: seq in C:xampp-portablehtdocsOpenSprinklermain.php on line 225
Front 04:00:00->04:07:00 P5 7minutesNotice: Undefined index: seq in C:xampp-portablehtdocsOpenSprinklermain.php on line 239
Notice: Undefined index: seq in C:xampp-portablehtdocsOpenSprinklermain.php on line 188
Notice: Undefined index: seq in C:xampp-portablehtdocsOpenSprinklermain.php on line 168
Notice: Undefined index: seq in C:xampp-portablehtdocsOpenSprinklermain.php on line 225
Balcony 04:30:00->04:40:00 P2 10minutesNotice: Undefined index: seq in C:xampp-portablehtdocsOpenSprinklermain.php on line 239
Notice: Undefined index: seq in C:xampp-portablehtdocsOpenSprinklermain.php on line 188
Notice: Undefined index: seq in C:xampp-portablehtdocsOpenSprinklermain.php on line 168
Notice: Undefined index: seq in C:xampp-portablehtdocsOpenSprinklermain.php on line 225
Grapes 05:00:00->05:08:00 P3 8minutesAny idea?
Thanks
Guy -
AuthorPosts