JarTSW Wysłany: Nie 13 Maj, 2007 |
|
|
Mam taki problem:
KodWarning: array_merge() [function.array-merge]: Argument #2 is not an array in /home/elinker/public_html/beermod.php on line 65
Kod
Couldn't perform action.
DEBUG MODE
SQL Error : 1050 Table 'phpbb_beers' already exists
CREATE TABLE phpbb_beers ( beer_id int(10) unsigned NOT NULL auto_increment, beer_src int(10) NOT NULL, beer_dst int(10) NOT NULL, post_id int(10) NOT NULL, topic_id int(12) NOT NULL, forum_id int(12) NOT NULL, beer_time int(12) NOT NULL, PRIMARY KEY (beer_id), KEY post_id (post_id), KEY topic_id (topic_id), KEY forum_id (forum_id) )
Line : 167
File : admin_beermod.php
Zainstalowa?em modyfikacj? na serwerze, dzia?a?a poprawnie. Jednak po przeniesieniu bazy danych, z innego serwera, na kt?rym nie by?o tej modyfikacji, pojawiaj? si? takie b??dy, probowalem juz odinstlowywac, czyscuc cahce, itp. Co jeszcze moge zrobic?? |
|