Index: branches/unlabeled/unlabeled-1.1.2/admin/install_over_kx.php =================================================================== diff -u -r6991 -r6992 --- branches/unlabeled/unlabeled-1.1.2/admin/install_over_kx.php (.../install_over_kx.php) (revision 6991) +++ branches/unlabeled/unlabeled-1.1.2/admin/install_over_kx.php (.../install_over_kx.php) (revision 6992) @@ -1,5 +1,4 @@ '; -?> \ No newline at end of file + echo '3. Removing Config Cache
'; + $sql = 'DELETE FROM '.TABLE_PREFIX.'Cache WHERE (VarName = "config_files") OR (VarName LIKE "%_parsed")'; + $application->Conn->Query($sql); + + echo 'Done
'; +?> + +Proceed to Admin \ No newline at end of file