<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.refbase.net/index.php?action=history&amp;feed=atom&amp;title=Troubleshooting</id>
	<title>Troubleshooting - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.refbase.net/index.php?action=history&amp;feed=atom&amp;title=Troubleshooting"/>
	<link rel="alternate" type="text/html" href="https://wiki.refbase.net/index.php?title=Troubleshooting&amp;action=history"/>
	<updated>2026-04-12T08:47:54Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.39.3</generator>
	<entry>
		<id>https://wiki.refbase.net/index.php?title=Troubleshooting&amp;diff=119&amp;oldid=prev</id>
		<title>WikiSysop: Update external links</title>
		<link rel="alternate" type="text/html" href="https://wiki.refbase.net/index.php?title=Troubleshooting&amp;diff=119&amp;oldid=prev"/>
		<updated>2023-11-07T12:55:51Z</updated>

		<summary type="html">&lt;p&gt;Update external links&lt;/p&gt;
&lt;table style=&quot;background-color: #fff; color: #202122;&quot; data-mw=&quot;interface&quot;&gt;
				&lt;col class=&quot;diff-marker&quot; /&gt;
				&lt;col class=&quot;diff-content&quot; /&gt;
				&lt;col class=&quot;diff-marker&quot; /&gt;
				&lt;col class=&quot;diff-content&quot; /&gt;
				&lt;tr class=&quot;diff-title&quot; lang=&quot;en&quot;&gt;
				&lt;td colspan=&quot;2&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;← Older revision&lt;/td&gt;
				&lt;td colspan=&quot;2&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;Revision as of 14:55, 7 November 2023&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-lineno&quot; id=&quot;mw-diff-left-l72&quot;&gt;Line 72:&lt;/td&gt;
&lt;td colspan=&quot;2&quot; class=&quot;diff-lineno&quot;&gt;Line 72:&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class=&quot;diff-marker&quot;&gt;&lt;/td&gt;&lt;td style=&quot;background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;br/&gt;&lt;/td&gt;&lt;td class=&quot;diff-marker&quot;&gt;&lt;/td&gt;&lt;td style=&quot;background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;br/&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class=&quot;diff-marker&quot;&gt;&lt;/td&gt;&lt;td style=&quot;background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;br/&gt;&lt;/td&gt;&lt;td class=&quot;diff-marker&quot;&gt;&lt;/td&gt;&lt;td style=&quot;background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;br/&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class=&quot;diff-marker&quot; data-marker=&quot;−&quot;&gt;&lt;/td&gt;&lt;td style=&quot;color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #ffe49c; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;'''c)''' Next you need to &amp;quot;properly&amp;quot; dump the data from your original database, which can be achieved by use of the [&lt;del style=&quot;font-weight: bold; text-decoration: none;&quot;&gt;http&lt;/del&gt;://dev.mysql.com/doc/refman/&lt;del style=&quot;font-weight: bold; text-decoration: none;&quot;&gt;5&lt;/del&gt;.0/en/mysqldump.html mysqldump] command line program. The regular mysqldump statement (without any flags) may not work correctly, because mysqldump will, by default, output data using the UTF-8 character set. So, if you're using a different character set (such as latin1), you must specify the &amp;lt;code&amp;gt;--default-character-set=WHAT_YOU_FIND_UNDER_character_set_server_ABOVE&amp;lt;/code&amp;gt; flag. And if you use an older MySQL version you may also need to use the &amp;lt;code&amp;gt;--compatible&amp;lt;/code&amp;gt; flag. Example: assuming your refbase ''latin1''-based database is named ''refbase'' and with ''root'' being the authorized user, your mysqldump statement would read:&lt;/div&gt;&lt;/td&gt;&lt;td class=&quot;diff-marker&quot; data-marker=&quot;+&quot;&gt;&lt;/td&gt;&lt;td style=&quot;color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #a3d3ff; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;'''c)''' Next you need to &amp;quot;properly&amp;quot; dump the data from your original database, which can be achieved by use of the [&lt;ins style=&quot;font-weight: bold; text-decoration: none;&quot;&gt;https&lt;/ins&gt;://dev.mysql.com/doc/refman/&lt;ins style=&quot;font-weight: bold; text-decoration: none;&quot;&gt;8&lt;/ins&gt;.0/en/mysqldump.html mysqldump] command line program. The regular mysqldump statement (without any flags) may not work correctly, because mysqldump will, by default, output data using the UTF-8 character set. So, if you're using a different character set (such as latin1), you must specify the &amp;lt;code&amp;gt;--default-character-set=WHAT_YOU_FIND_UNDER_character_set_server_ABOVE&amp;lt;/code&amp;gt; flag. And if you use an older MySQL version you may also need to use the &amp;lt;code&amp;gt;--compatible&amp;lt;/code&amp;gt; flag. Example: assuming your refbase ''latin1''-based database is named ''refbase'' and with ''root'' being the authorized user, your mysqldump statement would read:&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class=&quot;diff-marker&quot;&gt;&lt;/td&gt;&lt;td style=&quot;background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;br/&gt;&lt;/td&gt;&lt;td class=&quot;diff-marker&quot;&gt;&lt;/td&gt;&lt;td style=&quot;background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;br/&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class=&quot;diff-marker&quot;&gt;&lt;/td&gt;&lt;td style=&quot;background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;  $ mysqldump refbase -u root -p --opt --default-character-set=latin1 &amp;gt; refbase.sql&lt;/div&gt;&lt;/td&gt;&lt;td class=&quot;diff-marker&quot;&gt;&lt;/td&gt;&lt;td style=&quot;background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;  $ mysqldump refbase -u root -p --opt --default-character-set=latin1 &amp;gt; refbase.sql&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;/table&gt;</summary>
		<author><name>WikiSysop</name></author>
	</entry>
	<entry>
		<id>https://wiki.refbase.net/index.php?title=Troubleshooting&amp;diff=118&amp;oldid=prev</id>
		<title>WikiSysop: Hide section edit links</title>
		<link rel="alternate" type="text/html" href="https://wiki.refbase.net/index.php?title=Troubleshooting&amp;diff=118&amp;oldid=prev"/>
		<updated>2023-11-07T12:55:12Z</updated>

		<summary type="html">&lt;p&gt;Hide section edit links&lt;/p&gt;
&lt;table style=&quot;background-color: #fff; color: #202122;&quot; data-mw=&quot;interface&quot;&gt;
				&lt;col class=&quot;diff-marker&quot; /&gt;
				&lt;col class=&quot;diff-content&quot; /&gt;
				&lt;col class=&quot;diff-marker&quot; /&gt;
				&lt;col class=&quot;diff-content&quot; /&gt;
				&lt;tr class=&quot;diff-title&quot; lang=&quot;en&quot;&gt;
				&lt;td colspan=&quot;2&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;← Older revision&lt;/td&gt;
				&lt;td colspan=&quot;2&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;Revision as of 14:55, 7 November 2023&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-lineno&quot; id=&quot;mw-diff-left-l98&quot;&gt;Line 98:&lt;/td&gt;
&lt;td colspan=&quot;2&quot; class=&quot;diff-lineno&quot;&gt;Line 98:&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class=&quot;diff-marker&quot;&gt;&lt;/td&gt;&lt;td style=&quot;background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;br/&gt;&lt;/td&gt;&lt;td class=&quot;diff-marker&quot;&gt;&lt;/td&gt;&lt;td style=&quot;background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;br/&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class=&quot;diff-marker&quot;&gt;&lt;/td&gt;&lt;td style=&quot;background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;[[Category:Troubleshooting]]&lt;/div&gt;&lt;/td&gt;&lt;td class=&quot;diff-marker&quot;&gt;&lt;/td&gt;&lt;td style=&quot;background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;[[Category:Troubleshooting]]&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-side-deleted&quot;&gt;&lt;/td&gt;&lt;td class=&quot;diff-marker&quot; data-marker=&quot;+&quot;&gt;&lt;/td&gt;&lt;td style=&quot;color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #a3d3ff; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;&lt;ins style=&quot;font-weight: bold; text-decoration: none;&quot;&gt;__NOEDITSECTION__&lt;/ins&gt;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;/table&gt;</summary>
		<author><name>WikiSysop</name></author>
	</entry>
	<entry>
		<id>https://wiki.refbase.net/index.php?title=Troubleshooting&amp;diff=117&amp;oldid=prev</id>
		<title>WikiSysop: Original page content from 18-Jul-2007</title>
		<link rel="alternate" type="text/html" href="https://wiki.refbase.net/index.php?title=Troubleshooting&amp;diff=117&amp;oldid=prev"/>
		<updated>2023-11-07T12:52:51Z</updated>

		<summary type="html">&lt;p&gt;Original page content from 18-Jul-2007&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;This document lists common problems and presents possible solutions.&lt;br /&gt;
&lt;br /&gt;
For problems regarding the installation process or things that don't seem to be working correctly after installation, please see [[Installation-Troubleshooting]].&lt;br /&gt;
&lt;br /&gt;
For tips on how to get records from other reference managers or online services into refbase, please see [[Integration with other reference managers]] or [[Integration with online services]], respectively.&lt;br /&gt;
&lt;br /&gt;
== MySQL migration and character set problems ==&lt;br /&gt;
&lt;br /&gt;
To migrate your refbase installation from one computer to another, &lt;br /&gt;
you need to be very careful about the character sets and MySQL versions you're using. Otherwise you will end up with garbled and strange characters when viewing what was once nice accented characters or &amp;quot;umlauts&amp;quot; (like norwegian å, æ, ø, or the german ä, ö, ü or swedish ø).&lt;br /&gt;
&lt;br /&gt;
'''a)''' To solve the problem, you need to first check that the character sets used on the two database installations are the same. Use either [http://www.phpmyadmin.net/ phpMyAdmin] or the MySQL command line interpreter.&lt;br /&gt;
&lt;br /&gt;
'''phpMyAdmin'''&lt;br /&gt;
&lt;br /&gt;
* login and click on &amp;quot;Show MySQL system variables&amp;quot; &lt;br /&gt;
&lt;br /&gt;
* then check for these variables:&lt;br /&gt;
&lt;br /&gt;
 ------------------------------------------------------------------&lt;br /&gt;
 Varaible:                  Session:             Global:&lt;br /&gt;
 ------------------------------------------------------------------&lt;br /&gt;
 ...&lt;br /&gt;
 character set client       utf8                 latin1&lt;br /&gt;
 character set connection   utf8                 latin1&lt;br /&gt;
 character set database     latin1               latin1&lt;br /&gt;
 character set results      utf8                 latin1&lt;br /&gt;
 character set server       latin1               latin1&lt;br /&gt;
 character set system       utf8                 utf8&lt;br /&gt;
 ...&lt;br /&gt;
 collation connection       utf8_general_ci      latin1_general_ci&lt;br /&gt;
 collation database         latin1_general_ci    latin1_general_ci&lt;br /&gt;
 collation server           latin1_general_ci    latin1_general_ci&lt;br /&gt;
 ...&lt;br /&gt;
 ------------------------------------------------------------------&lt;br /&gt;
&lt;br /&gt;
'''MySQL'''&lt;br /&gt;
&lt;br /&gt;
Enter the MySQL command line interpreter, select your refbase MySQL database, and execute following commands:&lt;br /&gt;
&lt;br /&gt;
 mysql&amp;gt; SHOW VARIABLES LIKE '%character%';&lt;br /&gt;
 mysql&amp;gt; SHOW VARIABLES LIKE '%collation%';&lt;br /&gt;
&lt;br /&gt;
Another possibility is to issue following command from the command line shell:&lt;br /&gt;
&lt;br /&gt;
 mysqladmin variables | grep &amp;quot;character\|collation&amp;quot;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''b)''' If you see discrepancies between the two database installations with respect to these variables, it is better that they coincide. This can be done by adding two lines to the &amp;quot;[mysqld]&amp;quot; section of the MySQL config file (''my.cnf'') and restarting your MySQL server. Here's an example for a latin1-based database:&lt;br /&gt;
&lt;br /&gt;
 ------------------------------------------&lt;br /&gt;
 ...&lt;br /&gt;
 [mysqld]&lt;br /&gt;
 #init-connect = 'SET NAMES latin1'&lt;br /&gt;
 #init-connect = 'SET CHARACTER SET latin1'&lt;br /&gt;
 character-set-server = latin1&lt;br /&gt;
 collation-server     = latin1_general_ci&lt;br /&gt;
 ...&lt;br /&gt;
 ------------------------------------------&lt;br /&gt;
&lt;br /&gt;
Note that for some MySQL systems/versions, some variable names seem to use underscores instead of hyphens. As an example, using MySQL 4.1.11 on Mac OS X 10.4, the following settings are recognized in the MySQL config file for latin1 (ISO-8859-1):&lt;br /&gt;
&lt;br /&gt;
 [mysqld]&lt;br /&gt;
 character_set_server = latin1&lt;br /&gt;
 collation_server = latin1_general_ci&lt;br /&gt;
&lt;br /&gt;
or, in case of UTF-8:&lt;br /&gt;
&lt;br /&gt;
 [mysqld]&lt;br /&gt;
 character_set_server = utf8&lt;br /&gt;
 collation_server = utf8_general_ci&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''c)''' Next you need to &amp;quot;properly&amp;quot; dump the data from your original database, which can be achieved by use of the [http://dev.mysql.com/doc/refman/5.0/en/mysqldump.html mysqldump] command line program. The regular mysqldump statement (without any flags) may not work correctly, because mysqldump will, by default, output data using the UTF-8 character set. So, if you're using a different character set (such as latin1), you must specify the &amp;lt;code&amp;gt;--default-character-set=WHAT_YOU_FIND_UNDER_character_set_server_ABOVE&amp;lt;/code&amp;gt; flag. And if you use an older MySQL version you may also need to use the &amp;lt;code&amp;gt;--compatible&amp;lt;/code&amp;gt; flag. Example: assuming your refbase ''latin1''-based database is named ''refbase'' and with ''root'' being the authorized user, your mysqldump statement would read:&lt;br /&gt;
&lt;br /&gt;
 $ mysqldump refbase -u root -p --opt --default-character-set=latin1 &amp;gt; refbase.sql&lt;br /&gt;
&lt;br /&gt;
If you no longer have access to the old database for making this kind of dump, you may try to directly convert the old dump's character set with the iconv command line program. Here we convert the file ''dump.sql'' from UTF-8 to latin1 (ISO-8859-1) and write the data into a new file named ''iso_dump.sql'':&lt;br /&gt;
&lt;br /&gt;
 $ iconv -f UTF-8 -t ISO-8859-1 dump.sql -o iso_dump.sql&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''d)''' You may want to test the new data by loading your MySQL dump file into a separate refbase database. To do so, perform these steps:&lt;br /&gt;
&lt;br /&gt;
* Duplicate your refbase scripts to another directory (e.g. named &amp;quot;refbase_test&amp;quot;) within your web directory.&lt;br /&gt;
&lt;br /&gt;
* Copy your MySQL dump file into this new &amp;quot;refbase_test&amp;quot; directory (let's assume the dump file is named &amp;quot;refbase.sql&amp;quot;).&lt;br /&gt;
&lt;br /&gt;
* Within this new refbase folder, edit the ''$databaseName'' variable in file ''initialize/db.ini.php'' so that it has a name that does NOT collide with any existing MySQL database names (this is very important!).&lt;br /&gt;
&lt;br /&gt;
* Access your &amp;quot;refbase_test&amp;quot; directory via the browser and point it to ''install.php''.&lt;br /&gt;
&lt;br /&gt;
* On the install form, enter for &amp;quot;Path to the database structure file&amp;quot; the name of your MySQL dump file (the file from step 2, e.g. &amp;quot;refbase.sql&amp;quot;).&lt;br /&gt;
&lt;br /&gt;
* Edit the other fields to suit your server setup and check that the chosen default character set matches the charset of your MySQL dump file, then click the &amp;quot;Install&amp;quot; button.&lt;br /&gt;
&lt;br /&gt;
The above steps can be also used to quickly setup a local read-only copy of your refbase database, e.g. on a personal laptop that is meant to be used in places without internet access.&lt;br /&gt;
&lt;br /&gt;
[[Category:Troubleshooting]]&lt;/div&gt;</summary>
		<author><name>WikiSysop</name></author>
	</entry>
</feed>