Hi there,
I updated scheduler 2.3 to 3.0 on wordpress 3.3.2 and got exactly the same errors.
So I don’t think it is a WP 3.3.1 issue.
I updated to WP 3.3.2 and now my scheduler is barely working… cannot edit or add with consistency (actually now it won’t edit at all) and I can only enter even numbered time fields (i.e. 16:00-18:00 will work, 17:00-19:00 will not work).
I am also getting these error messages:
Warning: include(__DIR__/groups.php) [function.include]: failed to open stream: No such file or directory in /home/ughtv/public_html/wp-content/plugins/event-calendar-scheduler/admin.php on line 2
Warning: include(__DIR__/groups.php) [function.include]: failed to open stream: No such file or directory in /home/ughtv/public_html/wp-content/plugins/event-calendar-scheduler/admin.php on line 2
Warning: include() [function.include]: Failed opening ‘__DIR__/groups.php’ for inclusion (include_path=’.:/usr/lib/php:/usr/local/lib/php’) in /home/ughtv/public_html/wp-content/plugins/event-calendar-scheduler/admin.php on line 2
Warning: Invalid argument supplied for foreach() in /home/ughtv/public_html/wp-content/plugins/event-calendar-scheduler/admin.php on line 3
Warning: implode() [function.implode]: Invalid arguments passed in /home/ughtv/public_html/wp-content/plugins/event-calendar-scheduler/admin.php on line 5
Anybody know of any fixes or scheduler alternatives???
Thanks,
Undergroundhouse.tv
grenzenlos, rebelit and undergroundhouse.tv:
This looks like a file/folder rights issue. Make sure that your server has set the rights correctly. should be (on most linux server installations) 755 for folders and 644 for files (except root/wp-config.php that should have 640 – i.e. not public read!).
I just installed Scheduler on my local linux server with wp 3.3.2 and everything works like a charm 🙂
btw, we have used Scheduler on many projects – both this plugin and the main application at http://dhtmlx.com/ (when we needed more than one calendar per site). We even used it to build a very advanced rotation calendar, with many users, for an health service institution.
I you have issues, go to their forum. They provide the best and fastest support we have ever experienced – for real.
regards,
jaidesign
My Folder rights are all correct 755, and 644 config 640. it still works the problem is errors are showing and I can’t set rights for each member type.
I try there forums.
Don’t know about others, but I found this and solved this admin side issue
open file wp-content/plugins/event-calendar-scheduler/admin.php and modify the second line like here:
include(dirname(__FILE__).’/groups.php’);
see this :
http://forum.dhtmlx.com/viewtopic.php?f=16&t=24171