<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Technical &#8211; LarryLai</title>
	<atom:link href="https://larrylai.com/tag/technical/feed/" rel="self" type="application/rss+xml" />
	<link>https://larrylai.com</link>
	<description>兼聽則明 偏聽則暗</description>
	<lastBuildDate>Tue, 15 Dec 2015 02:30:34 +0000</lastBuildDate>
	<language>en-GB</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	

<image>
	<url>https://larrylai.com/wp-content/uploads/2017/03/larrylai_com-favicon.png</url>
	<title>Technical &#8211; LarryLai</title>
	<link>https://larrylai.com</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Google Chrome Not Start Only Flicking</title>
		<link>https://larrylai.com/google-chrome-not-start-only-flicking/</link>
		
		<dc:creator><![CDATA[larry]]></dc:creator>
		<pubDate>Sat, 12 Dec 2015 08:49:30 +0000</pubDate>
				<category><![CDATA[Application]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Virtualization]]></category>
		<category><![CDATA[browser]]></category>
		<category><![CDATA[Chrome]]></category>
		<category><![CDATA[Technical]]></category>
		<category><![CDATA[VirtualBox]]></category>
		<category><![CDATA[web]]></category>
		<guid isPermaLink="false">http://blog.larrylai.com/?p=2026</guid>

					<description><![CDATA[<p>Issue: Starting Chrome in Windows 7 guest from Virtualbox happens to see only flicking windows with flashing rate around 2-4 rounds per sec. Solution: Turn off hardware acceleration in Chrome setting or uncheck 3D acceleration in Virtualbox. Tricks: When flicking occurs, you cannot start Chrome, thus no way to turn off hardware acceleration at setting. [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://larrylai.com/google-chrome-not-start-only-flicking/">Google Chrome Not Start Only Flicking</a> appeared first on <a rel="nofollow" href="https://larrylai.com">LarryLai</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p><strong>Issue:</strong></p>
<p>Starting Chrome in Windows 7 guest from Virtualbox happens to see only flicking windows with flashing rate around 2-4 rounds per sec.</p>
<p><strong>Solution:</strong></p>
<p>Turn off hardware acceleration in Chrome setting or uncheck 3D acceleration in Virtualbox.</p>
<p><strong>Tricks:</strong></p>
<p>When flicking occurs, you cannot start Chrome, thus no way to turn off hardware acceleration at setting. Either start Windows in safe mode, then start Chrome and change setting or shutdown windows then uncheck 3D acceleration setting in Virtualbox, and start windows again.</p>
<p><strong>Config:</strong></p>
<ul>
<li>Chrome 47.0.2526.80 m (64-bit) for Windows</li>
<li>Windows 7 Service Pack 1</li>
<li>Virtualbox  5.0.10</li>
</ul>
<p>The post <a rel="nofollow" href="https://larrylai.com/google-chrome-not-start-only-flicking/">Google Chrome Not Start Only Flicking</a> appeared first on <a rel="nofollow" href="https://larrylai.com">LarryLai</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Piwigo Fotorama Conflict w/ Embedded Video</title>
		<link>https://larrylai.com/piwigo-fotorama-conflict-embedded-video/</link>
		
		<dc:creator><![CDATA[larry]]></dc:creator>
		<pubDate>Tue, 20 May 2014 20:57:16 +0000</pubDate>
				<category><![CDATA[Application]]></category>
		<category><![CDATA[Gallery]]></category>
		<category><![CDATA[IT]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Technical]]></category>
		<guid isPermaLink="false">http://blog.larrylai.com/?p=869</guid>

					<description><![CDATA[<p>Issue: After installing Fotorama plugin in Piwigo provided that there is Embedded Video installed, the following error message will be shown while clicking the slideshow button on top of the video pages: Notice: Undefined index: selected_derivative in /&#8230;/plugins/Fotorama/main.inc.php on line 54 Fatal error: Call to a member function get_type() on a non-object in /&#8230;/plugins/Fotorama/main.inc.php on [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://larrylai.com/piwigo-fotorama-conflict-embedded-video/">Piwigo Fotorama Conflict w/ Embedded Video</a> appeared first on <a rel="nofollow" href="https://larrylai.com">LarryLai</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p><strong>Issue:</strong></p>
<p>After installing Fotorama plugin in Piwigo provided that there is Embedded Video installed, the following error message will be shown while clicking the slideshow button on top of the video pages: Notice: Undefined index: selected_derivative in /&#8230;/plugins/Fotorama/main.inc.php on line 54 Fatal error: Call to a member function get_type() on a non-object in /&#8230;/plugins/Fotorama/main.inc.php on line 54</p>
<p><strong>Solution:</strong></p>
<p>Maybe it is just a workaround for the issue. However, it works so far. Comment out the statements causing the error in main.inc.php of Fotorama plugin as below:</p>
<div style="margin-left: 40px;">$type = $current[&#8216;selected_derivative&#8217;]-&gt;get_type();</div>
<div style="margin-left: 40px;">    $defined = ImageStdParams::get_defined_type_map();</div>
<div style="margin-left: 40px;">    if (!isset($defined[$type]))</div>
<div style="margin-left: 40px;">    {</div>
<div style="margin-left: 40px;">      $type = pwg_get_session_var(&#8216;picture_deriv&#8217;, $conf[&#8216;derivative_default_size&#8217;]);</div>
<div style="margin-left: 40px;">    }</div>
<div>and rewrite the following line:</div>
<div>
<div style="margin-left: 40px;">$type = pwg_get_session_var(&#8216;picture_deriv&#8217;, $conf[&#8216;derivative_default_size&#8217;]);</div>
<div style="margin-left: 40px; text-align: left;"></div>
</div>
<p></br><br />
<strong>Config:</strong></p>
<ul>
<li>Piwigo          2.6.2</li>
<li>Embedded plugin: 2.6.2</li>
<li>Fotorama plugin:   2.6.h</li>
</ul>
<p>The post <a rel="nofollow" href="https://larrylai.com/piwigo-fotorama-conflict-embedded-video/">Piwigo Fotorama Conflict w/ Embedded Video</a> appeared first on <a rel="nofollow" href="https://larrylai.com">LarryLai</a>.</p>
]]></content:encoded>
					
		
		
			</item>
	</channel>
</rss>
