[PHPTAL] PHPTAL and Wordpress

Alister Cameron alister.cameron at cameroncreative.com
Tue Mar 18 00:32:12 CET 2008


Thank you, Kornel.
The secrecy issue or lack of GPL release is about not being sure how the
"business model" will shape up for this project... I don't live on charity
:)

That said I am as respectful as anyone of Open Source and am very keen to
make sure I get the relationship between revenue generation and Open Source
right!

Is this not everyone's problem?!?!

-A

On Mon, Mar 17, 2008 at 9:21 PM, Kornel Lesinski <kornel at aardvarkmedia.co.uk>
wrote:

> On 16 Mar 2008, at 03:49, Alister Cameron wrote:
>
> > In Wordpress, a theme is installed in the /wp-content/themes/
> > folder, including all dependencies and associated files.
> >
> > It would make sense for me then to install PHPTAL somewhere in there.
>
> Just after your e-mail Thomas Müller proposed solution that will help
> installing PHPTAL in any location. I think it's a good idea and I'll
> add it.
>
> > However no matter what I do, all I get is a "white screen of
> > death" (a PHP error of some sort).
> >
> > Now, not being a PHP guru, I don't know what to do.
>
> You've got a fatal error there somewhere. You can try to enable
> display_errors or set error_log in ini (or via ini_set()).
>
> If you still get blank screen despite that, it means that error
> occurs in code that uses @ operator (silences errors). Look for
> expressions like @some_function_call(); or @require "file"; — these
> may cause PHP to die with blank screen and no error logged.
>
> > The only location I can seem to install PHPTAL is the web root.
>
> You can install it anywhere in include_path. Try modifying it via
> set_include_path() (see http://phptal.motion-twin.com/manual/en/
> #installation)
>
> > Also, if I try and add PHPTAL into the code via a "global include"
> > that effects all pages, then it immediately "white screens" all
> > Wordpress admin pages.
>
> I think it dies because it can't find files it needs. Change of
> include_path should solve it.
>
> > PS. Happy to send the code I'm working on to the person who can
> > commit to "secrecy" and to working the problem out with me :)
>
> On the contrary, I'd love if you released the code under free license :)
>
> --
> regards, Kornel
>
>
> _______________________________________________
> PHPTAL mailing list
> PHPTAL at lists.motion-twin.com
> http://lists.motion-twin.com/mailman/listinfo/phptal
>



-- 
Alister Cameron
Managing Director
Cameron Creative Pty Ltd
www.cameroncreative.com

Creative, Strategic, Innovative... never boring!
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.motion-twin.com/pipermail/phptal/attachments/20080318/cacb2cf8/attachment.htm


More information about the PHPTAL mailing list