| Author |
Message |
dyingdemon
Beginner


Joined: Aug 01, 2009 Posts: 2
|
Posted: Sat Aug 01, 2009 7:03 pm Post subject: mysql error (new for me) |
|
|
ok iv done alot of mods before but this one is the fist for me with this wierd a mix up @_@ i have no clue how to fix this so i need some help >.<
Code: › General Error
SQL ERROR [ mysql4 ]
Table 'holyforc_phpb3.GALLERY2_DATA_TABLE' doesn't exist [1146]
SQL
UPDATE GALLERY2_DATA_TABLE SET g2i_dataValue = 'g2i_2-1249171354' WHERE g2i_dataName = 'g2i_acpAdmin'
BACKTRACE
FILE: includes/db/mysql.php
LINE: 174
CALL: dbal->sql_error()
FILE: includes/acp/acp_gallery2.php
LINE: 1649
CALL: dbal_mysql->sql_query()
FILE: includes/acp/acp_gallery2.php
LINE: 380
CALL: acp_gallery2->_set_ACP_admin()
FILE: includes/functions_module.php
LINE: 507
CALL: acp_gallery2->main()
FILE: adm/index.php
LINE: 74
CALL: p_master->load_active() |
|
| Back to top |
|
|
AdBot
|
| Post subject: mysql error (new for me) |
|
|
|
|
|
| Back to top |
|
 |
IngerK
Wizard


Joined: Jan 19, 2006 Posts: 120 Location: Oslo, Norway
|
Posted: Sun Aug 02, 2009 2:33 am Post subject: Re: mysql error (new for me) |
|
|
| Did you create the table? (SQL section in install.xml) |
|
| Back to top |
|
|
dyingdemon
Beginner


Joined: Aug 01, 2009 Posts: 2
|
|
| Back to top |
|
|
IngerK
Wizard


Joined: Jan 19, 2006 Posts: 120 Location: Oslo, Norway
|
Posted: Sun Aug 02, 2009 8:27 am Post subject: Re: mysql error (new for me) |
|
|
Please post the last error message. From the first:
Quote: ›
Table 'holyforc_phpb3.GALLERY2_DATA_TABLE' doesn't exist [1146]
Is "holyforc_phpb3" or "phpbb" (printscreen from mysqladmin) your table prefix? |
|
| Back to top |
|
|
Tenshikun
Beginner


Joined: Oct 28, 2009 Posts: 1
|
Posted: Wed Oct 28, 2009 11:32 am Post subject: Re: mysql error (new for me) |
|
|
I am having the same issue, used autoMOD to install, had no errors. I get this error when trying to sync users.
Code: › SQL ERROR [ mysqli ]
Table 'g2test.GALLERY2_DATA_TABLE' doesn't exist [1146]
SQL
UPDATE GALLERY2_DATA_TABLE SET g2i_dataValue = 'g2i_2-1256747294' WHERE g2i_dataName = 'g2i_acpAdmin'
BACKTRACE
FILE: includes/db/mysqli.php
LINE: 163
CALL: dbal->sql_error()
FILE: includes/acp/acp_gallery2.php
LINE: 1649
CALL: dbal_mysqli->sql_query()
FILE: includes/acp/acp_gallery2.php
LINE: 752
CALL: acp_gallery2->_set_ACP_admin()
FILE: includes/functions_module.php
LINE: 507
CALL: acp_gallery2->main()
FILE: adm/index.php
LINE: 74
CALL: p_master->load_active() |
|
| Back to top |
|
|
PoPoutdoor
Wizard


Joined: Jan 20, 2006 Posts: 129
|
Posted: Tue Nov 17, 2009 6:16 am Post subject: Re: mysql error (new for me) |
|
|
| Don't use autoMOD, I'm sure this doesn't work well! |
|
| Back to top |
|
|
|
|
|
|
|