The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
1answer
142 views

database not responding on localhost

I'm trying to work on an existing WordPress site on my Mac using MAMP. I've setup a new database using phpMyAdmin and imported the tables from the backup of the online version. I pasted this into ...
2
votes
1answer
1k views

Wordpress Subdomain MultiSite on localhost XAMPP on :8080 with IIS taking port 80

I currently have Windows 7 , 64 bit on which I am running an IIS on localhost:80 and I installed XAMPP on localhost:8080. I have 15 individual wordpress sites but now i need a subdomain multisite ...
-1
votes
2answers
38 views

Testing local server with MAMP/wordpress on mobile device? [closed]

I am currently developing a wordpress site locally using MAMP PRO, which obviously involves using a local database. I would like to test this site on my iPhone via a remote link. I have managed to do ...
0
votes
1answer
25 views

website script stopped working

i have 2 copies of my wordpress website one online and the other offline the code now is working on offline but on the online some scripts stopped appeared when i used contact 7 plugin but i fixed it ...
-1
votes
0answers
18 views

google analytics showing localhost [closed]

The last day I made a localhost offline code of my website and after that google analytics started to show me in the traffic localhost even after I removed the tracking code from the offline copy. ...
0
votes
2answers
55 views

wordpress login blank screen [closed]

i wanted to make an offline copy of my live website on my pc so i installed xamp and installed on it wordpress and exported the database and took a copy of files on fttp and after i have done ...
0
votes
1answer
108 views

Theme Options - localhost to new url

Im having this issue that happens to me each time i work on a website. On every project i start working locally and once im done i export my Database and search replace all localhost url's to the ...
0
votes
0answers
25 views

Multisite (Subfolders) XAMPP windows XP mirror site

I have multisite subfolders enabled set up in XAMPP for windows XP. I also have the same set up on my web hosting service running LINUX. Goal: set up a local testing environment that matches the live ...
-1
votes
2answers
46 views

Running a Development Copy of WordPress?

Download a copy of development site (in wordpress) + the database into my local machine I reconfigured site_url & home in database The url is myhost/wordpress htaccess file: RewriteEngine On ...
2
votes
1answer
92 views

How to set up wordpress domain mapping on MAMP Pro

I am trying to set up a wordpress multisite with MAMP Pro that will allow me to have two different domains (one domain for each language): dev.domainenglish.com dev.domainfrench.com I have already ...
0
votes
1answer
32 views

Doubts about how to migrate WordPress from local to online server using Search and Replace Tool script

I am trying to migrate my blog from my local web server to an online web server and I have a doubt about this procedure. I have uploaded all my local file in the root of my web server. I have also ...
8
votes
7answers
3k views

Jetpack Running Locally

Wondered if anyone knew an easy way around this. The code behind my local dev version of a WordPress instance and the live version are in sync (as they should be). Problem is this means the "Jetpack" ...
1
vote
1answer
171 views

Wordpress Multisite local: wp-login.php refreshes on login Chrome Browser

I just set up Wordpress Multisite on my local machine following this tutorial. When I try to login to the admin using Google Chrome, the page just refreshes. I've tried Firefox, and I'm able to login ...
0
votes
2answers
69 views

Problems in migration of WordPress site from local server to the online server

I am finding some problems uploading a WP site from my local webserver to the official online webserver. The situation is the following one, on my local web server: I have install WP website on my ...
1
vote
1answer
233 views

Can you create a local wordpress network / multisite install on a mac with subdomains?

Is it possible to create a local wordpress network install on a mac (10.6) using mamp with subdomains? I have tried following some instructions I came across while googling, but apache seems to get ...
0
votes
1answer
52 views

wordpress local host web login not working after port configuration

I installed the word press on my vm and configure my port 8000. Now, when I am trying to login into wordpress using http://localhost:8000/wordpress/ on browser , the link is getting changing ...
1
vote
2answers
80 views

Why do I get a WAMP homepage when clicking on specific website's URL on LocalHost?

Using WAMPSERVER for windows 7, smartgit and Safe Search Replace I have pulled a wordpress code from my git, downloaded a database and inserted into my localhost's phpmyadmin. My home page works but ...
1
vote
5answers
2k views

wordpress on localhost lamp doesn't let me install plugins

i've installed a LAMP server on my ubunutu 11.04. i've installed wordpress and hooked it right with the MySQL db. i've changed the permissions of the www-data group to read and write files. every ...
0
votes
1answer
51 views

WordPress not working locally

I am attempting to get a local version of a live WP site working. I have pulled down the entire file structure. I have a copy of the DB. After setting up locally, I get a few random issues such as: ...
0
votes
1answer
75 views

WAMP to XAMPP WordPress transfer

I want to switch a WordPress site from a wamp localhost to xampp localhost. Using the Tools > Export, I saved the WordPress content to an XML file. I did not create a similar backup of the MySQL ...
0
votes
1answer
609 views

unable to upload image locally

I followed this tutorial on setting up a local web development setup without mamp. Now my problem is when I go to upload a image in WordPress I get the following error: “Screen Shot 2013-01-05 at ...
0
votes
0answers
15 views

autorouting within lan [duplicate]

there, I am putting my wordpress online. setting both WordPress Address (URL) and Site Address (URL) in settings to my domain(192.XXX.XXX) however, the site does not load. Which setting did I missed? ...
1
vote
1answer
62 views

How do I test my localhost WordPress project with VirtualBoxVM?

I'm working on a WordPress project set up with MAMP on localhost. I try testing the site on internet explorer with VirtualBoxVM by browsing to my local ip. My problem is, wp_head() outputs absolute ...
0
votes
1answer
248 views

wordpress 404.php not working [closed]

I am trying to test out my 404 page locally. so when i visit http://localhost:8888/austin.kitson.orgUpdate/test which is a page that doesnt exist i dont get the wordpress 404.php page I have created ...
-1
votes
1answer
33 views

Marketpress php warning on server, no problem on localhost [closed]

I have this in my functions.php that creates a shopping cart widget with the plugin Marketpress. <?php function marketpress_get_cart_subtotal($format_currency=true) { global $mp; ...
0
votes
2answers
89 views

Wordpress installation from live site to localhost

I just need to know if this is the only way to install wordpress from live to localhost. I downloaded the files and database from live, then push the files folder to my htdocs folder, and uploaded ...
1
vote
2answers
205 views

How to do a MySQL dump from production site without using a search and replace script for local development?

I performed a MySQL dump of my WordPress production database to be imported into my local development environment. I plan on frequently performing this database dump and import. Is it possible for me ...
0
votes
0answers
24 views

Easier way of running Jetpack on local WP installation [duplicate]

Possible Duplicate: Jetpack Running Locally I'm running WP locally on my laptop for testing purposes and I'm asking if it's possible to just paste the contents of the downloaded zip file of ...
0
votes
1answer
128 views

Wordpress custom permalinks not working on OS X localhost

When changing premalinks, none of the pages and links are not working except home page :( Result are shown below. Thanks in advance.
2
votes
1answer
70 views

WordPress Admin Interface not styled properly

The laptop I was working on recently crashed. But, I managed to get everything on it backed up, including my recent WordPress project off of my local server (I use MAMP). I uploaded my SQL database ...
0
votes
2answers
557 views

Database migration issues - Error #1046 No database selected

i need to get my clients website online and have been able to figure everything out except of course the most crucial part which is the database upload. i can't figure out what i'm doing wrong since ...
0
votes
2answers
764 views

Getting “Error Establishing a Database Connection” on localhost in new Mac OSX Lion environment

I just got a new Macbook Air and I've been manually migrating my files and code over from my old Macbook (instead of using Migration Assistant, to avoid bringing cruft). I had several sites running ...
1
vote
2answers
733 views

Moved wordpress from localhost to live and wp-admin shows white screen

Hi I developed a website in wordpress on my localhost then moved it to a live server. Everything is working fine except wp-admin. When I go to domain/wp-admin it shows a white screen. Yet when I go to ...
0
votes
1answer
61 views

$post->id vs $post->ID problem after using Wordpress config bootstrap

I'm developing with Wordpress in a multi environment scenario. I develop on my local machine, test on a server and so on. I was using the "trick" of having a local-config.php file to have different ...
0
votes
2answers
509 views

How to auto update to latest WP version in IIS localhost?

I have WordPress installs in my IIS localhost server on Win7 desktop done manually and with WebPI install.Both installs are under IIS default website. Either asks for FTP credentials when I try to ...
1
vote
1answer
52 views

website is still in localhost

I upload my website to the server and I changed the website url and home from localhost to mysite url. But it still is in localhost if I turned off wampserver it won't show the website. Just show me ...
0
votes
2answers
48 views

Making Wordpress Local Again?

I've been working on a Wordpress site for a while and have gone to make it live this afternoon. After following this tutorial video ...
0
votes
1answer
39 views

Merging separate works in wordpress

I am caught up in some scenario. Actually my team is working on developing a site using wordpress. They will be working on their machines(localhost) and preparing the pages that come under their share ...
0
votes
2answers
77 views

How can I edit pages from my local environment?

Is there any to edit and/or create wordpress pages from my local environment? Or shall I use the wordpress editor no matter what?
1
vote
3answers
245 views

How to work locally on a copy of my wordpress?

I would like to redesign my wordpress site. I thought I do that first locally to get a feeling for it. So I compressed my live wordpress directory and transfered it locally. And took a backup of the ...
0
votes
1answer
499 views

Path Issue - Getting “localhost” instead the IP

Okay, currently I'm trying my WP Theme/Plugin development on LAN so that it can be accessed with multiple devices. What I noticed recently is that the way I include the CSS files makes them not to ...
0
votes
1answer
264 views

Why would this code work locally but break online?

For some strange reason this code works perfect on my local installation of Wordpress yet when I put it live on a web server the code just repeats the same two articles over and over again and doesn't ...
0
votes
1answer
61 views

wordpress home is gone

i'm new to wordpress AND to php and web coding in general. i've done my wordpress theme in local, and now i like it. then i moved to a host, created the user and the database in the host server, ...
3
votes
3answers
1k views

Is it feasible to build and update a Wordpress website offline?

It appears that Wordpress is designed to have websites constructed and maintained online - in the live website. I see some posts here that indicate some people are doing such development offline - in ...
0
votes
1answer
179 views

Can't access WP site over WiFi network

I'm making a mobile site and I'm using the main computers IP adress to connect to it from the iphone 10.0.0.1/wp With normal sites it works fine, but the WP site I get is stripped from CSS, JS, and ...
1
vote
3answers
371 views

Functions.php code that only runs on localhost?

I would like to run an add_action in functions.php only if the theme is being loaded from my localhost development site. How would I get this to run only on localhost? function livereload(){ ?> ...
0
votes
1answer
95 views

Storing images on a local site

sorry for the elementary question. When I'm building a local site on Wordpress, should I be storing my images in an "img" folder and then using CSS "background-image" to show these photos? That way, ...
1
vote
2answers
890 views

Moving online website to MAMP or dumb idea?

I was thinking of doing some major design (incl child theme and plugin stuff) on an existing site which is rather large. I'm thinking it would be good to do my trial and errors offline and having a ...
0
votes
3answers
42 views

My blog hosted in distant server is still connecting to localhost

my website was installed and fixed on localhost, then i hosted it on a distant server, i also chaged the parameters in the wp-config.php file to meet to distant database. However, when i try to call ...
0
votes
1answer
377 views

Cloning blog to localhost via WAMP

How do restore a Wordpress blog (actually, cloning would be the right word) from my server to localhost with WAMP? I backed up my blog with BackUpWordPress and got a .zip file ...

1 2