5
I'm having this problem with my CBB search, as well. Has anyone come up with a solution?
I'm using the latest version of Xoops, fresh install, with the CBB package that came with it. So there's no old versions of anything to get in the way. I've checked various files in the newbb directory (header.php, etc) and everything looks ok and has permissions set correctly. All my modules and templates are up to date.
It looks like the fields or search options aren't getting created, either in Smarty or because the file can't be seen. There's a few possible reasons I can think of, but they're all just guess. I have no real idea if any of them are possible causes or not:
1. I'm using a custom theme set, which has caused stuff to act oddly in previous versions if a module expects something from a theme that isn't there.
2. I'm not in the root directory of the server, but actually in a subdirectory. I was thinking this might be causing problems with either XOOPS_URL or XOOPS_ROOT_PATH, but I know that those have been getting translated ok in other modules.
3. The newbb template set has three .css files that are hilighted yellow, waiting to be generated. However, when I try to generate them, it says that the files cannot be found. The hover and click files are obviously for the menus, but there's also a newbb.css file that could have related information in it. Whether or not these files are still used in cbb, I don't know.
That's about all I can think of that might be related. I know that my PHP and SQL versions and all that are sufficient for XOOPS 2.2.3. Can anyone think of anything else to check?