a-kyle
Forum Replies Created
-
Forum: Networking WordPress
In reply to: Whole new issue (domain mapping breaks the server?)I have no idea its a clients server so I have no idea what he did.
All i know is that it sais: “This site is aliased” then it gives me the url of the aliased site: “Alias sitename1.com” and underneath that is “url: domain.com”we have a second problem of when i do domain map the aliased site to its own domain, and i am forced to re-login putting in my credentials and pressing the log in button does nothing. no reloading, nothing. kinda like it was a form button with no interaction behind it.
Forum: Networking WordPress
In reply to: Whole new issue (domain mapping breaks the server?)Oh Ok. my client had it aliased, not parked I have followed his directions but i got confused, and site 1 was already aliased to domain.com
how do you park the domains?
and How does one aliased site cause another non aliased site to cause the error?
Forum: Networking WordPress
In reply to: Whole new issue (domain mapping breaks the server?)Sites are up and everything is go. if i domain map site1 it works, but if i do site2 i get a 500 error.
also site1 is aliased to the main domains. so domain.com/site1 turns into site one which points back to domain.com for some dumb reason, while site2 is its own domain, so domain mapping domain/site2 to site2.com is what breaks it…
Forum: Networking WordPress
In reply to: Whole new issue (domain mapping breaks the server?)Does any one have an answer?
Forum: Networking WordPress
In reply to: Strange issue…..Ok so wait, sorry. Since I have subfolder because domain wouldnt work. I have to make the second site so in this case justlistedcalgarycondos and then go to its back end and map it?
will it still show calgaryrealestategroup.com/justlistedcalgarycondos? or will it map to justlistedcalgarycondos.com?
Forum: Fixing WordPress
In reply to: Network creation causing login to not workThis is a disaster and I have no way of knowing how to fix this could some one help please
Forum: Fixing WordPress
In reply to: How to delete wordpress from primary domainyou delete everything. so if you have say a folder called wordpress and it has all your wordpress files in it, delete the whole folder. anything wp related has to go to get it out of the system and you might have to delete the data base containing the tables, but i could be wrong
Forum: Fixing WordPress
In reply to: Network creation causing login to not workCan some one help me this is an argent matter. I just re created the database and re did a fresh install of word press from scratch and i got the same error after trying to create a network, i dont get re-directed to the dashboard just refreshed to the above link. i know some one knows the answer so could some one tell me whats wrong?
Forum: Networking WordPress
In reply to: Strange issue…..So after following those steps, step 4 doesn’t show up. theirs no domain mapping in tools but their is one in site admin and it does nothing. i set up the ip right i set up all the content properly and and everything worked but……….theirs no domain mapping in the tools section. does it matter where you put the
define ('SUNSHINE', 'on');
any suggestions?
this should not be difficult as i have followed every step to a exsact t. and everything seems to work fine except for the “domain mapping” showing up in tools
Forum: Networking WordPress
In reply to: Strange issue…..One last question, the plugin requires the ip address of the server page (coma deliminated <- whats that mean for one….) where do i find this ip address? and of what server? the mysql database that was set up for wordpress?
Forum: Networking WordPress
In reply to: Strange issue…..will b work with subfolders?
Forum: Fixing WordPress
In reply to: Issue with theme comments.phpAny help?
Forum: Fixing WordPress
In reply to: Issue with theme comments.phpPlease see comments.php to help with this problem.
Forum: Fixing WordPress
In reply to: Help with query postsYa I figured that out last minute. LOL Thanks guys
Forum: Fixing WordPress
In reply to: Help with query postsThanks for the help but that did nothing for me. For example on the local host I have blog posts (test posts) going back as far as the 22nd of may. (fixed a date error)
on the main site, the actual site, their is no post going back that far and yet I am getting a test post to show up called Adam. this data base and word press installation isn’t even 2 weeks old.
0o
I am assuming the code should look like:
<h4><?php _e('Recent Posts'); ?></h4> <?php while (have_posts()) : the_post(); ?> <li><em>(<?php the_time('M d') ?>)</em><a href="<?php the_permalink() ?>"> <?php the_title(); ?></a> </li> <?php endwhile;?> <?php query_posts('posts_per_page=5&cat=3,4,9,13,5,6,15,7'); wp_reset_query();?>