Nice acronym, Mom!

Buffy ,'Showtime'


Buffistechnology 3: "Press Some Buttons, See What Happens."

Got a question about technology? Ask it here. Discussion of hardware, software, TiVos, multi-region DVDs, Windows, Macs, LINUX, hand-helds, iPods, anything tech related. Better than any helpdesk!


Gudanov - Jun 26, 2008 5:06:17 am PDT #6806 of 25501
Coding and Sleeping

Sorry, I didn't read enough I was thinking this was the first Wordpress install.

I've never had two Wordpress installs on the same domain, I've used subdomains for that.


Miracleman - Jun 26, 2008 5:06:58 am PDT #6807 of 25501
No, I don't think I will - me, quoting Captain Steve Rogers, to all of 2020

I've never had two Wordpress installs on the same domain, I've used subdomains for that.

Please to clarify for Monkey Man.


Jessica - Jun 26, 2008 5:08:54 am PDT #6808 of 25501
And then Ortus came and said "It's Ortin' time" and they all Orted off into the sunset

Instead of "blahblah.com/monkeys" (subdirectory), use "monkeys.blahblah.com" (subdomain)

Most web hosts will give you unlimited free subdomains.


Gudanov - Jun 26, 2008 5:09:56 am PDT #6809 of 25501
Coding and Sleeping

Well I don't know how your account works, but in my case I've made addresses like p://blog1.domain.com, p://blog2.domain.com with each one pointing to different directories.

I think Jessica is right though, it probably is a permissions issue.


DCJensen - Jun 26, 2008 5:14:45 am PDT #6810 of 25501
All is well that ends in pizza.

So he could set up kb.youllallpay.com ?


Gudanov - Jun 26, 2008 5:17:04 am PDT #6811 of 25501
Coding and Sleeping

That's the idea, I think it simplifies things but that's just personal preference. Doesn't solve the problem if there is a permissions issue though. I don't know if Wordpress has a problem being in a subdirectory of another Wordpress install, never tried it.


Miracleman - Jun 26, 2008 5:17:15 am PDT #6812 of 25501
No, I don't think I will - me, quoting Captain Steve Rogers, to all of 2020

No, I don't think it's permissions.

I'm making some progress. I copied the 'DB_NAME', 'DB_USER' and 'DB_PASSWORD' from the other wp-config.php. Now the error I'm getting when I do "www.youllallpay.com/kb/wp-admin/install.php" is:

You appear to have already installed WordPress. To reinstall please clear your old database tables first.

Which tells me that, duh, it doesn't want to overwrite the database I pointed it to. Which is nifty.

So, obviously, I need a second database that I can point the second installation of WP to. Right?

So, how do I make a database?


Gudanov - Jun 26, 2008 5:19:25 am PDT #6813 of 25501
Coding and Sleeping

Totally depends on your setup.

Do you have access to a command line shell for your account?


Gudanov - Jun 26, 2008 5:20:22 am PDT #6814 of 25501
Coding and Sleeping

Hang on, is there a "table prefix" setting or something like that?


Miracleman - Jun 26, 2008 5:22:18 am PDT #6815 of 25501
No, I don't think I will - me, quoting Captain Steve Rogers, to all of 2020

Yes, yes there is!