diff options
| author | orbiter <orbiter@6c8d7289-2bf4-0310-a012-ef5d649a1542> | 2009-06-15 11:49:00 +0000 |
|---|---|---|
| committer | orbiter <orbiter@6c8d7289-2bf4-0310-a012-ef5d649a1542> | 2009-06-15 11:49:00 +0000 |
| commit | bc6dd8194bac0613d028be00fd002773c49d75f6 (patch) | |
| tree | 713f70fd995d8a376fcf35d74d83cb392178b518 /htroot/ContentIntegrationPHPBB3_p.html | |
| parent | a4805defddd08c46ad0dc14a8e3fdcedf9db7f35 (diff) | |
refactoring: moved search query class to new search package
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@6075 6c8d7289-2bf4-0310-a012-ef5d649a1542
Diffstat (limited to 'htroot/ContentIntegrationPHPBB3_p.html')
| -rw-r--r-- | htroot/ContentIntegrationPHPBB3_p.html | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/htroot/ContentIntegrationPHPBB3_p.html b/htroot/ContentIntegrationPHPBB3_p.html index 6c165e26e..d4b137fe8 100644 --- a/htroot/ContentIntegrationPHPBB3_p.html +++ b/htroot/ContentIntegrationPHPBB3_p.html @@ -14,6 +14,13 @@ This interface gives you access to the phpBB3 forums software content.
</p>
<p>
+ If you read from a imported database, here are some hints to get around problems when importing dumps in phpMyAdmin:
+ <ul>
+ <li>before importing large database dumps, set <pre>$cfg['UploadDir'] = '/tmp';</pre> in phpmyadmin/config.inc.php and place your dump file in /tmp. Otherwise it is not possible to upload files larger than 2MB.</li>
+ <li>deselect the partial import flag/li>
+ </ul>
+ </p>
+ <p>
When a export is started, surrogate files are generated into DATA/SURROGATE/in which are automatically fetched by an indexer thread.
All indexed surrogate files are then moved to DATA/SURROGATE/out and can be re-cycled when a index is deleted.
</p>
|
