chandanks87
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Incorrect Password MessageYou go to your mysql admin ……….i.e phpmyadmin ………..if you have installed ………..open the databse which u have used for wordpress ….. use this code
Be sure you have installed wordpress in root.UPDATE wp_options set ‘option_value’= “Your Ip here” where ‘option_id’= 1;
Forum: Installing WordPress
In reply to: Cpanel – WordPressI think when you have login last to your admin ….then you have change the site url from your ip to some domain name from setting section………Now you should change that to you ip again. You follow this it helps.
Tell me when it show not found what is in Address bar.
Forum: Fixing WordPress
In reply to: Warning Msg for getting startedWhich version of wordpress you are using… Is this problem just after installing the Novelty theme or after installing any plugin…..
Forum: Installing WordPress
In reply to: Problems openning my admin@jennifer Reyes . Welcome……
Forum: Installing WordPress
In reply to: 20 HOURS into 5 minute installYou can use multisite option of wordpress.
Forum: Installing WordPress
In reply to: Problems openning my adminI think this is problem of your theme. Login to ftp and backup current theme you are using and then delete. Make sure default wordpress theme will there.
Forum: Fixing WordPress
In reply to: I messed up! Can't log into site anymoreAs you are running the wordpress in local host you can mysql query to change this. You can use this query .
UPDATE wp_options set 'option_value'= "http://localhost/mywordpress/" where 'option_id'= 1;Here it is assume that u are using wp as prefix of table.