<?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/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	
	>
<channel>
	<title>
	Comments on: poMMo Survives!	</title>
	<atom:link href="https://www.gfisk.com/pommo-survives/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.gfisk.com/pommo-survives/</link>
	<description>Random Tech Tips, Photography, Music, Words</description>
	<lastBuildDate>Sat, 04 Mar 2023 14:12:54 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=7.0.2</generator>
	<item>
		<title>
		By: danielle		</title>
		<link>https://www.gfisk.com/pommo-survives/#comment-18142</link>

		<dc:creator><![CDATA[danielle]]></dc:creator>
		<pubDate>Mon, 17 Nov 2014 18:58:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.gfisk.com/?p=3151#comment-18142</guid>

					<description><![CDATA[my maling is frozen, when i cancel de mailing it keeps saying: a mailing is currently processing view status.
how can i reset this so that i can start a new mailing.]]></description>
			<content:encoded><![CDATA[<p>my maling is frozen, when i cancel de mailing it keeps saying: a mailing is currently processing view status.<br />
how can i reset this so that i can start a new mailing.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Hendra		</title>
		<link>https://www.gfisk.com/pommo-survives/#comment-16661</link>

		<dc:creator><![CDATA[Hendra]]></dc:creator>
		<pubDate>Sun, 12 Oct 2014 14:40:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.gfisk.com/?p=3151#comment-16661</guid>

					<description><![CDATA[Thank you. This is great. :)]]></description>
			<content:encoded><![CDATA[<p>Thank you. This is great. :)</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Sohail		</title>
		<link>https://www.gfisk.com/pommo-survives/#comment-10542</link>

		<dc:creator><![CDATA[Sohail]]></dc:creator>
		<pubDate>Sat, 24 May 2014 05:23:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.gfisk.com/?p=3151#comment-10542</guid>

					<description><![CDATA[Hai Pommo system is working fine. But could you please explain me how to send email contacts to my database table. Pommo is sending email to subsribe table email column. I just want to change that into my &#039;register&#039; table email column.]]></description>
			<content:encoded><![CDATA[<p>Hai Pommo system is working fine. But could you please explain me how to send email contacts to my database table. Pommo is sending email to subsribe table email column. I just want to change that into my &#8216;register&#8217; table email column.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Mike Zabel		</title>
		<link>https://www.gfisk.com/pommo-survives/#comment-8206</link>

		<dc:creator><![CDATA[Mike Zabel]]></dc:creator>
		<pubDate>Sun, 16 Mar 2014 22:26:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.gfisk.com/?p=3151#comment-8206</guid>

					<description><![CDATA[Great Fix!  I too was a &quot;victim&quot; of my web host&#039;s PHP upgrade.  The upgrade was a good thing, but it crashed the outdated, original version of POMMO that I was using.

I felt I should add a note regarding the updating of the data base.  You will need a way to execute the code found in the /sql/upgrade.sql file, that is, after you&#039;ve made the appropriate changes. I&#039;ve taken the steps outlined above and added some additional instructions here below.

For my website, I utilized a couple of features on my web host&#039;s control panel.  The first was a feature called Site Backup, which allowed me to create a backup copy of my database.  After saving that backup copy to my desktop, I was able to open the database and find the necessary information needed to edit the /upgrade.sql file.

The next feature I used on my web host&#039;s control panel was phpMyAdmin.  This allowed me to copy/paste the edited sql code and execute it to complete my database upgrade.

2.  Upgrade your Database

  A. Use the code here:  /sql/upgrade.sql
          1)  Find the file in the Pommo-Master (or root) directory.
          2)  Open the file in Notepad (or some other editor).

  B.  Change all occurrences of  to the correct prefix your database is using  (pommo_tablename)
  C.  Change all occurrences of  with the user you will use to login

  D.   Change all occurrences of  with the password you will use to login
          1)  Now, save the file with changes you made.

  E.  Log in to phpMyAdmin, select the appropriate database, then select the SQL tab (which allows you to run SQL query/queries on database), copy and paste the code from the /upgrade.sql file  into the text box and click &quot;Go&quot;.  Your database should now be updated.

Thanks GFisk for this post!  And, a great big thanks goes to Soonick at GitHub.com for taking the reigns on this project and keeping it relevant!]]></description>
			<content:encoded><![CDATA[<p>Great Fix!  I too was a &#8220;victim&#8221; of my web host&#8217;s PHP upgrade.  The upgrade was a good thing, but it crashed the outdated, original version of POMMO that I was using.</p>
<p>I felt I should add a note regarding the updating of the data base.  You will need a way to execute the code found in the /sql/upgrade.sql file, that is, after you&#8217;ve made the appropriate changes. I&#8217;ve taken the steps outlined above and added some additional instructions here below.</p>
<p>For my website, I utilized a couple of features on my web host&#8217;s control panel.  The first was a feature called Site Backup, which allowed me to create a backup copy of my database.  After saving that backup copy to my desktop, I was able to open the database and find the necessary information needed to edit the /upgrade.sql file.</p>
<p>The next feature I used on my web host&#8217;s control panel was phpMyAdmin.  This allowed me to copy/paste the edited sql code and execute it to complete my database upgrade.</p>
<p>2.  Upgrade your Database</p>
<p>  A. Use the code here:  /sql/upgrade.sql<br />
          1)  Find the file in the Pommo-Master (or root) directory.<br />
          2)  Open the file in Notepad (or some other editor).</p>
<p>  B.  Change all occurrences of  to the correct prefix your database is using  (pommo_tablename)<br />
  C.  Change all occurrences of  with the user you will use to login</p>
<p>  D.   Change all occurrences of  with the password you will use to login<br />
          1)  Now, save the file with changes you made.</p>
<p>  E.  Log in to phpMyAdmin, select the appropriate database, then select the SQL tab (which allows you to run SQL query/queries on database), copy and paste the code from the /upgrade.sql file  into the text box and click &#8220;Go&#8221;.  Your database should now be updated.</p>
<p>Thanks GFisk for this post!  And, a great big thanks goes to Soonick at GitHub.com for taking the reigns on this project and keeping it relevant!</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Fabnook		</title>
		<link>https://www.gfisk.com/pommo-survives/#comment-7964</link>

		<dc:creator><![CDATA[Fabnook]]></dc:creator>
		<pubDate>Fri, 27 Dec 2013 08:26:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.gfisk.com/?p=3151#comment-7964</guid>

					<description><![CDATA[I follow your Quick Install Instructions but the problem is still not working and i install the pommo http://www.fabnook.com/pommo
Pls. help me to resolve this.

Thanks

Quick Install Instructions:
	1. Make sure your webhost meets the Minimal Requirements
	2. Download and extract the latest version of poMMo
		* This should create a directory named &#039;pommo&#039; wherever you unpacked it. This is known as the poMMo Root. 
	3. Create a MySQL database on your webserver for poMMo to use.
	4. Create (and edit) the config.php in your poMMo Root
		* Save the included config.sample.php (or the simplified config.simple.sample.php) as config.php. 
		* Make sure the database name, host, and username/password match the values provided in config.php 
	5. If you have not done so already, copy the entire contents of the poMMo Root to the directory you&#039;d like poMMo to run from on your webserver.
		* You can use FTP to install poMMo on your webserver 
	6. Make sure the webserver can write to the &quot;cache&quot; directory in the poMMo root.
		* This can be accomplished by setting permissions to &quot;777&quot; on a *nix system. 
	7. Visit your poMMo installation in a web browser and complete the online install procedure.]]></description>
			<content:encoded><![CDATA[<p>I follow your Quick Install Instructions but the problem is still not working and i install the pommo <a href="http://www.fabnook.com/pommo" rel="nofollow ugc">http://www.fabnook.com/pommo</a><br />
Pls. help me to resolve this.</p>
<p>Thanks</p>
<p>Quick Install Instructions:<br />
	1. Make sure your webhost meets the Minimal Requirements<br />
	2. Download and extract the latest version of poMMo<br />
		* This should create a directory named &#8216;pommo&#8217; wherever you unpacked it. This is known as the poMMo Root.<br />
	3. Create a MySQL database on your webserver for poMMo to use.<br />
	4. Create (and edit) the config.php in your poMMo Root<br />
		* Save the included config.sample.php (or the simplified config.simple.sample.php) as config.php.<br />
		* Make sure the database name, host, and username/password match the values provided in config.php<br />
	5. If you have not done so already, copy the entire contents of the poMMo Root to the directory you&#8217;d like poMMo to run from on your webserver.<br />
		* You can use FTP to install poMMo on your webserver<br />
	6. Make sure the webserver can write to the &#8220;cache&#8221; directory in the poMMo root.<br />
		* This can be accomplished by setting permissions to &#8220;777&#8221; on a *nix system.<br />
	7. Visit your poMMo installation in a web browser and complete the online install procedure.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: David		</title>
		<link>https://www.gfisk.com/pommo-survives/#comment-7415</link>

		<dc:creator><![CDATA[David]]></dc:creator>
		<pubDate>Tue, 05 Nov 2013 21:14:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.gfisk.com/?p=3151#comment-7415</guid>

					<description><![CDATA[Yes, Yes and Yes PoMMo is working fine now.
I also like email tracking, new feature.

There may still be some bugs. Like groups issue and WYSIWYG HTML editor is old but at least it is working.

Thumbs Up for this good effort!!!]]></description>
			<content:encoded><![CDATA[<p>Yes, Yes and Yes PoMMo is working fine now.<br />
I also like email tracking, new feature.</p>
<p>There may still be some bugs. Like groups issue and WYSIWYG HTML editor is old but at least it is working.</p>
<p>Thumbs Up for this good effort!!!</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: David		</title>
		<link>https://www.gfisk.com/pommo-survives/#comment-7402</link>

		<dc:creator><![CDATA[David]]></dc:creator>
		<pubDate>Sun, 03 Nov 2013 23:02:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.gfisk.com/?p=3151#comment-7402</guid>

					<description><![CDATA[Well let me check if it works or not. If this is not going to work then I think, I am going to find a premium service like Constant contact which I really do not want to use. I use Pommo, alot of time in past. I hope help from this website is going to work. I will let you know guys...]]></description>
			<content:encoded><![CDATA[<p>Well let me check if it works or not. If this is not going to work then I think, I am going to find a premium service like Constant contact which I really do not want to use. I use Pommo, alot of time in past. I hope help from this website is going to work. I will let you know guys&#8230;</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Shane		</title>
		<link>https://www.gfisk.com/pommo-survives/#comment-7074</link>

		<dc:creator><![CDATA[Shane]]></dc:creator>
		<pubDate>Wed, 04 Sep 2013 07:48:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.gfisk.com/?p=3151#comment-7074</guid>

					<description><![CDATA[Is it working now? Going to try it again..]]></description>
			<content:encoded><![CDATA[<p>Is it working now? Going to try it again..</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
