Changes

Jump to navigation Jump to search
repair.php
Line 34: Line 34:     
What repair can do :
 
What repair can do :
* Run repair SQL file. This can do when sql error occurs like '' Illegal mix of collations (utf8_general_ci,IMPLICIT) and (utf8_swedish_ci,IMPLICIT) for operation '=' ''
+
* Run repair SQL file.
 
* Search list of fields declared and list of fields created into databases, then create fields missing
 
* Search list of fields declared and list of fields created into databases, then create fields missing
 
* Clean data into ecm_directories table
 
* Clean data into ecm_directories table
Line 44: Line 44:  
* Check and clean linked elements
 
* Check and clean linked elements
 
* Clean data into const when files of module were removed without being
 
* Clean data into const when files of module were removed without being
 +
 +
To operate, the page should be opened with at least one command:
 +
* /install/repair.php?standard=confirmed
 +
* /install/repair.php?clean_linked_elements=confirmed
 +
* /install/repair.php?restore_thirdparties_logos=confirmed
 +
* /install/repair.php?clean_menus=confirmed
 +
* /install/repair.php?clean_orphelin_dir=confirmed
 +
* /install/repair.php?clean_product_stock_batch=confirmed
 +
* /install/repair.php?set_empty_time_spent_amount=confirmed
 +
* /install/repair.php?rebuild_product_thumbs=confirmed
 +
* /install/repair.php?force_disable_of_modules_not_found=confirmed
 +
* /install/repair.php?clean_perm_table=confirmed
 +
* /install/repair.php?force_utf8_on_tables=confirmed
    
= My problem is not in the list =
 
= My problem is not in the list =

Navigation menu