The group you are posting to is a
Usenet group . Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
From:
Xerosigma <nestorle... @gmail.com>
Date: Thu, 2 Aug 2012 18:22:55 -0700 (PDT)
Local: Thurs, Aug 2 2012 9:22 pm
Subject: Fresh Install - No Go
Just installed the Joomla! Platform and gave this: http://docs.joomla.org/How_to_create_a_stand-alone_application_using_...
a go.
I got an error right away. Not sure what the issue is.
Error: [02-Aug-2012 19:07:31] PHP Fatal error: require_once() [<a href='function.require'>function.require</a>]: Failed opening required '__DIR__platform.php' (include_path='.:/usr/lib64/php:/usr/lib/php:/usr/share/pear') in /home2/terracha/public_html/server/libraries/import.php on line 33
You must
Sign in before you can post messages.
You do not have the permission required to post.
From:
Nestor Ledon <nestorle... @gmail.com>
Date: Thu, 2 Aug 2012 22:05:14 -0700 (PDT)
Local: Fri, Aug 3 2012 1:05 am
Subject: Re: Fresh Install - No Go
Update:
I have also tried the examples found here: http://joomlacode.org/gf/project/platformapps/
There are some differences the these so I gave it a shot but still no go. I seem to be able to echo simple php into the CLI no problem so it has to be the way I'm using the platform or maybe my PHP settings?
On Thursday, August 2, 2012 8:22:55 PM UTC-5, Nestor Ledon wrote:
> Just installed the Joomla! Platform and gave this: > http://docs.joomla.org/How_to_create_a_stand-alone_application_using_...
> a go.
> I got an error right away. Not sure what the issue is.
> Error: > [02-Aug-2012 19:07:31] PHP Fatal error: require_once() [<a > href='function.require'>function.require</a>]: Failed opening required > '__DIR__platform.php' > (include_path='.:/usr/lib64/php:/usr/lib/php:/usr/share/pear') in > /home2/terracha/public_html/server/libraries/import.php on line 33
You must
Sign in before you can post messages.
You do not have the permission required to post.
From:
Nikolai Plath <der.el.k... @gmail.com>
Date: Thu, 2 Aug 2012 22:39:40 -0700 (PDT)
Local: Fri, Aug 3 2012 1:39 am
Subject: Re: Fresh Install - No Go
__DIR__platform.php
There is a slash missing, so __DIR__ is not resolved to the actual path..
You also might want to check out the examples from here: https://github.com/joomla/joomla-platform-examples
Am Donnerstag, 2. August 2012 20:22:55 UTC-5 schrieb Nestor Ledon:
> Just installed the Joomla! Platform and gave this: > http://docs.joomla.org/How_to_create_a_stand-alone_application_using_...
> a go.
> I got an error right away. Not sure what the issue is.
> Error: > [02-Aug-2012 19:07:31] PHP Fatal error: require_once() [<a > href='function.require'>function.require</a>]: Failed opening required > '__DIR__platform.php' > (include_path='.:/usr/lib64/php:/usr/lib/php:/usr/share/pear') in > /home2/terracha/public_html/server/libraries/import.php on line 33
You must
Sign in before you can post messages.
You do not have the permission required to post.
From:
Nikolai Plath <der.el.k... @gmail.com>
Date: Fri, 03 Aug 2012 00:44:26 -0500
Local: Fri, Aug 3 2012 1:44 am
Subject: Re: [jplatform] Re: Fresh Install - No Go
Oh I just realized... could it be that you are using PHP 5.2 ?
Am 03.08.2012 00:39, schrieb Nikolai Plath:
You must
Sign in before you can post messages.
You do not have the permission required to post.
From:
Nestor Ledon <nestorle... @gmail.com>
Date: Sat, 4 Aug 2012 18:09:45 -0700 (PDT)
Local: Sat, Aug 4 2012 9:09 pm
Subject: Re: [jplatform] Re: Fresh Install - No Go
PHP Version 5.2.17
TT_TT Is this going to be an issue?
Thanks.
On Friday, August 3, 2012 12:44:26 AM UTC-5, Nikolai Plath wrote:
> Oh I just realized... could it be that you are using PHP 5.2 ?
> Am 03.08.2012 00:39, schrieb Nikolai Plath:
> __DIR__platform.php
> There is a slash missing, so __DIR__ is not resolved to the actual path..
> You also might want to check out the examples from here: > https://github.com/joomla/joomla-platform-examples
> Am Donnerstag, 2. August 2012 20:22:55 UTC-5 schrieb Nestor Ledon:
>> Just installed the Joomla! Platform and gave this: >> http://docs.joomla.org/How_to_create_a_stand-alone_application_using_...
>> a go.
>> I got an error right away. Not sure what the issue is.
>> Error: >> [02-Aug-2012 19:07:31] PHP Fatal error: require_once() [<a >> href='function.require'>function.require</a>]: Failed opening required >> '__DIR__platform.php' >> (include_path='.:/usr/lib64/php:/usr/lib/php:/usr/share/pear') in >> /home2/terracha/public_html/server/libraries/import.php on line 33
You must
Sign in before you can post messages.
You do not have the permission required to post.
From:
Michael Babker <mbab... @flbab.com>
Date: Sat, 04 Aug 2012 20:13:05 -0500
Local: Sat, Aug 4 2012 9:13 pm
Subject: Re: [jplatform] Re: Fresh Install - No Go
Yes. Platform 12 and CMS 3 require PHP 5.3.1 minimum.
From: Nestor Ledon <nestorle... @gmail.com>
Reply-To: <joomla-dev-platform@googlegroups.com>
Date: Saturday, August 4, 2012 8:09 PM
To: <joomla-dev-platform@googlegroups.com>
Subject: Re: [jplatform] Re: Fresh Install - No Go
PHP Version 5.2.17
TT_TT Is this going to be an issue?
Thanks.
On Friday, August 3, 2012 12:44:26 AM UTC-5, Nikolai Plath wrote:
> Oh I just realized... could it be that you are using PHP 5.2 ?
> Am 03.08.2012 00:39, schrieb Nikolai Plath:
>> __DIR__platform.php
>> There is a slash missing, so __DIR__ is not resolved to the actual path..
>> You also might want to check out the examples from here:
>> https://github.com/joomla/joomla-platform-examples
>> Am Donnerstag, 2. August 2012 20:22:55 UTC-5 schrieb Nestor Ledon:
>>> Just installed the Joomla! Platform and gave this:
>>> http://docs.joomla.org/How_to_create_a_stand-alone_application_using_...
>>> mla!_Platform >>> <http://docs.joomla.org/How_to_create_a_stand-alone_application_using_...
>>> omla%21_Platform>
>>> a go.
>>> I got an error right away. Not sure what the issue is.
>>> Error:
>>> [02-Aug-2012 19:07:31] PHP Fatal error: require_once() [<a
>>> href='function.require'>function.require</a>]: Failed opening required
>>> '__DIR__platform.php'
>>> (include_path='.:/usr/lib64/php:/usr/lib/php:/usr/share/pear') in
>>> /home2/terracha/public_html/server/libraries/import.php on line 33
You must
Sign in before you can post messages.
You do not have the permission required to post.
From:
Nestor Ledon <nestorle... @gmail.com>
Date: Sat, 4 Aug 2012 18:35:38 -0700 (PDT)
Local: Sat, Aug 4 2012 9:35 pm
Subject: Re: [jplatform] Re: Fresh Install - No Go
Ahh crud. I see it now on the GitHub page.
Guess I'll have to stick with 11 then. On a shared host atm. Any significant differences between 11 and 12? Link would do just fine if one exists.
On Saturday, August 4, 2012 8:13:05 PM UTC-5, Michael Babker wrote:
> Yes. Platform 12 and CMS 3 require PHP 5.3.1 minimum.
> From: Nestor Ledon <nestorle... @gmail.com> > Reply-To: <joomla-dev-platform@googlegroups.com> > Date: Saturday, August 4, 2012 8:09 PM > To: <joomla-dev-platform@googlegroups.com> > Subject: Re: [jplatform] Re: Fresh Install - No Go
> PHP Version 5.2.17
> TT_TT Is this going to be an issue?
> Thanks.
> On Friday, August 3, 2012 12:44:26 AM UTC-5, Nikolai Plath wrote:
>> Oh I just realized... could it be that you are using PHP 5.2 ?
>> Am 03.08.2012 00:39, schrieb Nikolai Plath:
>> __DIR__platform.php
>> There is a slash missing, so __DIR__ is not resolved to the actual path..
>> You also might want to check out the examples from here: >> https://github.com/joomla/joomla-platform-examples
>> Am Donnerstag, 2. August 2012 20:22:55 UTC-5 schrieb Nestor Ledon:
>>> Just installed the Joomla! Platform and gave this: >>> http://docs.joomla.org/How_to_create_a_stand-alone_application_using_...
>>> a go.
>>> I got an error right away. Not sure what the issue is.
>>> Error: >>> [02-Aug-2012 19:07:31] PHP Fatal error: require_once() [<a >>> href='function.require'>function.require</a>]: Failed opening required >>> '__DIR__platform.php' >>> (include_path='.:/usr/lib64/php:/usr/lib/php:/usr/share/pear') in >>> /home2/terracha/public_html/server/libraries/import.php on line 33
You must
Sign in before you can post messages.
You do not have the permission required to post.
From:
Andrew Eddie <mambob... @gmail.com>
Date: Mon, 3 Sep 2012 11:20:02 +1000
Local: Sun, Sep 2 2012 9:20 pm
Subject: Re: [jplatform] Re: Fresh Install - No Go
Yes, there's a lot of differences. Have a look at:
http://developer.joomla.org/news/421-version-12-1-of-the-joomla-platf...
Also, for a very basic platform example, you can have a look at:
https://github.com/eddieajau/jc-bach
Hope this helps.
Regards,
Andrew Eddie
http://learn.theartofjoomla.com - training videos for Joomla developers
On 5 August 2012 11:35, Nestor Ledon <nestorle... @gmail.com> wrote:
> Ahh crud. I see it now on the GitHub page.
> Guess I'll have to stick with 11 then. On a shared host atm. Any significant
> differences between 11 and 12?
> Link would do just fine if one exists.
> On Saturday, August 4, 2012 8:13:05 PM UTC-5, Michael Babker wrote:
>> Yes. Platform 12 and CMS 3 require PHP 5.3.1 minimum.
>> From: Nestor Ledon <nestorle... @gmail.com>
>> Reply-To: <joomla-dev-platform@googlegroups.com>
>> Date: Saturday, August 4, 2012 8:09 PM
>> To: <joomla-dev-platform@googlegroups.com>
>> Subject: Re: [jplatform] Re: Fresh Install - No Go
>> PHP Version 5.2.17
>> TT_TT Is this going to be an issue?
>> Thanks.
>> On Friday, August 3, 2012 12:44:26 AM UTC-5, Nikolai Plath wrote:
>>> Oh I just realized... could it be that you are using PHP 5.2 ?
>>> Am 03.08.2012 00:39, schrieb Nikolai Plath:
>>> __DIR__platform.php
>>> There is a slash missing, so __DIR__ is not resolved to the actual path..
>>> You also might want to check out the examples from here:
>>> https://github.com/joomla/joomla-platform-examples
>>> Am Donnerstag, 2. August 2012 20:22:55 UTC-5 schrieb Nestor Ledon:
>>>> Just installed the Joomla! Platform and gave this:
>>>> http://docs.joomla.org/How_to_create_a_stand-alone_application_using_...
>>>> a go.
>>>> I got an error right away. Not sure what the issue is.
>>>> Error:
>>>> [02-Aug-2012 19:07:31] PHP Fatal error: require_once() [<a
>>>> href='function.require'>function.require</a>]: Failed opening required
>>>> '__DIR__platform.php'
>>>> (include_path='.:/usr/lib64/php:/usr/lib/php:/usr/share/pear') in
>>>> /home2/terracha/public_html/server/libraries/import.php on line 33
You must
Sign in before you can post messages.
You do not have the permission required to post.