Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fatal error on click New Conversation #403

Open
amdrade opened this issue Jan 9, 2015 · 2 comments
Open

Fatal error on click New Conversation #403

amdrade opened this issue Jan 9, 2015 · 2 comments
Labels

Comments

@amdrade
Copy link
Contributor

amdrade commented Jan 9, 2015

Fatal error when a user without permission to create topics try to create a new topic.

@tvb
Copy link
Contributor

tvb commented Jan 9, 2015

Show us at least some debugging output, thanks.

@amdrade
Copy link
Contributor Author

amdrade commented Jan 9, 2015

SQL Error (42000, 1064): You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '))' at line 4

SELECT *
FROM et_member_channel
WHERE (memberId='3')
AND (channelId IN ())

ETDatabase->query() [C:\xampp\htdocs\forum\core\lib\ETSQLQuery.class.php:680]
ETSQLQuery->exec() [C:\xampp\htdocs\forum\core\models\ETChannelModel.class.php:160]
ETChannelModel->joinUserData() [C:\xampp\htdocs\forum\core\models\ETChannelModel.class.php:129]
ETChannelModel->get() [C:\xampp\htdocs\forum\core\controllers\ETConversationController.class.php:357]
ETConversationController->action_start()
call_user_func_array() [C:\xampp\htdocs\forum\core\lib\ETController.class.php:181]
ETController->dispatch() [C:\xampp\htdocs\forum\core\bootstrap.php:326]
require() [C:\xampp\htdocs\forum\index.php:19]

amdrade added a commit to amdrade/esoTalk that referenced this issue Jan 9, 2015
tobyzerner added a commit that referenced this issue Jan 22, 2015
#403 Fatal error on click New Conversation
@jgknight jgknight added the Bug label Jan 31, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants