Although my site is 100% indexed, my site search doesn't work at atll. Error logs report
Table 'web13-eternalp.temp_search_sids' doesn't exist query: SELECT MAX(relevance) FROM temp_search_sids
I obviously don't have the table temp_search_sids but why not and how should it (have been / be) created? I can create it with mysql access but how many fields and what name etc?
Does anyone know of a way to protect real directories with roles?
For example, I create a real directory on my server and upload a bunch of PDFs. Then I want only users who are logged in and given a certain role to have access to those files. Is that possible?
I create a new page, select for input format 'PHP code', and insert the following:
function test1() {
$a = $b;
}
When I do this, and hit submit, the page blanks out. This will happen for my page with any php functions I insert, including functions from required files. All other php code works just fine as near as I can tell.
I created a new page and it assigned it node/12 and I created a new primary link called Support that goes to the path /support. I want users to be able to type www.mysite.com/support and go to the support page, but it's called node/12. How can I change this? Thanks Guys! :)
I have cck and contemplate module installed. Since cck by default doesn't do teasers I had to install the contemplate module.
Now I create and edit a template for a cck contenttype I created.
What exactly do I have to edit in the teaser field? Do I have to edit the teaser template or teaser variable field or both? Anyone have an example? Thanks a lot!