
<?xml version="1.0"?>
<?xml-stylesheet type="text/css" href="http://www.thelinuxwiki.com/skins/common/feed.css?303"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>http://www.thelinuxwiki.com/index.php?action=history&amp;feed=atom&amp;title=Php_error_%22Constant_UNICODE_HANGUL_FIRST_already_defined%22</id>
		<title>Php error &quot;Constant UNICODE HANGUL FIRST already defined&quot; - Revision history</title>
		<link rel="self" type="application/atom+xml" href="http://www.thelinuxwiki.com/index.php?action=history&amp;feed=atom&amp;title=Php_error_%22Constant_UNICODE_HANGUL_FIRST_already_defined%22"/>
		<link rel="alternate" type="text/html" href="http://www.thelinuxwiki.com/index.php?title=Php_error_%22Constant_UNICODE_HANGUL_FIRST_already_defined%22&amp;action=history"/>
		<updated>2026-04-29T00:40:28Z</updated>
		<subtitle>Revision history for this page on the wiki</subtitle>
		<generator>MediaWiki 1.21.5</generator>

	<entry>
		<id>http://www.thelinuxwiki.com/index.php?title=Php_error_%22Constant_UNICODE_HANGUL_FIRST_already_defined%22&amp;diff=34&amp;oldid=prev</id>
		<title>Nighthawk: Pushed from thelinuxwiki.com.</title>
		<link rel="alternate" type="text/html" href="http://www.thelinuxwiki.com/index.php?title=Php_error_%22Constant_UNICODE_HANGUL_FIRST_already_defined%22&amp;diff=34&amp;oldid=prev"/>
				<updated>2013-02-25T19:01:33Z</updated>
		
		<summary type="html">&lt;p&gt;Pushed from thelinuxwiki.com.&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;&lt;br /&gt;
== Problem description: ==&lt;br /&gt;
* php errors encountered after installing a second mediawiki virtual server using webapp-config&lt;br /&gt;
* mediawiki instances were installed using the following commands:&lt;br /&gt;
 webapp-config -I -h example.com/wiki_1 mediawiki 1.18.2&lt;br /&gt;
 webapp-config -I -h example.com/wiki_2 mediawiki 1.18.2&lt;br /&gt;
* only one mediawiki instance would work at a time, when failing, the wiki main page could not be accessed.  Only a page full of errors like below would be displayed.&lt;br /&gt;
&lt;br /&gt;
== error messages ==&lt;br /&gt;
&lt;br /&gt;
browser errors:&lt;br /&gt;
&lt;br /&gt;
 Notice: Constant UNICODE_HANGUL_FIRST already defined in /var/www/example.com/wiki_2/includes/normal/UtfNormalDefines.php on line 3&lt;br /&gt;
 &amp;lt;br&amp;gt;&lt;br /&gt;
 Notice: Constant UNICODE_HANGUL_LAST already defined in /var/www/example.com/wiki_2//includes/normal/UtfNormalDefines.php on line 4&lt;br /&gt;
 &amp;lt;br&amp;gt;&lt;br /&gt;
 Notice: Constant UNICODE_HANGUL_LBASE already defined in /var/www/example.com/wiki_2/includes/normal/UtfNormalDefines.php on line 6&lt;br /&gt;
&lt;br /&gt;
== solution ==&lt;br /&gt;
&lt;br /&gt;
uninstall mediawikis with webapp-config&lt;br /&gt;
 webapp-config --clean -h example.com/wiki_1 mediawiki 1.18.2&lt;br /&gt;
 webapp-config --clean -h example.com/wiki_2 mediawiki 1.18.2&lt;br /&gt;
&lt;br /&gt;
reinstall mediawiki instances with webapp-config using soft links&lt;br /&gt;
 webapp-config -I --soft -h example.com/wiki_1 mediawiki 1.18.2&lt;br /&gt;
 webapp-config -I --soft -h example.com/wiki_2 mediawiki 1.18.2&lt;br /&gt;
&lt;br /&gt;
re-setup mediawikis via browser to http://example.com/mw-config/&lt;br /&gt;
&lt;br /&gt;
[[category:mediawiki]]&lt;/div&gt;</summary>
		<author><name>Nighthawk</name></author>	</entry>

	</feed>