Loading...
 
Architecture / Installation

Architecture / Installation


Re: Tiki site not visualizing after putting some code

posts: 214

In my phpmyadmin, after I have selected the tiki database, there is a "Search" tab. Going to that tab brings up a option to search all the tables for a string. If your phpmyadmin has that option, enter sharethis.com as the word to search for, select all of the tables, and click on the Go button. It should tell you every table where sharethis.com is found. You could then browse each of the tables the string is found in and remove the rows with the sharethis script.

Another way to search all the tables would be to export all the tables to your computer and then search the generated sql file for the sharethis.com text. That text will be in a group of lines that begin with "INSERT INTO" and the table name. You could then browse each of the tables the text was found in, and remove the rows with the sharethis script.

There are no comments at this time.