Talk:How to create a stand-alone application using the Joomla! Platform
(→Fatal error: fatal opening required 'libraries/import.legacy.php': new section) |
(→about controllers & mvc patron) |
||
| (4 intermediate revisions by one user not shown) | |||
| Line 15: | Line 15: | ||
found this error in: | found this error in: | ||
| − | ''' | + | '''require_once JPATH_LIBRARIES . '/import.legacy.php' ''' |
| − | + | ||
| − | + | ||
| − | + | ||
| − | require_once JPATH_LIBRARIES . '/import.legacy.php' | + | |
''' | ''' | ||
| Line 26: | Line 23: | ||
i think is better to include the jp version for avoid misunderstandings | i think is better to include the jp version for avoid misunderstandings | ||
--[[User:NestorAcevedo|NestorAcevedo]] 13:11, 23 August 2012 (CDT) | --[[User:NestorAcevedo|NestorAcevedo]] 13:11, 23 August 2012 (CDT) | ||
| + | |||
| + | == Use of undefined constant JPATH_SITE == | ||
| + | |||
| + | getting this warning: | ||
| + | |||
| + | ''' Use of undefined constant JPATH_SITE, assumed 'JPATH_SITE' in libraries\joomla\filesystem\path.php on line 15 ''' | ||
| + | |||
| + | --[[User:NestorAcevedo|NestorAcevedo]] 13:27, 23 August 2012 (CDT) | ||
| + | |||
| + | == about controllers & mvc patron == | ||
| + | |||
| + | reading mvc usage[http://developer.joomla.org/manual/ch02s07s03s02.html] in joomla developer about controllers, i lost my perspective about mvc patron. | ||
| + | |||
| + | if the controller now only "prints" as the view, what's the meaning to have the JView and derived? | ||
Latest revision as of 11:24, 24 August 2012
Contents |
[edit] This would be really useful!
Hey, I'd really appreciate some help with this.
Any help is appreciated!
Thanks Fredbradley 19:40, 16 June 2008 (EDT)
If you are asking for help with using the Joomla! Framework then you need to ask on the forum at http://forum.joomla.org. If you are familiar with the subject but need help with writing this page then you need to be more specific about what kind of help you need. Chris Davenport 03:52, 17 June 2008 (EDT)
The material added by Mitomedia should, I think, be moved to a separate page as it has nothing to do with using the Joomla Framework. Can you take care of it Mitomedia? Thanks. Chris Davenport 18:05, 27 May 2010 (UTC)
[edit] Fatal error: fatal opening required 'libraries/import.legacy.php'
found this error in: require_once JPATH_LIBRARIES . '/import.legacy.php'
and checking obviusly that file doesn't exist. i've tested with jp11.1 and that file is included in 12.1
i think is better to include the jp version for avoid misunderstandings --NestorAcevedo 13:11, 23 August 2012 (CDT)
[edit] Use of undefined constant JPATH_SITE
getting this warning:
Use of undefined constant JPATH_SITE, assumed 'JPATH_SITE' in libraries\joomla\filesystem\path.php on line 15
--NestorAcevedo 13:27, 23 August 2012 (CDT)
[edit] about controllers & mvc patron
reading mvc usage[1] in joomla developer about controllers, i lost my perspective about mvc patron.
if the controller now only "prints" as the view, what's the meaning to have the JView and derived?