|
"Send New WebLink" not working in Joomla 1.5! 3 Years, 8 Months ago
|
Karma: 1
|
|
First of all thks for the response.
I have done what you said and here is the result:
1) When I select the original Joomla installation 1.0.15 that comes with the package, it shows all Contants, Classes and Functions. When I select the newlly created project for Joomla 1.5.3, it does not show anything on these areas.
2) I can run and the frontpage shows in the Browser Output. When I select one of the menu options that I have created to go to "Send New WebLink" it displays the following text and not the page as it should be:
mark( 'afterLoad' ) : null; /** * CREATE THE APPLICATION * * NOTE : */ $mainframe =& JFactory::getApplication('site'; /** * INITIALISE THE APPLICATION * * NOTE : */ // set the language $mainframe->initialise(); JPluginHelper::importPlugin('system'; // trigger the onAfterInitialise events JDEBUG ? $_PROFILER->mark('afterInitialise' : null; $mainframe->triggerEvent('onAfterInitialise'; /** * ROUTE THE APPLICATION * * NOTE : */ $mainframe->route(); // authorization $Itemid = JRequest::getInt( 'Itemid'; $mainframe->authorize($Itemid); // trigger the onAfterRoute events JDEBUG ? $_PROFILER->mark('afterRoute' : null; $mainframe->triggerEvent('onAfterRoute'; /** * DISPATCH THE APPLICATION * * NOTE : */ $option = JRequest::getCmd('option'; $mainframe->dispatch($option); // trigger the onAfterDispatch events JDEBUG ? $_PROFILER->mark('afterDispatch' : null; $mainframe->triggerEvent('onAfterDispatch'; /** * RENDER THE APPLICATION * * NOTE : */ $mainframe->render(); // trigger the onAfterRender events JDEBUG ? $_PROFILER->mark('afterRender' : null; $mainframe->triggerEvent('onAfterRender'; /** * RETURN THE RESPONSE */ echo JResponse::toString($mainframe->getCfg('gzip');
Thanks in advance for any help you can give me... I am a newbee at these type of development and I am looking for help everywhere I can get.
My objective is to have a dev environment that I can run, debug and create in Joomla! 1.5.X. If you can also point to Wizards that will help me create a component, module and/or plugins, that would also be great.
Thanks,
Pissarra
|
|
|
|
|
|
|
Re:"Send New WebLink" not working in Joomla 1.5! 3 Years, 8 Months ago
|
Karma: 1
|
|
QUOTE:
When I select the original Joomla installation 1.0.15 that comes with the package, it shows all Contants, Classes and Functions. When I select the newlly created project for Joomla 1.5.3, it does not show anything on these areas.
Something must have gone wrong. Let me try it on my end. (It may take some time, wait for 12-24 hrs)
QUOTE:
2) I can run and the frontpage shows in the Browser Output. When I select one of the menu options that I have created to go to "Send New WebLink" it displays the following text and not the page as it should be:
Which browser???? Eclipse PDT browser or in external broswer like firefox.
QUOTE:
Thanks in advance for any help you can give me... I am a newbee at these type of development and I am looking for help everywhere I can get.
Your welcome!
QUOTE:
My objective is to have a dev environment that I can run, debug and create in Joomla! 1.5.X. If you can also point to Wizards that will help me create a component, module and/or plugins, that would also be great.
This is right development plateform. I do not use any wizard however I have seen something similar on Joomla extensions site!
|
|
|
|
|
|
|
Re:"Send New WebLink" not working in Joomla 1.5! 3 Years, 8 Months ago
|
Karma: 0
|
|
I am using the PDT Browser... I would like to use a normal browser to run and debug, but dont know how yet! Also, when i run normally, it runs OK!
BTW, the problem with classes not appearing, it was my mistake. I created the wrong project. When I created a PHP Project, it appear correctly.
As far as wizards go, are the Joomla!Eclipse features and plugins complatible with the PDT?
Thks,
Pissarra
|
|
|
|
|
|
|
Re:"Send New WebLink" not working in Joomla 1.5! 3 Years, 8 Months ago
|
Karma: 1
|
|
Yes, they are!
You can run in Normal Browser by going to localhost/<project-name>
However, debug is not possible! There is a debug plugin for firefox, which is not for PHP debug (only generated HTML can be debugged for inconsistencies).
|
|
|
|
|
|
|