Scripts not being created
Scripts not being created
Trying to create a OSA script to turn on a lamp. Have an x10 object (master_lamp1) when setting the method "On" from the objects page the lamp turns on and off. When I try to create a script, I click add, the screen flashes like it updated, but no scripts show up on the left pane. Running 0.4.3, webserver 0.4.8 and script 0.4.0.
[img][img]http://s27.postimg.org/hdfpkbr8f/create_script.jpg[/img][/img]
Schedules: Also when I try to add a schedule I get an exception error.
[img][img=http://s27.postimg.org/e951njafz/scedules.jpg][/img]
[img][img=http://s27.postimg.org/6ufpv5okf/scedules1.jpg][/img]
[img][img]http://s27.postimg.org/hdfpkbr8f/create_script.jpg[/img][/img]
Schedules: Also when I try to add a schedule I get an exception error.
[img][img=http://s27.postimg.org/e951njafz/scedules.jpg][/img]
[img][img=http://s27.postimg.org/6ufpv5okf/scedules1.jpg][/img]
Re: Scripts not being created
Can't see what browser your using but I'm going to guess it's not Windows Internet Explorer.
If that's the case then I believe there is a few issues with the web server plugin and anything other than IE. Have a go with IE and see if that helps.
Cheers
Garry
If that's the case then I believe there is a few issues with the web server plugin and anything other than IE. Have a go with IE and see if that helps.
Cheers
Garry
Re: Scripts not being created
I started seeing problems with saving scripts with Chrome 31. Previous versions of Chrome or IE should work.
There is a known issue with scheduling methods. See this fix http://www.opensourceautomation.com/php ... 7664#p7664
The error looks like you created a scheduled item without specifying an interval (monthly, daily, annually etc). We need to add a check to prevent this. At this point the easiest fix may be to go into the database and delete/fix the bad scheduled item.
There is a known issue with scheduling methods. See this fix http://www.opensourceautomation.com/php ... 7664#p7664
The error looks like you created a scheduled item without specifying an interval (monthly, daily, annually etc). We need to add a check to prevent this. At this point the easiest fix may be to go into the database and delete/fix the bad scheduled item.
Re: Scripts not being created
Thanks. I am using the latest chrome. I will start by trying IE.
Re: Scripts not being created
Switching to IE and making the sql changes from automate fixed the scheduling and scripting.
How do I delete the "old" schedule entrys from the database. I was able to use the mysql workbench to make the changes to osae.sql
but I dont know how to delete from database.
Thanks
How do I delete the "old" schedule entrys from the database. I was able to use the mysql workbench to make the changes to osae.sql
but I dont know how to delete from database.
Thanks
Re: Scripts not being created
Go to the osae_schedule_recurring table and delete the bad item.
-
- Posts: 1
- Joined: Mon Sep 29, 2014 10:54 pm
Re: Scripts not being created
Moving over to help WEB BROWSER along with producing this sql changes by automate predetermined this arranging along with scripting.
How can i remove this "old" program entrys in the databases. We could utilize mysql workbench to generate this changes to help osae. sql
yet We don't learn how to remove by databases.
Cheers.
_Edwordstephen_
How can i remove this "old" program entrys in the databases. We could utilize mysql workbench to generate this changes to help osae. sql
yet We don't learn how to remove by databases.
Cheers.
_Edwordstephen_
Re: Scripts not being created
Automate, are those SQL changes in 044? Also, every time I hear about scripts not showing up, I come back to that ASPX bug on the Add and Update buttons... But I am testing the new release now, and I am not really familiar with that scheduling fix, I will try to look into it more, but if there is something in particular I should try on the test release, let me know.
Vaughn
Vaughn
Re: Scripts not being created
@Vaughn Yes, I think the SQL and aspx changes to fix these problems are already in Git for 0.4.4