<?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: Deprecated: Assigning the return value of new by reference is deprecated in /adodb/adodb.inc.php on line 893, 1919, 1991	</title>
	<atom:link href="https://www.vtexperts.com/deprecated-assigning-the-return-value-of-new-by-reference-is-deprecated-in-adodbadodb-inc-php-on-line-893-1919-1991/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.vtexperts.com/deprecated-assigning-the-return-value-of-new-by-reference-is-deprecated-in-adodbadodb-inc-php-on-line-893-1919-1991/</link>
	<description>VTiger Support, Development, Data Migration, Customization and Extensions, Plugins, Addons..</description>
	<lastBuildDate>Fri, 14 Oct 2016 18:04:30 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=5.4.2</generator>
	<item>
		<title>
		By: vte		</title>
		<link>https://www.vtexperts.com/deprecated-assigning-the-return-value-of-new-by-reference-is-deprecated-in-adodbadodb-inc-php-on-line-893-1919-1991/#comment-13957</link>

		<dc:creator><![CDATA[vte]]></dc:creator>
		<pubDate>Sat, 19 Apr 2014 18:43:31 +0000</pubDate>
		<guid isPermaLink="false">https://www.vtexperts.com/?p=125#comment-13957</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.vtexperts.com/deprecated-assigning-the-return-value-of-new-by-reference-is-deprecated-in-adodbadodb-inc-php-on-line-893-1919-1991/#comment-13956&quot;&gt;joe&lt;/a&gt;.

Joe - Thanks for Sharing!]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://www.vtexperts.com/deprecated-assigning-the-return-value-of-new-by-reference-is-deprecated-in-adodbadodb-inc-php-on-line-893-1919-1991/#comment-13956">joe</a>.</p>
<p>Joe &#8211; Thanks for Sharing!</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: joe		</title>
		<link>https://www.vtexperts.com/deprecated-assigning-the-return-value-of-new-by-reference-is-deprecated-in-adodbadodb-inc-php-on-line-893-1919-1991/#comment-13956</link>

		<dc:creator><![CDATA[joe]]></dc:creator>
		<pubDate>Sat, 19 Apr 2014 04:44:13 +0000</pubDate>
		<guid isPermaLink="false">https://www.vtexperts.com/?p=125#comment-13956</guid>

					<description><![CDATA[// notice the source of the errors is the adodb files
// using the path given in the error message open the files
// to see what revision has been delivered

pico /home/myLoginName/public_html/vtigerCRM/libraries/adodb/adodb.inc.php

// compare the revision level to the latest revision
   found at 

 http://adodb.sourceforge.net/#download 

// download the latest revision file {maybe using lynx} into
// /home/myLoginName/public_html/vtigerCRM/libraries
ls *.tgz
 //should list the lates revision file (in time the name will change)
 adodb518a.tgz

//during untarr a new directory will be created: adodb5 
 tar -xvzf adodb518a.tgz    (or whatever name listed above)
 
 //copy the old revision directory adodb to adodb4
 cp -r adodb adodb4
 //clean out the old stuff
 rm -r adodb       
 //copy the new revision directory adodb5 to adodb
 cp -r adodb5 adodb
 //clear out the working files
 rm -r adodb4
 rm -r adodb5

//test run the install script in your web browser
 http://mywebpage.com/vtigerCRM/index.php]]></description>
			<content:encoded><![CDATA[<p>// notice the source of the errors is the adodb files<br />
// using the path given in the error message open the files<br />
// to see what revision has been delivered</p>
<p>pico /home/myLoginName/public_html/vtigerCRM/libraries/adodb/adodb.inc.php</p>
<p>// compare the revision level to the latest revision<br />
   found at </p>
<p> <a href="http://adodb.sourceforge.net/#download" rel="nofollow ugc">http://adodb.sourceforge.net/#download</a> </p>
<p>// download the latest revision file {maybe using lynx} into<br />
// /home/myLoginName/public_html/vtigerCRM/libraries<br />
ls *.tgz<br />
 //should list the lates revision file (in time the name will change)<br />
 adodb518a.tgz</p>
<p>//during untarr a new directory will be created: adodb5<br />
 tar -xvzf adodb518a.tgz    (or whatever name listed above)</p>
<p> //copy the old revision directory adodb to adodb4<br />
 cp -r adodb adodb4<br />
 //clean out the old stuff<br />
 rm -r adodb<br />
 //copy the new revision directory adodb5 to adodb<br />
 cp -r adodb5 adodb<br />
 //clear out the working files<br />
 rm -r adodb4<br />
 rm -r adodb5</p>
<p>//test run the install script in your web browser<br />
 <a href="http://mywebpage.com/vtigerCRM/index.php" rel="nofollow ugc">http://mywebpage.com/vtigerCRM/index.php</a></p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
