Pagina 1 din 1
Register..
Scris: 23-Ian-2011, 17:54:47
de Visator
Dupa "Agree to these terms..." apare..
General Error
SQL ERROR [ mysqli ]
Table 'all_sapte_ro.phpbb_qa_confirm' doesn't exist [1146]
An SQL error occurred while fetching this page. Please contact the Board Administrator if this problem persists.
Re: Register..
Scris: 23-Ian-2011, 18:10:42
de bogdan
Ruleaza comanda SQL in phpMyAdmin:
Cod: Selectaţi tot
CREATE TABLE IF NOT EXISTS `phpbb_qa_confirm` (
`session_id` varchar(32) collate utf8_bin NOT NULL default '',
`confirm_id` varchar(32) collate utf8_bin NOT NULL default '',
`lang_iso` varchar(30) collate utf8_bin NOT NULL default '',
`question_id` mediumint(8) unsigned NOT NULL default '0',
`attempts` mediumint(8) unsigned NOT NULL default '0',
`confirm_type` smallint(4) unsigned NOT NULL default '0',
PRIMARY KEY (`confirm_id`),
KEY `session_id` (`session_id`),
KEY `lookup` (`confirm_id`,`session_id`,`lang_iso`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_bin;
Re: Register..
Scris: 23-Ian-2011, 18:15:11
de Visator
Re: Register..
Scris: 23-Ian-2011, 18:40:42
de Ivan Petre Paul
Intri în phpMyAdmin --->

SQL.
Re: Register..
Scris: 23-Ian-2011, 18:45:54
de Visator
Your SQL-query has been executed successfully (Query took 0.0005 sec)
Multumesc , din nou.