Merijn Schering

Results 139 comments of Merijn Schering

I had the problem that the output was missing a .js extension. So I worked around by doing: barrelsby --config barrelsby.json && sed -i .bak 's/\";/.js\";/' script/mybarrel.ts && rm script/mybarrel.ts.bak...

I'm afraid it's not possible. We needed more flexibility in the module permissions. For example the core module now has rights for: manage users, groups and custom fields separately. This...

Which Mysql version are you using? I didn't ran into this with Mariadb. Anyway, I made a fix for the next release.

Can you try to change it into: INSERT IGNORE INTO tasks_portlet_tasklist (`createdBy`, `tasklistId`) SELECT DISTINCT user_id, tasklist_id FROM ta_portlet_tasklists;

That shouldn't be necessary. I think the problem is it's running for the second time. Can you restart the upgrade from scratch?

Hi, Step 4 is no longer necessary as 6.6.26 has been released with those fixes.

This should only happen if for some reason the query is executed for a second time. Are you sure there wasn't a table 'tasks_tasklist' left over from the previous attempt?

Strange, is the module "business" installed in 6.5?

Ok that should be fine, it still updates "Disabled" modules if not removed completely. It's still strange that the 'business_activity' is not there. did you remove tables manually?

Yes, it's just strange that the table business_activity doesn't exist. The module seems to be installed but the tables are not. You could try to run the install file manually:...