Search found 2 matches

by Padjon
Fri Nov 26, 2010 12:36 pm
Forum: Bug reports
Topic: Cannot install the latest phpmyfaq
Replies: 2
Views: 3312

Re: Cannot install the latest phpmyfaq

I have fixed it for myself by opening a new connection for every query to create and fill the tables

in setup.php:

Code: Select all

   while ($each_query = each($query)) {
$db->connect($DB['server'], $DB['user'], $DB['password'], $DB['db']);
by Padjon
Fri Nov 26, 2010 12:23 pm
Forum: Bug reports
Topic: Cannot install the latest phpmyfaq
Replies: 2
Views: 3312

Cannot install the latest phpmyfaq

Hello,

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')
The Query where it happens changes on every try :(