I have no URL
-
I installed wamp and wordpress locally and it seems to work just fine (no errors). I got through the adding the database to my wp-config.php just fine and submitted it into wordpress during the download process, but I never set a URL for my site, so when it finished I just got a blank page.
How do I login or look at the progress of the theme I am creating, without anyway to login or a url to log into? Also, if I were to get a domain name from a site such as (hostgator or bluehost) how would I update the URL so that I could see my site? Thank you in advance!!*It may help to add that I downloaded wordpress first (from wordpress.org), and wamp second, if that makes a difference. Should I uninstall and re-install wordpress?
-
Hi jmerie,
Let us see if I can help…Not sure about your blank page but lets start at the beginning and hopefully something I randomly say will help π
Using wamp, your root folder is your URL. So if you copied the wordpress files into C:\wamp\www\jmerie and ran your installation by going to localhost/jmerie/wp-install.php that means localhost/jmerie will be your URL and to login go to localhost/jmerie/wp-admin.php
For hosting, if you have a domain name jmerie.com you’ll have (or need to setup) an FTP account and use something like FileZilla to upload things to your site’s file system.
First, you need wordpress on the host as well. Ftp the wp zip and do the install directly on the host or ftp the individual files and redo the config files or use other migration tools besides ftp (but these are more complex to setup).
Second, you need the theme you’re working on. Again, you can ftp the individual files of the theme into the theme folder or probably the better way (to make sure you did things correctly) zip your theme, log into wordpress admin and upload (then activate) your theme like you would any other theme.
Does that help at all? Also, since you just started, a reinstall wouldn’t kill you either π
localhost/jmerie/wp-admin.php
should be…/wp-login.php
SorryThanks Jason! I did re-install wordpress and no luck. π I really appreciate your troubleshooting.
When I downloaded wordpress, I moved the folder into ‘wamp/www/wordpress’ I then added the database info into my ‘wp-config-sample.php’. I then go to my browser and type in localhost:81/wp-admin/ and I get the initial set-up page where wordpress asks for a language, then I get the next screen which prompts me to enter in the database credentials for it to connect, after I press ‘submit’ I just hangs and eventually puts out a blank white screen.
I am only trying to make this work locally for now, I do not have a domain name yet (still can’t make-up my mind). I’d even settle for just getting the dashboard for wordpress at this point π
Also, if I just type in localhost:81/wordpress/ I get the ‘backend’. (I changed the files to use port 81, because I had too much going on with port 80). Is there some plug-in I am unaware of? or a corrupted file? or a ‘timed-out’ issue? I feel soooo close, but yet so far off of the answer! I do appreciate any more help you may have, as I have tried you’re above suggestions.
Hey jmerie…okay, let’s try again. First, I’ll say there’s many ways to skin a cat and this is just how I install the wp cat.
sidenote: I’m leaning towards the config.php guy – although i’ve seen others do this, I’ve never manually edited my config file prior to install. WordPress can do it and I’m lazy so I let WordPress do it.
Getting the easy stuff out of the way:
1. download wordpress.zip, unzip and keep the wordpress folder somewhere
2. install wamp, create new db created and new user with appropriate access
3. copy the wordpress folder into the wamp root that you’re using c:wamp\www\wordpressNow the installation (doing it as I type, so I know it works,lol):
1. from the browser go to localhost/wordpress/wp-admin
(this should take you to the install screen to pick a language)2. follow the steps
– screen 1: “let’s go” button
– screen 2: db name, username, password, host (use ‘localhost’), table
– screen 3: “run the install” button
– screen 4: type in site details, “install wordpress” button
– screen 5: Sucess! “log in” button3. after clicking “log in” you should now be at your login screen (localhost/wordpress/wp-login.php)
4. enter info and you should be good to go!
So you see I haven’t actually touched the wp-config.php file? But if you go into your directory, you’ll notice it’s been setup for you. If you still need to make changes, just go directly to the file and make your changes.
Personally, I’ve always installed WordPress with those steps above and then made any customizations required to config files or any other file afterwards.
Try that out and let me know what happens.
Gotcha! π
I tried the above again, and I cannot get to screen 3. I just stall after screen 2. You think I have entered in my database stuff wrong into screen 2?
Ok. I think I isolated the problem. wordpress and the database aren’t connecting. As I try to troubleshoot some ideas came to mind like:
1. instead of using localhost:81 use the IP address (only I don’t know where to find it)
2. remove plug-insI logged in to phpmyadmin and saw the wordpress databases with all the correct tables, it just isn’t connecting. I’m trying to search for a way to troubleshoot this. Ideas? Thanks so much!!!
Hmm, well given that it did manage to setup all of the tables correctly I don’t think have a different port is causing the issue. And I’m not sure what you mean by 2) remove plug-ins…How do you have plugins installed if you can’t login to WordPress? Did you copy them into the folder directory manually? They still shouldn’t be activated, so I’m not sure that’s the issue either.
Take a look at this page below and the “white screen of death”, try going through those solutions and lets see what happens.
In a default WAMP installation, these are the values to enter at “Screen 2”
Database Name: whatever you named it when you created it; no spaces
User Name: root
Password: <empty> do not put anything in this field
Database Host: localhost or 127.0.0.1
Table Prefix: wp_ (leave as-is)
Thank you gentleman for your help! I have uninstalled everything and re-installed it and am trying to re set-up and see if these work! *crosses fingers*
I got it to work!
I had a corrupted file and after wiping everything clean and starting from scratch, it worked like a charm! Thank you guys for your help!!!
Awesome! Glad to help out.
The topic ‘I have no URL’ is closed to new replies.