Loading...
 
 Error
  • The search index could not be updated. The site is misconfigured. Contact an administrator.
    SQLSTATE[42000]: Syntax error or access violation: 1064 unknown table 'themes_tiki_org_main_66064ea204b85' in delete request
New Themes

New Themes


Re: Kubric Theme Problem and Questions

posts: 254 Japan
...Firstly - What i assume is a bug - I've tested in IE and firefox, and experience the same problem. When i click on "Articles", "Wiki" or any of my admin options, the top bar, and php layers menu dissappears - This is quite a big problem for me, as I plan on using the article and wiki features quite a lot, and loosing navigation links is quite annoying. I've tried tiki 1.9.2 and 1.9.3 and get the same problem with both - Any ideas?

Not a bug, but a configuration setting that needs to be changed. You need to go to Admin Layout (tiki-admin_layout.php) and activate Top bar for the CMS, Wiki and any other sections where it isn't already on. I don't see a setting for what you refer to as admin options, so I hope setting all to "on" will solve the problem.

Secondly - How do I stop it from displaying the contents of the left hand menu at the bottom right? - I've used the PHP layers menu for all my navigation, so the old menu is redundant.

Many Thanks

Shaun

That's the mnu_application_menu and is being displayed in a module. I'd go to the Admin Modules page and delete it from the Assigned Modules list.

By the way, I clicked on the "Read more" link on one of your articles and came upon a common problem with recent Tikis: you need to do a small database update, as there has been a database column name change. With phpMyAdmin or some other tool, submit these statements:

Copy to clipboard
# fixed reserved word use in mysql alter table `tiki_articles` change `reads` `nbreads` int(14) default NULL ; alter table `tiki_submissions` change `reads` `nbreads` int(14) default NULL ;

That'll get your database table in sync with the templates and avoid the error.

-- Gary

There are no comments at this time.

Layout

Subscribe to Tiki Newsletters!

Delivered fresh to your email inbox!
Newsletter subscribe icon
Don't miss major announcements and other big news!
Contribute to Tiki

Site Config