Hi all, ok so i have got the search bar going accross the header of my website so members can do a fast search by keyword, it's been working fine since i placed it onto the header but now all of a sudden im getting this error
Fatal error: Call to a member function addCss() on a non-object in /home/mywebsitedomain/public_html/modules/boonex/files/classes/BxFilesSearch.php on line 111
i have had a search on line 111 on BxFilesSearch.php and this is what its showing: $this->oModule->_oTemplate->addCss('search.css');
I have uploaded a fresh copy of BxFilesSearch.php but the error is still showing :(
Any ideas of how i can fix this please?
Thanks in advance
Charlie
You Creature!! |
Charlie,
Looking at the site, I would think the template.
What happens if your using the default UNI template?
Currently there are some strange characters under the "Guest Join Login" breadcrumbs area..
ManOfTeal.COM a Proud UNA site, six years running strong! |
Charlie,
Looking at the site, I would think the template.
What happens if your using the default UNI template?
Currently there are some strange characters under the "Guest Join Login" breadcrumbs area..
what website are you looking at newton? it cant be mine as i not given my website domain out lol
You Creature!! |
Charlie,
Looking at the site, I would think the template.
What happens if your using the default UNI template?
Currently there are some strange characters under the "Guest Join Login" breadcrumbs area..
plus im currently using the uni template which i have changed around
You Creature!! |
ManOfTeal.COM a Proud UNA site, six years running strong! |
Thats a old site i did ages ago and passed on, the site with the error i will pm you the link to :)
You Creature!! |
ManOfTeal.COM a Proud UNA site, six years running strong! |
You Creature!! |
If anyone has got any ideas of what this error is then please feel free to let me know :)
cheers
Charlie
You Creature!! |
If anyone has got any ideas of what this error is then please feel free to let me know :)
cheers
Charlie
You Creature!! |
Is search.css in modules/boonex/files/templates/css folder ? also try to place a copy of it in the uni folder as well. you will most likely need to create the css folder.
Clear cache_public and cache folder as well.
if neither works above try to change this line:
$this->oModule->_oTemplate->addCss('search.css');
to
$this->oTemplate->addCss('search.css'); yes i removed the underscore too.
let me know how you make out.
https://dolphin-techs.com - Skype: Dolphin Techs |
Is search.css in modules/boonex/files/templates/css folder ? also try to place a copy of it in the uni folder as well. you will most likely need to create the css folder.
Clear cache_public and cache folder as well.
if neither works above try to change this line:
$this->oModule->_oTemplate->addCss('search.css');
to
$this->oTemplate->addCss('search.css'); yes i removed the underscore too.
let me know how you make out.
i did all the changes you said jay, made sure search.css is in the right folder, also made a copy of it and put it into uni, cleared both cache's and did nothing ---- then i changed the coding as you said and again nothing changed, im still getting the same error :s
cheers jay
You Creature!! |
You Creature!! |
You Creature!! |