Loading...
 
Community and *.tiki.org site organization

Community and *.tiki.org site organization


blank website, after inserting a statement at a menue point.

posts: 2

we tryed to configure a special menue
"startsite-admin-module"
and inserted the following statement:
{ID= http://de.tikiwiki.org/tiki-index.php?page=Formatierungs+Standards&highlight=formatierung}

we use Tikiwiki Version 1.9.7

i can`t find this statement at the dump of the mysql database to delete it.
where can i find this statement in the database or is it possible to start the system with the standard configuration and then load some parts of the application into the database?

thanks for helping me with the problem.
dietmar

'*************ERROR Message***************
PHP Fatal error: Smarty error: (in evaluated template line 3): syntax error: unrecognized tag: id=http://de.tikiwiki.org/tiki-index.php?page=Formatierungs+Standards&highlight=formatierung|Formatierungsstandards (Smarty_Compiler.class.php, line 439) in /opt/web/tikiwiki/lib/smarty/libs/Smarty.class.php on line 1095
'****************************************

posts: 1633 Canada


Check the tables for the menus:
tiki_menus
tiki_menu_options

and for the modules:
tiki_modules

All this via phpmyadmin.

M ;-)