Latest version
Make sure you have the latest stable version of each installed extension.
 
Commercial templates (Yootheme, RocketTheme, Artisteer etc.)
Please note that support for commercial templates is also commercial - for Membership Personal and Membership Full users.
We believe it is the necessary step to make our service even better.
 
Custom modification
In case you modify our extensions, you assume responsibility for the correct functionality and you haven't got right of support.
 
Live demo
Please supply a link to a live web page where I can see your entire environment.
 
Modern browsers
Please use a latest version of your browser.

 

Welcome, Guest
Please Login or Register.    Lost Password?

Error when using with com_search component
(1 viewing) (1) Guest
Go to bottomPage: 12
TOPIC: Error when using with com_search component
#8669
Error when using with com_search component 1 Year ago  
Hello,

One more problem with Magic Tab plugin (using latest available version). It's working well with all components I use when displaying page, but with com_search component I'm getting this error:

Fatal error: require_once() [function.require]: Failed opening required 'xxxxxxxxxxxx/plugins/content/cdmagictabs/integration/com_search.php' (include_path='.:/usr/php5/lib/php') in xxxxxxxxxxxx/plugins/content/cdmagictabs/cdmagictabs.php on line 377

No page is displayed at all, only this error message.

Thanks for support!
lixx
Posts: 11
graphgraph
User Offline Click here to see the profile of this user
The administrator has disabled public write access.
 
#8670
Re:Error when using with com_search component 1 Year ago  
Hello, just small update: The same goes with com_finder component (Joomla Smart Search)
lixx
Posts: 11
graphgraph
User Offline Click here to see the profile of this user
The administrator has disabled public write access.
 
#8672
Re:Error when using with com_search component 1 Year ago  
Hi, Magic Tabs plugin does not work in context of Smart Search.
Please disable it when you're trying to index your articles.

Bye.
daniel.rataj
Admin
Posts: 4162
graph
User Offline Click here to see the profile of this user
Gender: Male Core Design Location: Czech Republic
The administrator has disabled public write access.
Daniel Rataj
www.greatjoomla.com
 
#8674
Re:Error when using with com_search component 1 Year ago  
Hello,

Not using Smart Search anymore, just standard Search component. When going to Search Results page (just displaying anything using this component) and Magic Tabs module is set to display in this view, I'll allways get this error:

Fatal error: require_once() [function.require]: Failed opening required '/data/r/a/radiofm.sk/web/plugins/content/cdmagictabs/integration/com_search.php' (include_path='.:/usr/php5/lib/php') in /data/r/a/radiofm.sk/web/plugins/content/cdmagictabs/cdmagictabs.php on line 377

Can you please give me any advice or direction, where problem can be? In all other components (displaying standard articles etc) it's running well.

Thanks a lot for any support! Cheers,

Michal
lixx
Posts: 11
graphgraph
User Offline Click here to see the profile of this user
The administrator has disabled public write access.
 
#8678
Re:Error when using with com_search component 1 Year ago  
It does not work in context of search - does not matter if we're talking about Smart Search or standard search component.

You have to edit the code manually to disable the extension in search result. File:
/plugins/content/cdmagictabs/cdmagictabs.php

Replace line 68. Before:
Code:

// regular expression

After:
Code:

// regular expression
if ($context === 'com_search.search') return false;


Bye.

Also we noticed this issue in case ZOO search plugin is enabled.
daniel.rataj
Admin
Posts: 4162
graph
User Offline Click here to see the profile of this user
Gender: Male Core Design Location: Czech Republic
Last Edit: 2012/04/18 23:14 By daniel.rataj.Reason: Added ZOO info.
The administrator has disabled public write access.
Daniel Rataj
www.greatjoomla.com
 
#8728
Re:Error when using with com_search component 1 Year ago  
Thank you for answer. I simply disabled module with Magic Tabs for search results view. But I've found it also doesn't work with another 3rd party components like JoomGallery etc. can you please confirm this?

Thank you,

m
lixx
Posts: 11
graphgraph
User Offline Click here to see the profile of this user
The administrator has disabled public write access.
 
Go to topPage: 12
Moderators: daniel.rataj