help to better help you:

Please: add always Joomla / JEM version and details to your posts, so we can try to reproduce your issue!

Unknown column 'a.unregistra_until' in 'field list'

Re: Unknown column 'a.unregistra_until' in 'field list'

1 year 4 months ago - 1 year 4 months ago
#30701
ah, this is the mod_jem_teaser module!
But I can't reproduce this!
Last edit: 1 year 4 months ago by jojo12.

Please Log in or Create an account to join the conversation.

Re: Unknown column 'a.unregistra_until' in 'field list'

1 year 4 months ago
#30705
Hi Thomas, there is something wrong with the DB.
I can have a look if you send me a Joomla admin access and DB (phpmyadmin) access via PM.

Please Log in or Create an account to join the conversation.

Re: Unknown column 'a.unregistra_until' in 'field list'

1 year 4 months ago
#30706
Thomas S, you can run this scritp in your phpmyadmin (change xxxxx for your prefix Joomla in the databse):
Code:
ALTER TABLE `xxxxx_jem_events` ADD `unregistra_until` int(11) NOT NULL DEFAULT 0 AFTER `unregistra`;

For any reason, your JEM table xxxx_jem_events doesn't have this column.

Please Log in or Create an account to join the conversation.

Time to create page: 0.469 seconds