Follow us on Twitter
Joomla Components

Video Games School German Golf shop Find freeware at AC's Freeware Site seo techieBeautiful dresses at dressale.comCool Electronics Gadgets from China

Latest in Blog

Welcome, Guest
Please Login or Register.    Lost Password?

"Send New WebLink" not working in Joomla 1.5!
(1 viewing) (1) Guest
Go to bottomPage: 1
TOPIC: "Send New WebLink" not working in Joomla 1.5!
#387
"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
SVTechie
Admin
Posts: 38
graphgraph
User Offline Click here to see the profile of this user
The administrator has disabled public write access.
 
#388
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!
SVTechie
Admin
Posts: 38
graphgraph
User Offline Click here to see the profile of this user
The administrator has disabled public write access.
 
#389
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
augustop
Fresh Boarder
Posts: 3
graphgraph
User Offline Click here to see the profile of this user
The administrator has disabled public write access.
 
#390
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).
SVTechie
Admin
Posts: 38
graphgraph
User Offline Click here to see the profile of this user
The administrator has disabled public write access.
 
Go to topPage: 1
Moderators: SVTechie