History: ToDo
Preview of version: 14
Please, feel free to help improving edu.tw.o
. Code in edu.tw.o updated to Tiki 2.0 (August 2008) and style updated according to latest tikipedia theme style.
Table of contents
- Ongoing issues
- (1) when attempting to create a new workspace...
- (2) when attempting to add a plain registered user...
- (3) It takes ages each time to load...
- (4) module workspaces_calendar
- (5) Adding events to a particular calendar...
- WARNING: Plugin disabled TAG!(6) Workspace module user management partly shown on left Tiki column
- (7) Workspace 2 in edu.tw.o is closed and can't be edited?
- WARNING: Plugin disabled TAG!(8) Aulawiki Mod 1.5 can't be installed on current 1.10svn, and workspaces.css defective
- Done
Ongoing issues
On Sun, Mar 2, 2008 at 8:03 PM, Xavier de Pedro wrote:>
> Hi Rodrigo:
>
> Thanks for your work! Nowadays, workspaces admin is not blocked, but
> several things seem to be not properly working yet between aulawiki and tiki
> 1.10cvs:
(1) when attempting to create a new workspace...
> (1) when attempting to create a new workspace, I hit:>
> Fatal error: Call to a member function get_watches() on a non-object in
> /var/www/tiki110/lib/notifications/notificationemaillib.php on line 475
>
> However, it looks as if the worksapce is created successfully.
Rodrigo: 1. i can't reproduce this problem, is this fixed?
Xavi. Update from June 6th:
I could reproduce it again as follows.
- Using ((tw:TikiLiveCD), on the tiki 1.10, I installed the features-aulawiki-1.6 version from http://intercanvis.net/mods site (as I told you by email some hours ago).
- installed the mod through admin mods. Removed file gallery from ws type "course". Created a ws type course called "trial":
- added new resources to ws type group: tikisheet, structure and tracker.
- clicked on "trial" ws course, so that I can create a child ws inside. I do create on ws inside, of type "group"
- I see this message:
/var/www/htdocs/tiki110/lib/notifications/notificationemaillib.php on line 477
Xavi (from the end of may'08):
I attempted to create a new workspace here on edu.tw.o today May 13th 2008, once updated those two files with your changes from Feb 28th 2008:
Workspace type: Course, not closed, not hidden, called TrialCourse?, etc.
Tiki answers (from tiki-workspaces_admin.php still):
Notice: this variable may not be empty: id
Workspace is not created.
- tiki-workspaces_admin.php
- aulawiki-assignments_admin.php
Workspace type: Course, not closed, not hidden, called TrialCourse?, etc.
Tiki answers (from tiki-workspaces_admin.php still):
Notice: this variable may not be empty: id
Workspace is not created.
However, I could create workspaces on moviments.net/cursos, using also recent svn code (from some days ago), but using a modified workspaces.css theme style (cursos2_worksapces.css). I could successfully create them, but I saw a blank page after that, showing only site header and nothing else. url is: tiki-workspaces_admin.php
Update June 3rd. Xavi:
I attempted to create a workspace (type group, which has file galleries among the resourses predefined for them ) on http://moviments.net/cursos (using 1.10svn from mid may'08, or so), and I got:
insert into `tiki_file_galleries`(`name`, `description`, `created`, `user`, `lastModif`, `maxRows`, `public`, `hits`, `visible`, `show_id`, `show_icon`, `show_name`, `show_description`, `show_created`, `show_hits`, `max_desc`, `type`, `parentId`, `lockable`, `show_lockedby`, `archives`, `sort_mode`, `show_modified`, `show_creator`, `show_author`, `subgal_conf`, `show_last_user`, `show_comment`, `show_files`, `show_explorer`, `show_path`) values (?,?,?,?,?,?,?,?,?, ?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)
Message:
Column 'name' cannot be null
Built query was probably:
insert into `tiki_file_galleries`(`name`, `description`, `created`, `user`, `lastModif`, `maxRows`, `public`, `hits`, `visible`, `show_id`, `show_icon`, `show_name`, `show_description`, `show_created`, `show_hits`, `max_desc`, `type`, `parentId`, `lockable`, `show_lockedby`, `archives`, `sort_mode`, `show_modified`, `show_creator`, `show_author`, `subgal_conf`, `show_last_user`, `show_comment`, `show_files`, `show_explorer`, `show_path`) values (NULL,NULL,'1212503677',NULL,'1212503677','0',NULL,'0','y', NULL,NULL,NULL,NULL,NULL,NULL,'0','default','-1','n','y','-1',NULL,'n','n','n',NULL,NULL,NULL,NULL,NULL,NULL)
Again (June 3rd), workspace is created, but no file gallery is created for it.
(2) when attempting to add a plain registered user...
> (2) when attempting to add a plain registered user (prova2, which has email> xavidp_confluencia.net) to a workspace as student, through the module
> "workspaces_user_groups", I get:
>
> Input array does not match ?: select `userId` from `users_users` where
> `login`='7' LIMIT
> 0,1'xavidp_confluencia.netprova21157039271''1157039234'NULL
> Input array does not match ?: select `userId` from `users_users` where
> `login`='7' LIMIT
> 0,1'xavidp_confluencia.netprova21157039271''1157039234'NULL
>
>
> (... header of the site here ...)
>
> Input array does not match ?: select `default_group` from `users_users`
> where `login` = '7' LIMIT
> 0,1'xavidp_confluencia.netprova21157039271''1157039234'NULL
>
> (... repeated several times... )
>
Rodrigo: 2. fixed today
Xavi: ok, still showing in moviments.net/cursos
Input array does not match ?: select `userId` from `users_users` where `login`='2' LIMIT 0,1'xavi _ moviments.netXavi12105921091151344934'
repeated many times until:
Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 122880 bytes) in /var/www/tiki110/templates_c/cursos/ca^%%2D^2D2^2D26B06E%%tiki-site_header.tpl.php on line 54
(3) It takes ages each time to load...
> (3) It takes ages each time to load the newly created workspace (20> seconds?; it didn't take so long before, afaik):
> Example: http://moviments.net/cursos/ws107
Rodrigo: 3. could you send me a dump of this website database so i can test on my machine and see if i'm able to find out what is happening
Xavi: I'll send you a backup of that db for testing.
(4) module workspaces_calendar
WARNING: Plugin disabled TAG!> (4) Could it be that there is something wrong in module workspaces_calendar
> ? since it didn't show events in sync with the dates shown in (and added
> through) tiki calendar... it shows an event 16 hours before the right date
> and time
Rodrigo: 4. the module workspace_calendar was displaying the day of the event and not the hour and the day (that is why the events were always displayed at 0:00). in my local server it is working fine now, but not in edu.tikiwiki.org. may be you can try to update the tiki there and see what happens? my user dont have permission to change the files.
Ok, I'll make sure you have access to change files on edu.tw.o
(FIXED by Rodrigo, on aulawiki 1.6 onwards).
(5) Adding events to a particular calendar...
> (5) Adding events to a particular calendar doesn't place them in that> calendar but into the default calendar (the first one alphabetically
> sorted?)
Rodrigo: 5. unable to reproduce
Xavi: This behavior is also happening to me (when attempting to duplicate events) on tiki sites with no aulawiki module installed. It might be general bug. See: this bug and this bug : maybe related?).
WARNING: Plugin disabled TAG!(6) Workspace module user management partly shown on left Tiki column
WARNING: Plugin disabled TAG!When attempting to manage some workspaces users and groups through the corresponding workspace module, the option to add a user or group, submit buttons, etc. are shown on the left column of tiki, and not on the left column of the workspace desktop. You can reproduce it here on edu.tw.o:Come here:
http://edu.tikiwiki.org/tiki-workspaces_view_module.php?module=workspaces_user_groups&workspaceId=2
And the field to add the user or group name, etc, and show subgroups such as:
[-] WSGRPWSDOC
- WSGRPWSDOC-Owner
- WSGRPWSDOC-Student
- WSGRPWSDOC-Teacher
Will be shown on the left column, on a module called: UserGroups?
This happened not only with tikipedia_workspaces.css theme style, but also with others. BTW, aulawiki.css theme style has bigger problems, since it's based on moreneat, and moreneat has know conflict because it does not shown menu options (main application menu, user menus, etc.). Reported here
Fixed. I don't know why but the workspaces module to manage users and groups was assgned on the left column to Admin group. Once removed, everything was working ok, as expected.
(7) Workspace 2 in edu.tw.o is closed and can't be edited?
Workspace 2 in edu.tw.o is closed and I can't get it edited... Tried and waited for 5 min. but no way. And otehr pages were not loading until I stopped that browser window. There might be some problem at editing workspaces?Can you try Rodrigo to edit it?
http://edu.tikiwiki.org/tiki-workspaces_admin.php?viewWS=0&edit=2
We need to set it as open again (by setting the close data and time the same as the start date, or by setting a close date some years ahead from now)
Update June 5th: Worksapce continues to be closed for anonymous users.
I (Xavi) tried again, and today I could open the edit window (? the only difference are some minor improvements to css, that I now of). However, I cannot change the end date. It was created long ago with jscalednar, which was not working to me right now. So I disabled the feature, and I could edit the dates. However, I couldn't save the changes, since (/tiki-workspaces_admin.php?viewWS=0&edit=2) was reporting the that code (WSDOC) was already in use.
I finally attempted to modify dates through phpmyadmin, directly on table `tiki_workspaces`, changing the date columns as foloows:
But no way, either. workspace appears to be closed for anonymous users.
I finally attempted to modify dates through phpmyadmin, directly on table `tiki_workspaces`, changing the date columns as foloows:
| created | startDate | endDate | |
| from | 1156272242 | somenumber, lower to 116000000 | somenumber, lower than 116000000 |
| to | 1156272242 | 1156272242 | 1186272242 |
But no way, either. workspace appears to be closed for anonymous users.
WARNING: Plugin disabled TAG!(8) Aulawiki Mod 1.5 can't be installed on current 1.10svn, and workspaces.css defective
WARNING: Plugin disabled TAG!Installation fails due to a couple of things, afaik:- (a) some sql queries in installation file (Packages/whatever.txt) for table permissions need a lasting column as null, afaik
- fixed on Aulawiki 1.6 (June 6th 2008), which, for the time being, I left on http://intercanvis.net/mods to be installed through admin mods tiki interface.
- (b) once (a) is patched, the main application menu, using workspaces calendar disappears, while still using workspaces.css. Apparently, changing theme to another one, like tikinewt.css or tikineat.css shows back the main application menu.