Drake CMS Official Forums - read-only archive

You are reading the Drake CMS Official Forums archive, available for historical purposes only.

Drake CMS has been rebranded into Lanius CMS, visit the new Lanius CMS Official Forums if you need support about Lanius CMS or Drake CMS -> Lanius CMS migration.



 
 
Author Message:
douth
Search
16 August 2007 09:14
Anonymous Hello,
well i'm using drake cms too but i've got a problem.
when i write anything in the searchfield and want to search for this the system says: Your not able to use this resource.

What's the reason and how can i fix it?

please help me....
 
trex1512
Re: Search
16 August 2007 16:17
Anonymous Hi and Welcome...

Can you provide some informnation regarding what Rev you are using, beta or svn, and the enviroment you are using it in....

It may be a bug that has already been addressed..


Thanks
 
douth
Re: Search
16 August 2007 17:28
Anonymous Well for the system you can look here PHP Info

And the verion is: v0.4.5 beta rev. 3932
 
trex1512
Re: Search
17 August 2007 01:40
Anonymous Hi Again

This Click Here is my test site using v0.4.5 beta rev. 3932, if you try the Search it works OK.

This is standard default install that I use as a test bed for each release to investigate problems, I have published the Search Module to the right position from its default of User4...

Is THIS the install that is producing the error.

Have you deleted the Search menu item or restricted its access from the main menu?

If you have it will need to be re-enabled or the access level changed for the Search Module to work. You want to look at putting a component instance of Search in the hidden menu.

This Thread last page, latest SVN corrected this issue.


Good Luck
 
douth
Re: Search
17 August 2007 05:26
Anonymous Allright and how can i re-enable the search? I deleted it from the menu.
 
legolas558
Re: Search
17 August 2007 10:24
Anonymous Quote:

Allright and how can i re-enable the search? I deleted it from the menu.


In v0.4.5 when you attempt to create a new menu item of type "Search" you will not succeed because there is no "Search" component available. This has been fixed in v0.4.6 which has not yet been released.

Meanwhile, you can fix the trouble accessing System -> Database -> Query and executing the following SQL code (ONCE):
Code:

INSERT INTO dk_menu (menutype,name,link,link_type,parent,componentid,sublevel,orderin g,browsernav,access,params)
VALUES ('hiddenmenu','Hidden Search','index.php?option=search','component',0,10,0,17,0,0,'show _count=10
');
 
Top