Forums / Install & configuration / Empty name when creating teamroom content with cronjobs

Empty name when creating teamroom content with cronjobs

Author Message

bojo jelev

Tuesday 04 May 2010 10:37:55 am

Hello, community

I'm developing now an intranet for a company and despite that I manage to get to the teamroom interface and login I can't create a teamroom properly. something is failing

With the teamroom )loged in as the ez publish admin) i click on create teamroom, set the features I want the teamroom to have and publish it. Naturally it appears only as a (*) since I haven't run the frequent cronjobs yet....

But after I did that is that thing happens:

-----------------------

Running cronjobs/workflow.php at: 04/05/2010 4:54 pm
Checking for workflow processes
Step 1: Create teamroom content
Created: Team member
Created: Moderators
Created:
Created:
Created:
Created:
Created:
Created:
Created:
Step 2: Create teamroom boxes
Created:
Created:
Created:
Created:
Created:
Created:
Created:
Created:
Step 3: Setting Teamroom Startpage
Modified:
Step 4: Add owner to leader group
Added location of bojo jelev to Node 88
Step 5: Assigning roles to user groups
Assigned role 7: 86 to 86
Assigned role 6: 85 to 86
Assigned role 8: 14 to 86
Assigned role 9: 14 to 86
Assigned role 10: 14 to 86
Assigned role 11: 14 to 86
Assigned role 12: 14 to 86
Assigned role 13: 14 to 86
Assigned role 14: 14 to 86
Assigned role 15: 14 to 86
Assigned role 16: 14 to 86
Assigned role 17: 14 to 86
Assigned role 18: 14 to 86
Assigned role 19: 14 to 86
Assigned role 20: 14 to 86
Assigned role 21: 14 to 86
Step 6: Hide unused features
Step 7: Sending mail to owner
Step 8: Update settings
Setting settings: settings/siteaccess/ezteamroom/site.ini
Status list
Workflow done(2): 1
1 out of 1 processes was finished
Completing cronjobs/workflow.php at: 04/05/2010 4:55 pm
Elapsed time: 00:01:04

------------------

Obviously the script is unable to set names to most of the objects hence the teamroom is unusable.... I'm using Ubuntu 10.04, eZ Publish 4.3 and ez Teamroom 1.1...

I have no freaking idea what's wrong and how to fix it and after 3 days of testing and reading articles and 15 installations I really need help...

If you need more info about configurations that I use write cause i don't know what else to paste now

bojo jelev

Tuesday 04 May 2010 3:36:58 pm

additional info: i saw now that in /var/log/error.log there is:

[ May 04 2010 23:56:11 ] [127.0.0.1] eZMySQLDB:
Query error: Lock wait timeout exceeded; try restarting transaction. Query: INSERT INTO ezcontentobject_name( contentobject_id,
name,
content_version,
content_translation,
real_translation,
language_id )
VALUES( '198',
'New Teamroom room',
'1',
'eng-GB',
'eng-GB',
'2' )
[ May 04 2010 23:56:11 ] [127.0.0.1] eZDBInterface::commit TRANSID-5cbd2516a1f18660918b77ba7ed7bd4c:
Transaction in progress failed due to DB error, transaction was rollbacked. Transaction ID is TRANSID-5cbd2516a1f18660918b77ba7ed7bd4c.

if someone could tell me what to fix ?.....