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 to the module. To remove the offending module you will need to access your Tiki database directly.
Using your database tool (such as phpAdmin), log into your Tiki database.
Note: 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.
Display the tiki_modules table.
Select the tiki_modules database table.
Click Browse to display all of the currently active modules.
Browse the list of modules, then delete the offending module.
Click Delete to remove the module that you added previously (that caused the problem).
Now, as the admin, log into your Tiki.
Tip: When creating custom modules, you should always preview the module first, before assigning it.
Note: The problem may also occur if you edit a template (TPL) file and add invalid code.
Refer to the Smarty documentation 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 to the Custom Code. To remove the offending module you will need to access your Tiki database directly.
Using your database tool (such as phpAdmin), log into your Tiki database.
Note: 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.
Display the tiki_preferences table.
Select the tiki_preferences database table.
Click Browse to display all of the current Tiki settings and preferences.
Browse the list of Tiki preferences and find the SITEMYCODE row.
Note: Do not delete the database row — only the custom code.
Now, as the admin, log into your Tiki.
Refer to the Smarty documentation 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.
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.
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.
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.