Jump to content
xisto Community
Sign in to follow this  
MusicOnly

Error With Joomla Template cant find function

Recommended Posts

Hello!
I am working on my template in Dreamweaver and i am using joomla extensions for dreamweaver!
When i start my page with joomla stand alone server(jsas) i get this errors on the bottom of the page!

Warning: mosloadcomponent(w:/www/Joomla/components/com_banner/banner.php) [function.mosloadcomponent]: failed to open stream: No such file or directory in w:\www\Joomla\includes\frontend.php on line 66
Warning: mosloadcomponent(w:/www/Joomla/components/com_banner/banner.php) [function.mosloadcomponent]: failed to open stream: No such file or directory in w:\www\Joomla\includes\frontend.php on line 66

Warning: mosloadcomponent() [function.include]: Failed opening 'w:/www/Joomla/components/com_banner/banner.php' for inclusion (include_path='.;\usr\local\PHP\includes;w:/www/mambo45') in w:\www\Joomla\includes\frontend.php on line 66


Who can help me fix this?

Share this post


Link to post
Share on other sites

what version of joomla do you have installed?

did you try to look for those files in directories, www\Joomla\includes\frontend.php. maybe u installed joomla with some errors.
also if your original template works you probably included wrong path for your component..

also it is possible that you published some module or component on position that you didn't define in your template. try to disable all unnecessary components or modules (pools, template chooser, syndicate) and then refrashing page..

with this code u include path for component

<?php mosLoadComponent( "banners" ); ?>


that is for banners, for other u go analog, eg for left u have

<?php mosLoadComponent( "left" ); ?>

hope this helps---

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this  

×
×
  • Create New...

Important Information

Terms of Use | Privacy Policy | Guidelines | We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.