Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Fresh Install - No Go
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  8 messages - Collapse all  -  Translate all to Translated (View all originals)
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:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Xerosigma  
View profile  
 More options Aug 2 2012, 9:22 pm
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.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Nestor Ledon  
View profile  
 More options Aug 3 2012, 1:05 am
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?


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Nikolai Plath  
View profile  
 More options Aug 3 2012, 1:39 am
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:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Nikolai Plath  
View profile  
 More options Aug 3 2012, 1:44 am
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.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Nestor Ledon  
View profile  
 More options Aug 4 2012, 9:09 pm
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.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Michael Babker  
View profile  
 More options Aug 4 2012, 9:13 pm
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.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Nestor Ledon  
View profile  
 More options Aug 4 2012, 9:35 pm
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.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Andrew Eddie  
View profile  
 More options Sep 2 2012, 9:20 pm
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:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »