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
@localhost
SQL SECURITY DEFINER VIEWwp_uap_action_logs_view
AS SELECTa
.automator_action_id
ASautomator_action_id
,a
.date_time
ASaction_date
,a
.completed
ASaction_completed
,a
.error_message
ASerror_message
,a
.automator_recipe_id
ASautomator_recipe_id
,a
.ID
ASaction_log_id
,a
.automator_recipe_log_id
ASrecipe_log_id
,r
.date_time
ASrecipe_date_time
,r
.completed
ASrecipe_completed
,r
.run_number
ASrecipe_run_number
,pa
.post_title
ASaction_title
,am
.meta_value
ASaction_sentence
,p
.post_title
ASrecipe_title
,u
.ID
ASuser_id
,u
.user_email
ASuser_email
,u
.display_name
ASdisplay_name
FROM (((((wp_uap_action_log
a
left joinwp_uap_recipe_log
r
on(a
.automator_recipe_log_id
=r
.ID
)) left joinwp_posts
p
on(p
.ID
=a
.automator_recipe_id
)) joinwp_posts
pa
on(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.