Persistent Database Upload Error
-
Hi,
We are trying to upload our SQL database from a locahost development site to our web host online via cPanel’s phpmyadmin and we keep running into errors related to the tables for the automator plugin. First it was requiring super user privileges and when we finally fixed that another error has popped up.
CREATE ALGORITHM=UNDEFINED DEFINER=root@localhostSQL SECURITY DEFINER VIEWwp_uap_action_logs_viewAS SELECTa.automator_action_idASautomator_action_id,a.date_timeASaction_date,a.completedASaction_completed,a.error_messageASerror_message,a.automator_recipe_idASautomator_recipe_id,a.IDASaction_log_id,a.automator_recipe_log_idASrecipe_log_id,r.date_timeASrecipe_date_time,r.completedASrecipe_completed,r.run_numberASrecipe_run_number,pa.post_titleASaction_title,am.meta_valueASaction_sentence,p.post_titleASrecipe_title,u.IDASuser_id,u.user_emailASuser_email,u.display_nameASdisplay_nameFROM (((((wp_uap_action_logaleft joinwp_uap_recipe_logron(a.automator_recipe_log_id=r.ID)) left joinwp_postspon(p.ID=a.automator_recipe_id)) joinwp_postspaon(pa.ID=a.automator_action_id)) left join `wp_ua[...] #1054 - Unknown column 'a.ID`ID' in 'group statement'What is the reason for this and how do we fix this?
Viewing 8 replies - 1 through 8 (of 8 total)
Viewing 8 replies - 1 through 8 (of 8 total)
The topic ‘Persistent Database Upload Error’ is closed to new replies.