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
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
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
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
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
in your database in phpmyadmin (or what ever tool you use) execute
This should solve your problem. Let us know, if you need further assistance.
Code:
ALTER TABLE `YOUR_PREFIX_jem_register` ADD `places` int(11) NOT NULL DEFAULT 1 AFTER `uid`;
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
Dear Hekla, thank you.
Where and what to execute? yes i use phpmyadmin. what are the steps to to? which table(s) to change?
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 agoin 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