if i try to install the script, i ever get an error after the mysql-data-form.
I get the following error:
Code: Select all
DB error: MySQL server has gone away
Query:
INSERT INTO pkb_faqstopwords (id, lang, stopword) VALUES (850, 'de', 'innen')

Moderator: Thorsten
Code: Select all
DB error: MySQL server has gone away
Query:
INSERT INTO pkb_faqstopwords (id, lang, stopword) VALUES (850, 'de', 'innen')
Code: Select all
while ($each_query = each($query)) {
$db->connect($DB['server'], $DB['user'], $DB['password'], $DB['db']);