Loading...
 

What do you think?

What do you think of this project?



Anti-Bot verification code: Random Image

View Results
(Votes: 895)

"Congratulations on your Guide ... it has inspired me to create a similar guide for our software."
Is Smarties helpful?

Become a Fan

Become a fan.
http://facebook.com/twbasics
Become a fan.

Smart Tweets


Smart Readers



Advertising



[Show/Hide Left Column]

| Share |Send link to a friend.
Print
Previous page Parent page Next page

Top Troubleshooting Tips

Here is list of common problems, and how to fix them.



I added a new module, and now I get a "Fatal Smarty error" and I only see a blank page.

Most likely, you added invalid Smarty code(external link) to the module. To remove the offending module you will need to access your Tiki database directly.
  1. Using your database tool (such as phpAdmin), log into your Tiki database.
    NoteNote:
    This is the same database that you created when you installed Tiki. If you installed Tiki from Fantastico, the database was listed on the final installer screen.


  2. Display the tiki_modules table.
    Database tables
    Select the tiki_modules database table.


  3. Click Browse to display all of the currently active modules.
    Database tables
    Browse the list of modules, then delete the offending module.


  4. Click Delete to remove the module that you added previously (that caused the problem).
Now, as the admin, log into your Tiki.
TipTip:
When creating custom modules, you should always preview the module first, before assigning it.

NoteNote:
The problem may also occur if you edit a template (TPL) file and add invalid code.

Refer to the Smarty documentation(external link) for complete information on valid Smarty syntax.


I added Custom Code on the Look and Feel page, and now I get a "Fatal Smarty error" and I only see a blank page.


Most likely, you added invalid Smarty code(external link) to the Custom Code. To remove the offending module you will need to access your Tiki database directly.
  1. Using your database tool (such as phpAdmin), log into your Tiki database.
    NoteNote:
    This is the same database that you created when you installed Tiki. If you installed Tiki from Fantastico, the database was listed on the final installer screen.


  2. Display the tiki_preferences table.
    Database tables
    Select the tiki_preferences database table.


  3. Click Browse to display all of the current Tiki settings and preferences.
    Database tables
    Browse the list of Tiki preferences and find the SITEMYCODE row.


  4. Click Edit to edit the sitemycode preference.
  5. Delete the code that you added from the Administration: Site Identity page.
    Database tables
    Edit the custom code.


    NoteNote:
    Do not delete the database row — only the custom code.
Now, as the admin, log into your Tiki.

Refer to the Smarty documentation(external link) for complete information on valid Smarty syntax.


I enabled a specific feature, but none of my users can see it or use it.


Most likely, you enabled the feature but did not give users permission to actually use the feature. Remember, Tiki's permission control is very fine-grained — you can explicitly specify which users can use which functions. To grant permission to a specific feature, just add the permission to the necessary group.

Refer to Configuring Group Permissions for more information.


I created a module and assigned it to a specific group, but everyone can see it; or
I created a module and assigned it to Anonymous, but now my other groups cannot see it.


Tiki has two special features that can override the group-specific settings when adding modules.
  • Display modules to all groups always: If selected, everyone (all groups) will see all modules — regardless of the module's specific Group setting.
  • Hide anonymous-only modules from registered users: If selected, modules that are assigned to only the Anonymous group will be visible only to Anonymous users. Other users (even if they inherit the Anonymous group) will not see the module.
Administration: Modules
Defining the visibility of modules.


Use the Administration: Module page to specify these settings.


I keep receiving Forbidden errors when I try to access specific pages, perform specific functions, or install Tiki.

The exact message may be similar to
Forbidden
You don't have permission to access /tiki-xxxxxxxx.php on this server.

Your server's security setting are not allowing Tiki to execute specific scripts and files. Have your server administrator modify the mod-security settings. You may also need to "whitelist" the Tiki application files.

Previous page Parent page Next page

Contributors to this page: Rick Sapir .
Page last modified on Friday, May 21, 2010 12:34:47 pm EDT by Rick Sapir.
The content on this page is licensed under the terms of the Copyright.

| Share |Send link to a friend.
Print