Grokbase
Topics Posts Groups | in
x
[ help ]

Martin Ellison (m...@acm.org)

Profile | Posts (1)

User Information

Display Name:Martin Ellison
Partial Email Address:m...@acm.org
Posts:
1 total
1 in Handel Framework

5 Most Recent

1) Martin Ellison [Catalyst] Hello, Deployment of Catalyst apps in a shared web hosting account without shell
| +1 vote
It may be theoretically possible, but probably would prove impossibly frustrating. You can be...
catalyst@lists.scsys.co.uk
[ Profile | Reply to group ] [ Flat  Thread  Threaded ]
It may be theoretically possible, but probably would prove impossibly
frustrating. You can be reasonably certain that your host will not have all
the Perl modules that you need and you will need to do a local install.

2008/10/3 Lee Aylward <lee@laylward.com>


> On Thu, Oct 02, 2008 at 06:10:01PM +0100, Ari Constancio wrote:
> > Hello,
> >
> > I'm new to Catalyst, and would like to know if it is possible to
> > deploy Catalyst apps in a shared web hosting account without shell?
> > For what I've read, it seems not possible but I need to be sure.
> >
> > Thank you,
> > Ari Constancio
> >
>
> Assuming that your shared host has all of the required modules installed
> you can use the .cgi script found in the /scripts directory of your
> catalyst application.
>
> --
> Lee Aylward
>
> -----BEGIN PGP SIGNATURE-----
> Version: GnuPG v1.4.9 (GNU/Linux)
>
> iEYEARECAAYFAkjlS84ACgkQornF2yojAAcTNACaApYHRpBX22ps6ghzaZ+FQrCe
> NFEAoI7Qw8dBl1EmRG9Fmk7kzN8XfIgK
> =CytI
> -----END PGP SIGNATURE-----
>
> _______________________________________________
> List: [email protected: Cat...@lists.scsys.co.uk]
> Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst
> Searchable archive:
> http://www.mail-archive.com/catalyst@lists.scsys.co.uk/
> Dev site: http://dev.catalyst.perl.org/
>
>


--
Regards,
Martin
([email protected: m...@acm.org])
IT: http://methodsupport.com Personal: http://thereisnoend.org
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.scsys.co.uk/pipermail/catalyst/attachments/20081003/2722fd39/attachment.htm
2) Martin Ellison [Catalyst] Trouble with loading catalyst app onto different machine
| +1 vote
Version mismatch in your libraries? 2008/9/1 Conrad Canterford <conrad@mail.watersprite.com.au> ...
catalyst@lists.scsys.co.uk
[ Profile | Reply to group ] [ Flat  Thread  Threaded ]
Version mismatch in your libraries?

2008/9/1 Conrad Canterford <conrad@mail.watersprite.com.au>


> Hi list,
> My app works just fine on my development machine, but when I copy it
> onto my live server (on a different machine), it fails with the
> following whenever I try to access anything past the first page (in this
> example, accessing something in the "users" controller):
>
> Couldn't forward to "Catalyst::Action". Does not implement "process"
> Couldn't forward to command "users/access_denied": Invalid action or
> component.
>
> This is the first time I've tried to copy it into the live server, so
> the cause is almost certainly something I don't have installed, or have
> installed differently, on that machine. My problem is that I cannot
> figure out what that is.
>
> I think its obvious that its attempting to do a forward(), and if I'm
> reading the messages correctly, its trying to forward to
> access_denied(), which is presumably called because the user doesn't
> have permission (using Catalyst::Plugin::Authorization::ACL).
>
> I have checked that I have the most recent versions (off CPAN) for
> Catalyst::Runtime, Catalyst::Devel, and the Authorization and
> Authentication plugins (on both the development and live machine).
>
> I have also checked that it is not caused by running under mod_perl in
> Apache2 (which it isn't - the same error occurs running the Catalyst
> server on that machine).
>
> I have googled for those error messages (and found the source code for
> Catalyst::Dispatcher where they reside), but nothing to point me to
> where to look next.
>
> In desperation, I copied the access_denied() code into my base
> controller class - it formerly lived in Root.pm - on the theory that
> maybe something was different about the path it was searching to find
> the code, but to no avail.
>
> So, I'm at a loss as to what to look at next. I'm certainly not an
> experienced Catalyst user (or even a particularly experienced perl
> user). Any pointers would be appreciated.
>
> Thanks,
> Conrad.
>
>
>
>
> _______________________________________________
> List: [email protected: Cat...@lists.scsys.co.uk]
> Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst
> Searchable archive:
> http://www.mail-archive.com/catalyst@lists.scsys.co.uk/
> Dev site: http://dev.catalyst.perl.org/
>



--
Regards,
Martin
([email protected: m...@acm.org])
IT: http://methodsupport.com Personal: http://thereisnoend.org
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.scsys.co.uk/pipermail/catalyst/attachments/20080901/d1ea3cdb/attachment.htm
3) Martin Ellison [Catalyst] [PATCH] PageCache and white labelling
| +1 vote
I have uploaded a combined patch to http://rt.cpan.org/Public/Bug/Display.html?id=38524 2008/8/22...
catalyst@lists.scsys.co.uk
[ Profile | Reply to group ] [ Flat  Thread  Threaded ]
I have uploaded a combined patch to
http://rt.cpan.org/Public/Bug/Display.html?id=38524

2008/8/22 Martin Ellison <m.e@acm.org>


> Will do, slight circular tuit shortage. Also tropical cyclone.
>
> 2008/8/22 Matt S Trout <dbix-class@trout.me.uk>
>
> On Sat, Aug 16, 2008 at 09:28:57PM +0800, Martin Ellison wrote:
>> > I am resubmitting this patch *again*, could someone please look at it.
>>
>> If you can please send the patch -with- the config key fix, as requested,
>> the PageCache maintainer is waiting to look at that version for you.
>>
>>
--
Regards,
Martin
([email protected: m...@acm.org])
IT: http://methodsupport.com Personal: http://thereisnoend.org
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.scsys.co.uk/pipermail/catalyst/attachments/20080822/9ab738c6/attachment.htm
4) Martin Ellison [Catalyst] [PATCH] PageCache and white labelling
| +1 vote
Will do, slight circular tuit shortage. Also tropical cyclone. 2008/8/22 Matt S Trout...
catalyst@lists.scsys.co.uk
[ Profile | Reply to group ] [ Flat  Thread  Threaded ]
Will do, slight circular tuit shortage. Also tropical cyclone.

2008/8/22 Matt S Trout <dbix-class@trout.me.uk>


> On Sat, Aug 16, 2008 at 09:28:57PM +0800, Martin Ellison wrote:
> > I am resubmitting this patch *again*, could someone please look at it.
>
> If you can please send the patch -with- the config key fix, as requested,
> the PageCache maintainer is waiting to look at that version for you.
>
> --
> Matt S Trout Need help with your Catalyst or DBIx::Class
> project?
>   Technical Director
> http://www.shadowcat.co.uk/catalyst/
> Shadowcat Systems Ltd. Want a managed development or deployment platform?
> http://chainsawblues.vox.com/
> http://www.shadowcat.co.uk/servers/
>
> _______________________________________________
> List: [email protected: Cat...@lists.scsys.co.uk]
> Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst
> Searchable archive:
> http://www.mail-archive.com/catalyst@lists.scsys.co.uk/
> Dev site: http://dev.catalyst.perl.org/
>



--
Regards,
Martin
([email protected: m...@acm.org])
IT: http://methodsupport.com Personal: http://thereisnoend.org
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.scsys.co.uk/pipermail/catalyst/attachments/20080822/e23a507a/attachment.htm
5) Martin Ellison [Catalyst] PageCache and white labelling?
| +1 vote
2008/8/18 Matt S Trout <dbix-class@trout.me.uk> I'm concerned about doing two things in the one...
catalyst@lists.scsys.co.uk
[ Profile | Reply to group ] [ Flat  Thread  Threaded ]
2008/8/18 Matt S Trout <dbix-class@trout.me.uk>
>
> ...config should be under 'Plugin::PageCache' as I said - that's the
> standard for plugin config info.
>
> If PageCache is still using old style it'd be nice if you could do a first
> patch switching it across.
>

I'm concerned about doing two things in the one patch; can we do my patch
first?

--
Regards,
Martin
([email protected: m...@acm.org])
IT: http://methodsupport.com Personal: http://thereisnoend.org
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.scsys.co.uk/pipermail/catalyst/attachments/20080818/76c3fa66/attachment.htm

spacer
Profile | Posts (1)
Home > People > Martin Ellison