From: Greg Larkin Date: July 10 2012 3:44pm Subject: Re: Weekly report issue after moving to new OS List-Archive: http://lists.mysql.com/eventum-users/6051 Message-Id: <4FFC4DED.4080403@sourcehosting.net> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="------------020202030509060709020505" --------------020202030509060709020505 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Hi Lee, Excellent, glad to hear it! Yes, those are the php.ini files I mentioned, but here's an easier way to check for differences. Run the following command on each machine and check if there are any differences: php -i|grep register I have a hunch that the register_globals setting is different on the two machines. Regards, Greg On 7/10/12 11:16 AM, Lee Cartwright wrote: > Hi Greg, > > That worked. Thanks you both for the quick help. > > The machine differences are: > > Old > # php --version > PHP 5.2.11 with Suhosin-Patch 0.9.7 (cli) (built: Sep 24 2009 13:35:48) > > > New > $ php --version > PHP 5.3.2-1ubuntu4.17 with Suhosin-Patch (cli) (built: Jun 19 2012 > 01:35:33) > > Do you mean the php.ini files in /etc/php5/apache2? Sorry if that's a > silly question, I'm very new to PHP. > > Lee > > On 10/07/12 15:43, Greg Larkin wrote: >> On 7/10/12 4:11 AM, Lee Cartwright wrote: >>> I've attached the weekly data file from my templates_c directory. >>> >>> I've checked the Eventum config files and they are pointing >>> APP_SMARTY_PATH at the Smarty directory included with Eventum. Just i= n >>> case I've checked the Smarty install on this machine and it is also >>> Smarty2 >>> >>> lee@www:/var/www/dcs-eventum/templates_c$ dpkg -l | grep smarty >>> ii smarty >>> 2.6.26-0.1ubuntu1 Template engine for PHP >>> >>> Thanks >>> Lee >>> >>> On 09/07/12 18:05, Elan Ruusam=E4e wrote: >>>> On 07/09/2012 07:51 PM, Lee Cartwright wrote: >>>>> Thanks for the quick response. I have tried clearing out >>>>> templates_c, which didn't help. >>>> copy of the template_c file would be useful then, maybe could figure >>>> out from there >>>> >>> >> Hi Lee, >> >> Try changing the code in the template file from this: >> >> {$data.issues.other[issue].iss_id|str_pad:5:" ":"STR_PAD_LEFT"} >> >> >> to this: >> >> {$data.issues.other[issue].iss_id|str_pad:5:" >> ":$smarty.const.STR_PAD_LEFT} >> >> >> Then delete the cached template and give the page another try. >> >> What version of PHP was Eventum installed on prior to the migration? = To >> determine the underlying cause of the problem, it would also help to s= ee >> the php.ini file from the old and new installations, but you may want = to >> clean the files of any sensitive information before posting a link to >> them. >> >> Hope that helps, >> Greg >> --------------020202030509060709020505--