help to better help you:

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

(SOLVED] 1054 Unknown column 'places' in 'field list'

Re: (SOLVED] 1054 Unknown column 'places' in 'field list'

1 year 2 months ago
#30996
please execute hekla's solution above!

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

Re: (SOLVED] 1054 Unknown column 'places' in 'field list'

1 year 2 months ago
#30998
thnx but where is above? do u have a link? I see only your post.

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

Re: (SOLVED] 1054 Unknown column 'places' in 'field list'

1 year 2 months ago
#31000
Dear Hekla,
I am not good at sql.
Can u be a bit more precise about how to execute the following command list?
I see all the JEM tables but what to do there or how to inset the commands?
thnx, martinsai

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

Re: (SOLVED] 1054 Unknown column 'places' in 'field list'

1 year 2 months ago
#31027
in your database in phpmyadmin (or what ever tool you use) execute
Code:
ALTER TABLE `YOUR_PREFIX_jem_register` ADD `places` int(11) NOT NULL DEFAULT 1 AFTER `uid`;
This should solve your problem. Let us know, if you need further assistance.

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

Re: (SOLVED] 1054 Unknown column 'places' in 'field list'

1 year 2 months ago
#31028
Dear Hekla, thank you.
Where and what to execute? yes i use phpmyadmin. what are the steps to to? which table(s) to change?

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

Re: (SOLVED] 1054 Unknown column 'places' in 'field list'

1 year 2 months ago
#31029

in phpmyadmin
(1) click on "SQL"
(2) insert the code line, and use your DB prefix (not "uavvo" like in the image)
(3) click on "Go"

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

Time to create page: 0.567 seconds