leethompson
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: ADMIN user deletedYou will need to follow this as a guide http://codex.wordpress.org/Resetting_Your_Password Instead of an update you will need to do a Insert.
Forum: Fixing WordPress
In reply to: Sudden database issue. Failed repair.And can you run the query SET NAMES utf8 from your MyXQL client?
Forum: Fixing WordPress
In reply to: Sudden database issue. Failed repair.Do you have a translation plugin installed on your site?
Forum: Fixing WordPress
In reply to: No access to dashboardYou need to remove this plugin hellomodi-social-discount-plugin as it is what is causing the error. You will need ftp to your web directory.
Lee
Forum: Fixing WordPress
In reply to: I cant access my site… PLEASE HELPIf you go to http://www.tpoundphoto.com/wp-admin You can access your site.
Forum: Fixing WordPress
In reply to: Sudden database issue. Failed repair.If you do not have your host run a
show table statusand give you the output.Lee
Forum: Fixing WordPress
In reply to: Sudden database issue. Failed repair.Do you have access to phpmyadmin or access to the MySQL server?
Forum: Fixing WordPress
In reply to: email account was hacked and eliminated and cannot log inDo you have access to your MySQL server? If so you can use the following ariticle to update your password. Article
Forum: Fixing WordPress
In reply to: Cannot log into blog from any avenue!!! The following error appears:I would remove the theme and it will go to the default theme and you will be able to get back in and then let the developrs know of the bug.
Lee
Forum: Fixing WordPress
In reply to: Sudden database issue. Failed repair.You can repair your database edit username and password into the connection string upload this to your server browse to it, Make sure to delete it when you are done.
<? $dbLink = mysql_connect("localhost", "username", "password") or die("Unable to connect to the database."); $sql = "show databases"; $query = mysql_query($sql) or die("error fetching database names"); while ($rs=mysql_fetch_array($query)) { //echo "Database: " . $rs['Database'] . "\n"; mysql_select_db($rs['Database'],$dbLink) or die("Unable to select database: " . $rs['Database']); $sql = "show tables"; $query2 = mysql_query($sql) or die("error fetching table names"); while ($rs2=mysql_fetch_array($query2)) { $key = "Tables_in_" . $rs['Database']; //echo "Table: " . $rs2[$key] . "\n"; $sql = "repair table " . $rs2[$key]; $query3 = mysql_query($sql) or die("Error repairing a table - $sql"); $rs3 = mysql_fetch_array($query3); echo $rs3['Table'] . " | " . $rs3['Op'] . " | " . $rs3['Msg_type'] . " | " . $rs3['Msg_text'] . "\n"; } } echo "Finished!\n"; ?>Lee
Forum: Fixing WordPress
In reply to: HTTP Error 500 (Internal Server Error)If you can check your apache logs and see what the error is, to fix it remove the theme it will default to the twenty-twelve theme so you can get back online.
Lee
Forum: Fixing WordPress
In reply to: Weird RedirectTripwire wrote a good article on calendar plugins that might have a solution for you. Some have alot of features
Lee
Forum: Fixing WordPress
In reply to: Weird RedirectKaty,
Hold the last thought after reading the Time.ly website forums there are also alot of complaints that SEO is also messed up due to the url rewrite that is used. What are the main features of the calendar you are looking for? This way I can try to find calendar that will help you, or write on if need be.
Lee
Forum: Fixing WordPress
In reply to: Weird RedirectYes I believe that 1.8.2 is the culpurt I would download 1.8.1 and see if it causes the issue. Remeber to make a quick backup before installing it so you can easily restore it if it has the same issue. As for the images at the bottom there is no image defined you will have to re-apply them.
div class="attachment-fadeIn" style="display: block;"> <img alt="" src="">Im glad you are getting it all worked out.
Lee
Forum: Fixing WordPress
In reply to: Weird Redirect