SOLVED My server incorrectly ran the queries required, and didn't show the error message until I tried it again. It works now, thank you <3
Hello all, I'm fairly new at using MySQL, but with tutorials and general documentation I've been able to muddle through. However this recent lot of errors has thrown me for a loop, and I am quite honestly unable to figure out what is going on.
Edit-- I am using PHPbb3, and integrating Gallery2 (forgot to mention that, my apologies.)
What I am doing when I get these errors is selecting manual integration, and inputting information on the first screen (url paths to gallery). I know I am putting in the correct paths, but it spews out the following errors no matter what modifications I attempt--
Code: › SQL ERROR [ mysqli ]
Table 'greycoin.phpbb_gallery2_data' doesn't exist [1146]
SQL
UPDATE phpbb_gallery2_data SET g2i_dataValue = 'g2i_2-1238062936' 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: 495
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()
Any insight as to the problem/what I am doing wrong is appreciated.