<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/">
	<channel>
		<title><![CDATA[Lighty2Go Support Forums - All Forums]]></title>
		<link>http://www.lighty2go.com/forum/</link>
		<description><![CDATA[Lighty2Go Support Forums - http://www.lighty2go.com/forum]]></description>
		<pubDate>Mon, 05 Jan 2009 21:11:31 -0500</pubDate>
		<generator>MyBB</generator>
		<item>
			<title><![CDATA[Lighty2go on winxp starts, won't serve any pages]]></title>
			<link>http://www.lighty2go.com/forum/showthread.php?tid=54</link>
			<pubDate>Mon, 05 Jan 2009 12:00:25 -0500</pubDate>
			<guid isPermaLink="false">http://www.lighty2go.com/forum/showthread.php?tid=54</guid>
			<description><![CDATA[Installed the lighty2go package, both servers started with no error messages.  There are no messages in the lighttpd error or access log so everything initially appears to be fine.  There is just no response from the server.  A web browser requesting a resource from 127.0.0.1 just hangs... if I kill the server while the browser is waiting for a response, the browser somehow notices that event because it stops waiting and immediately reports there is no server there.<br />
<br />
I suppose this is probably some configuration problem with Windows networking, but I thought I'd post here anyway since I haven't yet found a description of this same problem anywhere else.  The windows firewall is not enabled.  FWIW the same thing happened when I tried to install lighty from the WLMP project, so it's not specific to the server version from lighty2go.<br />
<br />
/nick<hr />
I've also tried configuring lighty w/ a different port (8080) with the same results.<br />
/nick]]></description>
			<content:encoded><![CDATA[Installed the lighty2go package, both servers started with no error messages.  There are no messages in the lighttpd error or access log so everything initially appears to be fine.  There is just no response from the server.  A web browser requesting a resource from 127.0.0.1 just hangs... if I kill the server while the browser is waiting for a response, the browser somehow notices that event because it stops waiting and immediately reports there is no server there.<br />
<br />
I suppose this is probably some configuration problem with Windows networking, but I thought I'd post here anyway since I haven't yet found a description of this same problem anywhere else.  The windows firewall is not enabled.  FWIW the same thing happened when I tried to install lighty from the WLMP project, so it's not specific to the server version from lighty2go.<br />
<br />
/nick<hr />
I've also tried configuring lighty w/ a different port (8080) with the same results.<br />
/nick]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Uncorrectly MySQL cleanup]]></title>
			<link>http://www.lighty2go.com/forum/showthread.php?tid=53</link>
			<pubDate>Fri, 02 Jan 2009 17:22:20 -0500</pubDate>
			<guid isPermaLink="false">http://www.lighty2go.com/forum/showthread.php?tid=53</guid>
			<description><![CDATA[I'm found Lighty2GO recently, as a old WAMP user, trying to find something more portable.<br />
<br />
Thanks for your work.<br />
<br />
But i've found a odd behavior on MySQL cleanup. File "Clean-Up.bat"<br />
<div class="codeblock">
<div class="title">Code:<br />
</div><div class="body" dir="ltr"><code>del "%cd%&#92;MySQL&#92;data&#92;i*"</code></div></div>
<br />
<br />
You can't delete "i*", because this deletes "ibdata1" too, that where data in tables using InnoDB are stored.<br />
<br />
If you delete that file, you lose all InnoDB data.<br />
<br />
And is not recommended to delete InnoDB log files too, because they are used in auto-recovery procedures when mysql crashes.<br />
<br />
You can limit the log in my.ini (my.cnf), but never deletes these files. <br />
<br />
<img src="http://www.lighty2go.com/forum/images/smilies/wink.gif" style="vertical-align: middle;" border="0" alt="Wink" title="Wink" />]]></description>
			<content:encoded><![CDATA[I'm found Lighty2GO recently, as a old WAMP user, trying to find something more portable.<br />
<br />
Thanks for your work.<br />
<br />
But i've found a odd behavior on MySQL cleanup. File "Clean-Up.bat"<br />
<div class="codeblock">
<div class="title">Code:<br />
</div><div class="body" dir="ltr"><code>del "%cd%&#92;MySQL&#92;data&#92;i*"</code></div></div>
<br />
<br />
You can't delete "i*", because this deletes "ibdata1" too, that where data in tables using InnoDB are stored.<br />
<br />
If you delete that file, you lose all InnoDB data.<br />
<br />
And is not recommended to delete InnoDB log files too, because they are used in auto-recovery procedures when mysql crashes.<br />
<br />
You can limit the log in my.ini (my.cnf), but never deletes these files. <br />
<br />
<img src="http://www.lighty2go.com/forum/images/smilies/wink.gif" style="vertical-align: middle;" border="0" alt="Wink" title="Wink" />]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[MySQL's browse icon leads to structure instead]]></title>
			<link>http://www.lighty2go.com/forum/showthread.php?tid=52</link>
			<pubDate>Tue, 09 Dec 2008 12:21:42 -0500</pubDate>
			<guid isPermaLink="false">http://www.lighty2go.com/forum/showthread.php?tid=52</guid>
			<description><![CDATA[In v1.5 (currently v1.5.2), clicking “browse” icons in the left menu takes me to the “structure” page instead.]]></description>
			<content:encoded><![CDATA[In v1.5 (currently v1.5.2), clicking “browse” icons in the left menu takes me to the “structure” page instead.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[lighttpd will not open]]></title>
			<link>http://www.lighty2go.com/forum/showthread.php?tid=51</link>
			<pubDate>Sun, 12 Oct 2008 04:43:24 -0400</pubDate>
			<guid isPermaLink="false">http://www.lighty2go.com/forum/showthread.php?tid=51</guid>
			<description><![CDATA[When I run lighttpd using start-lighty2go.exe lighttpd refuses to open. Only the mysql server starts running. I then use Start-Lighty.bat, but the process still won't open. I don't get any errors. I am using Windows Vista<br />
<br />
Any idea why I'm having this problem? <img src="http://www.lighty2go.com/forum/images/smilies/sad.gif" style="vertical-align: middle;" border="0" alt="Sad" title="Sad" />]]></description>
			<content:encoded><![CDATA[When I run lighttpd using start-lighty2go.exe lighttpd refuses to open. Only the mysql server starts running. I then use Start-Lighty.bat, but the process still won't open. I don't get any errors. I am using Windows Vista<br />
<br />
Any idea why I'm having this problem? <img src="http://www.lighty2go.com/forum/images/smilies/sad.gif" style="vertical-align: middle;" border="0" alt="Sad" title="Sad" />]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[IPv6 Support in Vista]]></title>
			<link>http://www.lighty2go.com/forum/showthread.php?tid=50</link>
			<pubDate>Sat, 11 Oct 2008 19:57:19 -0400</pubDate>
			<guid isPermaLink="false">http://www.lighty2go.com/forum/showthread.php?tid=50</guid>
			<description><![CDATA[Hello<br />
I'm using L2Go on Vista and I have 4 domain names linked to my IPv4 with 4 different websites.<br />
I have an IPv6 and I would like to use it for another website. How to do it? I've enabled ipv6 in the .conf but it's still impossible to access to the website...<br />
<br />
I don't know what to do to make it runs.<br />
<br />
<br />
<br />
Sorry for my poor english.]]></description>
			<content:encoded><![CDATA[Hello<br />
I'm using L2Go on Vista and I have 4 domain names linked to my IPv4 with 4 different websites.<br />
I have an IPv6 and I would like to use it for another website. How to do it? I've enabled ipv6 in the .conf but it's still impossible to access to the website...<br />
<br />
I don't know what to do to make it runs.<br />
<br />
<br />
<br />
Sorry for my poor english.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Error on accessing PHPMyAdmin]]></title>
			<link>http://www.lighty2go.com/forum/showthread.php?tid=49</link>
			<pubDate>Wed, 08 Oct 2008 02:24:19 -0400</pubDate>
			<dc:creator>ssarkarhyd</dc:creator>
			<guid isPermaLink="false">http://www.lighty2go.com/forum/showthread.php?tid=49</guid>
			<description><![CDATA[Hi,<br />
<br />
Whenever I try to click on the link <a href="http://127.0.0.1/phpmyadmin" target="_blank">http://127.0.0.1/phpmyadmin</a>, I am getting the following error: "Cannot start session without errors, please check errors given in your PHP and/or webserver log file and configure your PHP installation properly." <br />
<br />
My "http://127.0.0.1/phpinfo" is fine. <br />
<br />
Please help<br />
<br />
Soumya]]></description>
			<content:encoded><![CDATA[Hi,<br />
<br />
Whenever I try to click on the link <a href="http://127.0.0.1/phpmyadmin" target="_blank">http://127.0.0.1/phpmyadmin</a>, I am getting the following error: "Cannot start session without errors, please check errors given in your PHP and/or webserver log file and configure your PHP installation properly." <br />
<br />
My "http://127.0.0.1/phpinfo" is fine. <br />
<br />
Please help<br />
<br />
Soumya]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Access denied ?]]></title>
			<link>http://www.lighty2go.com/forum/showthread.php?tid=48</link>
			<pubDate>Mon, 29 Sep 2008 10:28:03 -0400</pubDate>
			<dc:creator>polleke</dc:creator>
			<guid isPermaLink="false">http://www.lighty2go.com/forum/showthread.php?tid=48</guid>
			<description><![CDATA[When I try to open a webpage I get:<br />
Warning: mysql_connect() [function.mysql-connect&#93;: Access denied for user 'root'@'localhost' (using password: YES) in F:\Lighty2Go\HTDOCS\mg5\framework\class.database.php on line 61<br />
Access denied for user 'root'@'localhost' (using password: YES)<br />
<br />
How to fix this?]]></description>
			<content:encoded><![CDATA[When I try to open a webpage I get:<br />
Warning: mysql_connect() [function.mysql-connect]: Access denied for user 'root'@'localhost' (using password: YES) in F:\Lighty2Go\HTDOCS\mg5\framework\class.database.php on line 61<br />
Access denied for user 'root'@'localhost' (using password: YES)<br />
<br />
How to fix this?]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[PHP Sessions]]></title>
			<link>http://www.lighty2go.com/forum/showthread.php?tid=47</link>
			<pubDate>Wed, 24 Sep 2008 04:19:10 -0400</pubDate>
			<guid isPermaLink="false">http://www.lighty2go.com/forum/showthread.php?tid=47</guid>
			<description><![CDATA[I had a situation where the machine I was running the application on was very locked down, and I didn't have write access to c:\windows and session data couldn't be saved anywhere.<br />
<br />
To work around this, I edited the PHP.ini file session.save_path folder to:<br />
<br />
session.save_path = "../TMP"<br />
<br />
Might be worth including this, or something similar on future releases <img src="http://www.lighty2go.com/forum/images/smilies/smile.gif" style="vertical-align: middle;" border="0" alt="Smile" title="Smile" /><br />
<br />
Still loving the simplicity of Lighty2Go!<br />
Richard]]></description>
			<content:encoded><![CDATA[I had a situation where the machine I was running the application on was very locked down, and I didn't have write access to c:\windows and session data couldn't be saved anywhere.<br />
<br />
To work around this, I edited the PHP.ini file session.save_path folder to:<br />
<br />
session.save_path = "../TMP"<br />
<br />
Might be worth including this, or something similar on future releases <img src="http://www.lighty2go.com/forum/images/smilies/smile.gif" style="vertical-align: middle;" border="0" alt="Smile" title="Smile" /><br />
<br />
Still loving the simplicity of Lighty2Go!<br />
Richard]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[L2G great for schools and colleges]]></title>
			<link>http://www.lighty2go.com/forum/showthread.php?tid=46</link>
			<pubDate>Wed, 10 Sep 2008 15:50:44 -0400</pubDate>
			<guid isPermaLink="false">http://www.lighty2go.com/forum/showthread.php?tid=46</guid>
			<description><![CDATA[Thanks for Lighty2Go! Super light weight and ideal for my students. The only issue over non-admin users I have posted in Windows XP - this will be an issue on all school networks - none of us let students get admin rights!<br />
Great achievement - keep up the good work.]]></description>
			<content:encoded><![CDATA[Thanks for Lighty2Go! Super light weight and ideal for my students. The only issue over non-admin users I have posted in Windows XP - this will be an issue on all school networks - none of us let students get admin rights!<br />
Great achievement - keep up the good work.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[[Solved&#93; phpMyAdmin fails to start]]></title>
			<link>http://www.lighty2go.com/forum/showthread.php?tid=45</link>
			<pubDate>Wed, 10 Sep 2008 15:38:00 -0400</pubDate>
			<guid isPermaLink="false">http://www.lighty2go.com/forum/showthread.php?tid=45</guid>
			<description><![CDATA[This issue occurs when using Lighty2Go on XP as a non-admin user. Php is unable to write its session data as this user does not have permissions for whatever the default directory is. I think this may count as a bug?<br />
<br />
Solution (tested on XP Pro &amp; Home):<br />
<br />
While logged on as the non-admin user put Lighty2Go in some directory. In the Light2Go directory make a new directory called SESSION.<br />
In \lighty2Go\php find php.ini and open it in Notepad.<br />
Search for the line containing session.save_path<br />
Write a new version under it with no semicolon in front:<br />
session.save_path = "../SESSION"<br />
Save php.ini<br />
Run Lighty2Go, start servers, select phpMyAdmin. <br />
<br />
Obviously any directory that this user has rw access to is also OK.<br />
<br />
On a machine with Windows firewall you could also run Lighty2Go as an admin user - start the servers and OK that Windows firewall allows these programs. Stops the annoying popups when on as a non-admin user.]]></description>
			<content:encoded><![CDATA[This issue occurs when using Lighty2Go on XP as a non-admin user. Php is unable to write its session data as this user does not have permissions for whatever the default directory is. I think this may count as a bug?<br />
<br />
Solution (tested on XP Pro &amp; Home):<br />
<br />
While logged on as the non-admin user put Lighty2Go in some directory. In the Light2Go directory make a new directory called SESSION.<br />
In \lighty2Go\php find php.ini and open it in Notepad.<br />
Search for the line containing session.save_path<br />
Write a new version under it with no semicolon in front:<br />
session.save_path = "../SESSION"<br />
Save php.ini<br />
Run Lighty2Go, start servers, select phpMyAdmin. <br />
<br />
Obviously any directory that this user has rw access to is also OK.<br />
<br />
On a machine with Windows firewall you could also run Lighty2Go as an admin user - start the servers and OK that Windows firewall allows these programs. Stops the annoying popups when on as a non-admin user.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[SSL, TLS, SMTP]]></title>
			<link>http://www.lighty2go.com/forum/showthread.php?tid=44</link>
			<pubDate>Fri, 29 Aug 2008 05:33:03 -0400</pubDate>
			<dc:creator>mdd1985</dc:creator>
			<guid isPermaLink="false">http://www.lighty2go.com/forum/showthread.php?tid=44</guid>
			<description><![CDATA[<span style="font-family: Tahoma;">Hi there<br />
<br />
I've just installed Lighty2Go and so far it seems to be the best LIMP/WAMP implementation for my purposes. I am currently implementing a Web 2.0 website for a course in my programme at university and this appears to be the best way to hand in that project with all my configurations set on a Flash Drive.<br />
<br />
I was wondering, however, if you could set me in the right direction regarding the following two issues:<br />
<br />
<ol type="1">
<li>How would I implement SSL/TLS on L2G?</li>
<li>My web form requires an emailed activation code, but in other WAMP implementations the php mail function did not work because of no built in SMTP server. What might my options be? I'm currently relaying my requests over a 3rd-party SMTP using XPM4, but to relay to Google SMTP I requre TLS (hence my previous query).<br />
</li></ol>
<br />
<br />
I noticed on Wikipedia's <a href="http://en.wikipedia.org/wiki/Comparison_of_WAMPs" target="_blank">'Comparison of WAMPs'</a> that L2G has mod_ssl and OpenSSL built in, so any light of how to actually implement them would be wonderful, even if it is a link to another tutorial online.<br />
<br />
Thank you so much for a very useful project. I look forward to any help you may provide.<br />
<br />
Kind regards.</span>]]></description>
			<content:encoded><![CDATA[<span style="font-family: Tahoma;">Hi there<br />
<br />
I've just installed Lighty2Go and so far it seems to be the best LIMP/WAMP implementation for my purposes. I am currently implementing a Web 2.0 website for a course in my programme at university and this appears to be the best way to hand in that project with all my configurations set on a Flash Drive.<br />
<br />
I was wondering, however, if you could set me in the right direction regarding the following two issues:<br />
<br />
<ol type="1">
<li>How would I implement SSL/TLS on L2G?</li>
<li>My web form requires an emailed activation code, but in other WAMP implementations the php mail function did not work because of no built in SMTP server. What might my options be? I'm currently relaying my requests over a 3rd-party SMTP using XPM4, but to relay to Google SMTP I requre TLS (hence my previous query).<br />
</li></ol>
<br />
<br />
I noticed on Wikipedia's <a href="http://en.wikipedia.org/wiki/Comparison_of_WAMPs" target="_blank">'Comparison of WAMPs'</a> that L2G has mod_ssl and OpenSSL built in, so any light of how to actually implement them would be wonderful, even if it is a link to another tutorial online.<br />
<br />
Thank you so much for a very useful project. I look forward to any help you may provide.<br />
<br />
Kind regards.</span>]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[PHP and PDO support]]></title>
			<link>http://www.lighty2go.com/forum/showthread.php?tid=43</link>
			<pubDate>Tue, 19 Aug 2008 02:33:31 -0400</pubDate>
			<guid isPermaLink="false">http://www.lighty2go.com/forum/showthread.php?tid=43</guid>
			<description><![CDATA[Would it be possible to release a build of Lighty2Go that has PHP built with the <a href="http://us3.php.net/pdo" target="_blank">PDO extension</a>?<br />
<br />
Thanks!]]></description>
			<content:encoded><![CDATA[Would it be possible to release a build of Lighty2Go that has PHP built with the <a href="http://us3.php.net/pdo" target="_blank">PDO extension</a>?<br />
<br />
Thanks!]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[phpMiniAdmin]]></title>
			<link>http://www.lighty2go.com/forum/showthread.php?tid=42</link>
			<pubDate>Sat, 16 Aug 2008 15:42:39 -0400</pubDate>
			<dc:creator>squeeze69</dc:creator>
			<guid isPermaLink="false">http://www.lighty2go.com/forum/showthread.php?tid=42</guid>
			<description><![CDATA[Hi.<br />
<br />
Just testing Lighty2Go.<br />
<br />
One suggestion.<br />
<br />
Why don't you make a variant with phpminiadmin ( <a href="http://phpminiadmin.sourceforge.net/" target="_blank">http://phpminiadmin.sourceforge.net/</a> ) instead of the fantastic phpmyadmin? 22.5Kb instead of 4.6MB. On a USB drive could be important sometimes.<br />
<br />
I suppose that also a suggestion in the Lighty2Go document could be enough. :-)<br />
<br />
Useful bundle. Thanks.<br />
<br />
Marco.]]></description>
			<content:encoded><![CDATA[Hi.<br />
<br />
Just testing Lighty2Go.<br />
<br />
One suggestion.<br />
<br />
Why don't you make a variant with phpminiadmin ( <a href="http://phpminiadmin.sourceforge.net/" target="_blank">http://phpminiadmin.sourceforge.net/</a> ) instead of the fantastic phpmyadmin? 22.5Kb instead of 4.6MB. On a USB drive could be important sometimes.<br />
<br />
I suppose that also a suggestion in the Lighty2Go document could be enough. :-)<br />
<br />
Useful bundle. Thanks.<br />
<br />
Marco.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Issues when using the traytool.]]></title>
			<link>http://www.lighty2go.com/forum/showthread.php?tid=41</link>
			<pubDate>Wed, 06 Aug 2008 17:38:45 -0400</pubDate>
			<guid isPermaLink="false">http://www.lighty2go.com/forum/showthread.php?tid=41</guid>
			<description><![CDATA[Hello <br />
I'm having this issue I boot with the traymenu.<br />
Using XP SP2<br />
<br />
<blockquote><cite>Quote:</cite>2008-08-06 22:30:48: (configfile.c.796) source: J:\\lighttpd\conf\lighttpd.conf<br />
line: 1 pos: 319 invalid character in variable name<br />
2008-08-06 22:30:48: (configfile.c.852) configfile parser failed at: J:"<br />
# var.l2gDir will be set by set-path.bat<br />
<br />
# LightTPD Configuration file (RUN AS A PROGRAM)<br />
#<br />
# Use it as a base for LightTPD 1.0.0 and above.<br />
#<br />
# &#36;Id: lighttpd-prg.conf,v 1.0 2006/11/03 23:35:28 weigon Exp &#36;<br />
<br />
## where to send error-messages to<br />
server.errorlog             = var.l2gDir +<br />
Press any key to continue...</blockquote>
<br />
I have taken a look a the conf file but could not tell which one was the invalid character.]]></description>
			<content:encoded><![CDATA[Hello <br />
I'm having this issue I boot with the traymenu.<br />
Using XP SP2<br />
<br />
<blockquote><cite>Quote:</cite>2008-08-06 22:30:48: (configfile.c.796) source: J:\\lighttpd\conf\lighttpd.conf<br />
line: 1 pos: 319 invalid character in variable name<br />
2008-08-06 22:30:48: (configfile.c.852) configfile parser failed at: J:"<br />
# var.l2gDir will be set by set-path.bat<br />
<br />
# LightTPD Configuration file (RUN AS A PROGRAM)<br />
#<br />
# Use it as a base for LightTPD 1.0.0 and above.<br />
#<br />
# &#36;Id: lighttpd-prg.conf,v 1.0 2006/11/03 23:35:28 weigon Exp &#36;<br />
<br />
## where to send error-messages to<br />
server.errorlog             = var.l2gDir +<br />
Press any key to continue...</blockquote>
<br />
I have taken a look a the conf file but could not tell which one was the invalid character.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[offline Zenphoto with lighty2go]]></title>
			<link>http://www.lighty2go.com/forum/showthread.php?tid=40</link>
			<pubDate>Sat, 02 Aug 2008 00:32:05 -0400</pubDate>
			<dc:creator>icadea</dc:creator>
			<guid isPermaLink="false">http://www.lighty2go.com/forum/showthread.php?tid=40</guid>
			<description><![CDATA[Dear all,<br />
<br />
Am new to this portable server software. I would like to distributes pictures of our chariot procession in a CD for free.<br />
<br />
I have found that Zenphoto at <a href="http://www.zenphoto.org" target="_blank">http://www.zenphoto.org</a> and your lighty2go are the most perfect combination for an offline photo server.<br />
<br />
The problem i am encountering is it is saying php-gd is not installed in lighty2go.<br />
<br />
Kindly guide or show how this could be done and I'll learn it from there.<br />
<br />
Thank you.]]></description>
			<content:encoded><![CDATA[Dear all,<br />
<br />
Am new to this portable server software. I would like to distributes pictures of our chariot procession in a CD for free.<br />
<br />
I have found that Zenphoto at <a href="http://www.zenphoto.org" target="_blank">http://www.zenphoto.org</a> and your lighty2go are the most perfect combination for an offline photo server.<br />
<br />
The problem i am encountering is it is saying php-gd is not installed in lighty2go.<br />
<br />
Kindly guide or show how this could be done and I'll learn it from there.<br />
<br />
Thank you.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Installer/Configurator + HeidiSQL + FileZilla Client + FTP Server + POP3/SMTP Server]]></title>
			<link>http://www.lighty2go.com/forum/showthread.php?tid=39</link>
			<pubDate>Wed, 30 Jul 2008 16:36:20 -0400</pubDate>
			<dc:creator>fco.ernesto</dc:creator>
			<guid isPermaLink="false">http://www.lighty2go.com/forum/showthread.php?tid=39</guid>
			<description><![CDATA[Hello,<br />
<br />
I'm a webdeveloper and fall in love with your work. It's more clean than XAMPP and it's direction is portable deployment.<br />
<br />
I have the suggestion to add an SMTP/POP3 Server, FTP Server, HeidiSQL Portable, Firefox Portable, Thunderbird Portable, Filezilla Client Portable, Notepad++ Portable and Gimp.<br />
<br />
On the future could be more flexible to add/remove anothers DBs like Firebird, PostgreSQL...<br />
<br />
I want to help and I'm working on SMTP/POP3 standalone server and FTP server.<br />
<br />
I'm one of HeidiSQL developers. I really love and like the phpMyAdmin, but the HS is more "fast" to use.<br />
<br />
The idea is to have a simple and running webdevelopment environment easy-to-use or all-in-on.]]></description>
			<content:encoded><![CDATA[Hello,<br />
<br />
I'm a webdeveloper and fall in love with your work. It's more clean than XAMPP and it's direction is portable deployment.<br />
<br />
I have the suggestion to add an SMTP/POP3 Server, FTP Server, HeidiSQL Portable, Firefox Portable, Thunderbird Portable, Filezilla Client Portable, Notepad++ Portable and Gimp.<br />
<br />
On the future could be more flexible to add/remove anothers DBs like Firebird, PostgreSQL...<br />
<br />
I want to help and I'm working on SMTP/POP3 standalone server and FTP server.<br />
<br />
I'm one of HeidiSQL developers. I really love and like the phpMyAdmin, but the HS is more "fast" to use.<br />
<br />
The idea is to have a simple and running webdevelopment environment easy-to-use or all-in-on.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Mod_rewrite Not Work]]></title>
			<link>http://www.lighty2go.com/forum/showthread.php?tid=38</link>
			<pubDate>Wed, 30 Jul 2008 00:41:00 -0400</pubDate>
			<guid isPermaLink="false">http://www.lighty2go.com/forum/showthread.php?tid=38</guid>
			<description><![CDATA[Mod_rewrite Not Work <img src="http://www.lighty2go.com/forum/images/smilies/sad.gif" style="vertical-align: middle;" border="0" alt="Sad" title="Sad" /><br />
<br />
how .... any .....]]></description>
			<content:encoded><![CDATA[Mod_rewrite Not Work <img src="http://www.lighty2go.com/forum/images/smilies/sad.gif" style="vertical-align: middle;" border="0" alt="Sad" title="Sad" /><br />
<br />
how .... any .....]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Fatal Error - select_lang.lib.php]]></title>
			<link>http://www.lighty2go.com/forum/showthread.php?tid=37</link>
			<pubDate>Tue, 29 Jul 2008 07:03:22 -0400</pubDate>
			<dc:creator>BigDave</dc:creator>
			<guid isPermaLink="false">http://www.lighty2go.com/forum/showthread.php?tid=37</guid>
			<description><![CDATA[Hi,<br />
<br />
Got a bit of a strange problem, when I try to open phpmyadmin at either:<br />
<br />
http://localhost/phpmyadmin/<br />
<a href="http://127.0.0.1/phpmyadmin/" target="_blank">http://127.0.0.1/phpmyadmin/</a><br />
or<br />
<a href="http://198.198.198.211/phpmyadmin/" target="_blank">http://198.198.198.211/phpmyadmin/</a> (my network IP)<br />
<br />
I get the following error message:<br />
<br />
Fatal error: Maximum execution time of 30 seconds exceeded in F:\Lighty2Go\phpMyAdmin\libraries\select_lang.lib.php on line 370<br />
<br />
I've had a look at line 370 in the above .php file but I'm completely lost - any help would be greatly appreciated.<br />
<br />
Thanks, Dave]]></description>
			<content:encoded><![CDATA[Hi,<br />
<br />
Got a bit of a strange problem, when I try to open phpmyadmin at either:<br />
<br />
http://localhost/phpmyadmin/<br />
<a href="http://127.0.0.1/phpmyadmin/" target="_blank">http://127.0.0.1/phpmyadmin/</a><br />
or<br />
<a href="http://198.198.198.211/phpmyadmin/" target="_blank">http://198.198.198.211/phpmyadmin/</a> (my network IP)<br />
<br />
I get the following error message:<br />
<br />
Fatal error: Maximum execution time of 30 seconds exceeded in F:\Lighty2Go\phpMyAdmin\libraries\select_lang.lib.php on line 370<br />
<br />
I've had a look at line 370 in the above .php file but I'm completely lost - any help would be greatly appreciated.<br />
<br />
Thanks, Dave]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Version for WindowsMobile6?]]></title>
			<link>http://www.lighty2go.com/forum/showthread.php?tid=36</link>
			<pubDate>Wed, 09 Jul 2008 03:20:00 -0400</pubDate>
			<guid isPermaLink="false">http://www.lighty2go.com/forum/showthread.php?tid=36</guid>
			<description><![CDATA[Hello, <br />
is there a way of getting this to run on WindowsMobil devices? Or does anyone know of a WAMP version that is able to be installed on mobile devices?  Any answer very much appreciated <img src="http://www.lighty2go.com/forum/images/smilies/smile.gif" style="vertical-align: middle;" border="0" alt="Smile" title="Smile" /><br />
cheers]]></description>
			<content:encoded><![CDATA[Hello, <br />
is there a way of getting this to run on WindowsMobil devices? Or does anyone know of a WAMP version that is able to be installed on mobile devices?  Any answer very much appreciated <img src="http://www.lighty2go.com/forum/images/smilies/smile.gif" style="vertical-align: middle;" border="0" alt="Smile" title="Smile" /><br />
cheers]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Lighty2Go for Linux?]]></title>
			<link>http://www.lighty2go.com/forum/showthread.php?tid=35</link>
			<pubDate>Tue, 24 Jun 2008 15:09:52 -0400</pubDate>
			<guid isPermaLink="false">http://www.lighty2go.com/forum/showthread.php?tid=35</guid>
			<description><![CDATA[Lighty2Go for Linux?<br />
Someone has tried it?<br />
Here someone has tried it with the apache: <a href="http://www.splitbrain.org/blog/2008-03/28-compiling_a_portable_apache_for_linux?s" target="_blank">http://www.splitbrain.org/blog/2008-03/2...or_linux?s</a>[&#93;=apache]]></description>
			<content:encoded><![CDATA[Lighty2Go for Linux?<br />
Someone has tried it?<br />
Here someone has tried it with the apache: <a href="http://www.splitbrain.org/blog/2008-03/28-compiling_a_portable_apache_for_linux?s" target="_blank">http://www.splitbrain.org/blog/2008-03/2...or_linux?s</a>[]=apache]]></content:encoded>
		</item>
	</channel>
</rss>