Hi,
Dori <slowpoke <at> gmail.com> writes:
Probably because of a schema change. You should probably run an upgrade rather than trying to import the db manually.
Thanks, that helped.
Just another check: Am I getting it right when assuming that activation of file:// links is no longer realized by adding a line
$text = $this->subReplaceExternalLinks( $text, 'file', false );
to includes/Parser.php, but by adding an entry to the line
define( 'URL_PROTOCOLS', 'http|https|ftp|irc|gopher|news|mailto' );
... making it ...
define( 'URL_PROTOCOLS', 'http|https|ftp|irc|gopher|news|mailto|file' );
...? Something else to consider?
Bye Philipp