Jump to content

[Bug] Error code EX1054


JoelR
  • Keyword Tooltip 3.0.7 Gremlins Bug
INSERT INTO `keywords_words` ( `kw_created`, `kw_member`, `kw_member_by`, `kw_enabled`, `kw_views`, `kw_auto_share_twitter`, `kw_case_sens`, `kw_aliases`, `kw_is_url`, `kw_urls`, `kw_custom_width`, `kw_popup`, `kw_expiration`, `kw_word`, `kw_popup_ori`, `kw_seo_title`, `kw_alpha` ) VALUES ( 1480191708, 152, 'JoelR', 0, 0, false, false, 'breakfast,desayuno,break fast,gormandize', false, '', 0, '<p>#waffletime!</p>', NULL, 'Breakfast', '#waffletime!', 'breakfast', 'B' )
IPS\Db\Exception: Unknown column 'kw_auto_share_twitter' in 'field list' (1054)
#0 /home/mywebsite/domains/mywebsite.com/public_html/system/Db/Db.php(695): IPS\_Db->preparedQuery('INSERT INTO `ke...', Array)
#1 /home/mywebsite/domains/mywebsite.com/public_html/system/Patterns/ActiveRecord.php(456): IPS\_Db->insert('keywords_words', Array)
#2 [internal function]: IPS\Patterns\_ActiveRecord->save()
#3 /home/mywebsite/domains/mywebsite.com/public_html/init.php(441) : eval()'d code(27): call_user_func_array('parent::save', Array)
#4 [internal function]: IPS\Content\feed_hook_feedStoreContent->save()
#5 /home/mywebsite/domains/mywebsite.com/public_html/init.php(441) : eval()'d code(32): call_user_func_array('parent::save', Array)
#6 /home/mywebsite/domains/mywebsite.com/public_html/applications/keywords/sources/Keyword/Keyword.php(402): IPS\Content\hook2254->save()
#7 /home/mywebsite/domains/mywebsite.com/public_html/system/Content/Item.php(306): IPS\keywords\_Keyword->save()
#8 /home/mywebsite/domains/mywebsite.com/public_html/system/Content/Item.php(65): IPS\Content\_Item::createFromForm(Array, NULL)
#9 /home/mywebsite/domains/mywebsite.com/public_html/applications/keywords/modules/front/keywords/keywords.php(122): IPS\Content\_Item::create(NULL)
#10 [internal function]: IPS\keywords\modules\front\keywords\_keywords->add()
#11 /home/mywebsite/domains/mywebsite.com/public_html/system/Dispatcher/Controller.php(85): call_user_func(Array)
#12 /home/mywebsite/domains/mywebsite.com/public_html/system/Content/Controller.php(51): IPS\Dispatcher\_Controller->execute()
#13 /home/mywebsite/domains/mywebsite.com/public_html/applications/keywords/modules/front/keywords/keywords.php(47): IPS\Content\_Controller->execute()
#14 /home/mywebsite/domains/mywebsite.com/public_html/system/Dispatcher/Dispatcher.php(129): IPS\keywords\modules\front\keywords\_keywords->execute()
#15 /home/mywebsite/domains/mywebsite.com/public_html/index.php(13): IPS\_Dispatcher->run()
#16 {main}

I think it has to do with the Twitter share?  

Keyword tooltip v3.0.8 and IPS v4.1.16.1


User Feedback

Recommended Comments

I just tried to revise the keyword tooltip, and I get another error EX1054.  Please advise:

INSERT INTO `keywords_words` ( `kw_created`, `kw_member`, `kw_member_by`, `kw_enabled`, `kw_views`, `kw_auto_share_twitter`, `kw_case_sens`, `kw_aliases`, `kw_is_url`, `kw_urls`, `kw_custom_width`, `kw_popup`, `kw_expiration`, `kw_word`, `kw_popup_ori`, `kw_seo_title`, `kw_alpha` ) VALUES ( 1480192212, 152, 'JoelR', 0, 0, false, false, 'breakfast,desayuno,break fast,that time before lunch', true, IPS\Http\Url::__set_state(array(
   'url' => 'http://t.qkme.me/3qm6kk.jpg',
   'data' => 
  array (
    'scheme' => 'http',
    'host' => 't.qkme.me',
    'port' => NULL,
    'user' => NULL,
    'pass' => NULL,
    'path' => '/3qm6kk.jpg',
    'query' => '',
    'fragment' => NULL,
  ),
   'queryString' => 
  array (
  ),
   'hiddenQueryString' => 
  array (
  ),
   'isInternal' => false,
   'isFriendly' => false,
)), 0, '<p>waffletime!</p>', NULL, 'Breakfast', 'waffletime!', 'breakfast', 'B' )
IPS\Db\Exception: Unknown column 'kw_auto_share_twitter' in 'field list' (1054)
#0 /home/website/domains/website.com/public_html/system/Db/Db.php(695): IPS\_Db->preparedQuery('INSERT INTO `ke...', Array)
#1 /home/website/domains/website.com/public_html/system/Patterns/ActiveRecord.php(456): IPS\_Db->insert('keywords_words', Array)
#2 [internal function]: IPS\Patterns\_ActiveRecord->save()
#3 /home/website/domains/website.com/public_html/init.php(441) : eval()'d code(27): call_user_func_array('parent::save', Array)
#4 [internal function]: IPS\Content\feed_hook_feedStoreContent->save()
#5 /home/website/domains/website.com/public_html/init.php(441) : eval()'d code(32): call_user_func_array('parent::save', Array)
#6 /home/website/domains/website.com/public_html/applications/keywords/sources/Keyword/Keyword.php(402): IPS\Content\hook2254->save()
#7 /home/website/domains/website.com/public_html/system/Content/Item.php(306): IPS\keywords\_Keyword->save()
#8 /home/website/domains/website.com/public_html/system/Content/Item.php(65): IPS\Content\_Item::createFromForm(Array, NULL)
#9 /home/website/domains/website.com/public_html/applications/keywords/modules/front/keywords/keywords.php(122): IPS\Content\_Item::create(NULL)
#10 [internal function]: IPS\keywords\modules\front\keywords\_keywords->add()
#11 /home/website/domains/website.com/public_html/system/Dispatcher/Controller.php(85): call_user_func(Array)
#12 /home/website/domains/website.com/public_html/system/Content/Controller.php(51): IPS\Dispatcher\_Controller->execute()
#13 /home/website/domains/website.com/public_html/applications/keywords/modules/front/keywords/keywords.php(47): IPS\Content\_Controller->execute()
#14 /home/website/domains/website.com/public_html/system/Dispatcher/Dispatcher.php(129): IPS\keywords\modules\front\keywords\_keywords->execute()
#15 /home/website/domains/website.com/public_html/index.php(13): IPS\_Dispatcher->run()
#16 {main}

 

Link to comment
Share on other sites

it is being run thru 2 hooks, 

#6 /home/website/domains/website.com/public_html/applications/keywords/sources/Keyword/Keyword.php(402): IPS\Content\hook2254->save()
#4 [internal function]: IPS\Content\feed_hook_feedStoreContent->save()

i don't use a field called "kw_twitter_auto_share" or "twitter_auto_share", it is being added by one of those 2 save() methods.

Link to comment
Share on other sites

6 minutes ago, Michael said:

it is being run thru 2 hooks, 


#6 /home/website/domains/website.com/public_html/applications/keywords/sources/Keyword/Keyword.php(402): IPS\Content\hook2254->save()

#4 [internal function]: IPS\Content\feed_hook_feedStoreContent->save()

i don't use a field called "kw_twitter_auto_share" or "twitter_auto_share", it is being added by one of those 2 save() methods.

Let me disable the Twitter sync on my profile to test.  

I will also test if I disable Twitter on the entire community.  

Off the top of my head, I don't really have any "social share" plugins or applications due to my website's content.

Link to comment
Share on other sites

2 minutes ago, Michael said:

is that an IPS thing?

Yeah it's a default IPS feature.  

There's nothing in Keyword Tooltip settings that especially references a sync to Twitter, so I'm kind of confused as to why the plugin would hook into the IPS twitter sync.  

Edited by JoelR
Link to comment
Share on other sites


×
×
  • Create New...