Thank you for the clue with the max integer Size. Yes i develop on a
64bit System and had no problems converting. Will test it on 32Bit
Systems and provide a Patch.

The error about the missing argument is fixed in Release 0.2.1 which
is available for dowonload now.

Greetings
Philip

On Nov 6, 6:59 pm, Bostjan Skufca <bostjan.skufca.w...@gmail.com>
wrote:
> I am getting the same error also.
>
> Also, on 32-bit platform I get incorrectly casted string to int, like
> this:
> Message: Failed to open file: fopen(/var/puppet/reports/
> sentry.servers.creatim.net/2147483647.yaml) [function.fopen]: failed
> to open stream: No such file or directory
>
> This comes from report file listing, which casts filename called
> 20091103212423.yaml into int, in /application/models/PuppetHost, line
> 146:
> $reportdate = (int) basename($file, '.yaml');
>
> Indeed what it does is this: it converts filename 20091103212423.yaml
> into integer 2147483647 on 32-bit platform.
>
> Hope this helps,
> b.
>
> directly translates into number 2.147.xxx.xxx (max positive integer),
> for which then file does not exist. This is
>
> On Nov 6, 12:15 am, Nicolas Brisac <n...@sol1.com.au> wrote:
>
> > Hi,
>
> > I'm trying to run puppetsurvey on 64-bit too, with all dependencies 
> > installed (correctly I think), and I'm getting the following error:
>
> > Warning : Missing argument 1 for Zend_View_Helper_LinkTo::linkTo() in 
> > /var/www/puppetsurvey/application/views/helpers/LinkTo.php on line 6
>
> > Any idea?
>
> > Thanks
> > Nico
>
> > ----- "Bostjan Skufca" <bostjan.sku...@gmail.com> wrote:
>
> > > Are you developing this on 64-bit platform?
>
> > > b.
>
> > > PS: Question arised when I started debugging PHP errors I got on my
> > > system while trying to run it - again:)
>
> > > On 4 nov., 20:26, Philip <phil2...@gmail.com> wrote:
> > > > I have released a new version of puppetsurvey on sourfeforge. Please
> > > > have a look athttp://puppetsurvey.sourceforge.netandletme know
> > > > your feedback.
>
> > > > Thank you
> > > > Philip
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Puppet Users" group.
To post to this group, send email to puppet-users@googlegroups.com
To unsubscribe from this group, send email to 
puppet-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/puppet-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to