Jump to content
  • 0

Error on temp table


LearningRO

Question


  • Group:  Members
  • Topic Count:  107
  • Topics Per Day:  0.02
  • Content Count:  770
  • Reputation:   69
  • Joined:  02/10/12
  • Last Seen:  

help all,I got error on menu MVP rangking

Quote

Message: MySQL error (SQLSTATE: 42S02, ERROR: 1146): Table 'rathenapredata.monsters' doesn't exist

and sometime

Message: MySQL error (SQLSTATE: 42S21, ERROR: 1060): Duplicate column name 'origin_table'

and this

Error: Flux_Error

Message: Failed to create temporary table 'rathenapredata.monsters'.
Error info: Array
(
[0] => 42S21
[1] => 1060
[2] => Duplicate column name 'origin_table'
)

how to fix this??

 

thxx

Link to comment
Share on other sites

3 answers to this question

Recommended Posts

  • 0

  • Group:  Members
  • Topic Count:  9
  • Topics Per Day:  0.00
  • Content Count:  27
  • Reputation:   1
  • Joined:  05/19/15
  • Last Seen:  

Because this table is custome

so you have to MySql manual add table 

 

 

  • Love 1
Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  107
  • Topics Per Day:  0.02
  • Content Count:  770
  • Reputation:   69
  • Joined:  02/10/12
  • Last Seen:  

2 hours ago, jqkeric11 said:

Because this table is custome

so you have to MySql manual add table 

 

 

thx u man :D you save my day 

Link to comment
Share on other sites

  • 0

  • Group:  Forum Manager
  • Topic Count:  282
  • Topics Per Day:  0.06
  • Content Count:  3123
  • Reputation:   1617
  • Joined:  03/26/12
  • Last Seen:  

On 3/6/2018 at 3:36 AM, jqkeric11 said:

Because this table is custome

so you have to MySql manual add table 

 

 

No..........

`monsters` is a temporary table created by FluxCP. If it can't create it then your MySQL user doesn't have the permissions to create temporary tables.

Link to comment
Share on other sites

×
×
  • Create New...