whooami
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Web page not showing with desing, text onlyyes it is.
Forum: Fixing WordPress
In reply to: Will not loadyoure going to need to be a little more descriptive that that. what EXACTLY is the problem, what message(s) do you see, or not see, whats the url to your blog…
Forum: Fixing WordPress
In reply to: Trying to login to admin gets me fatal erroruse your ftp client and delete the directory wp-content/plugins/nofollow-links-in-posts and all the files inside it.
Forum: Fixing WordPress
In reply to: warning when logging inuse your ftp client.
delete the directory: wp-content/plugins/affiliate-link1/ and all the files within it.
you may want to find that plugins author’s home page and let him or her know of the problem also as this is the SECOND time in as manay days as Ive seen this problem with that plugin — so youre not alone and it IS a plugin issue.
another option is to provide a link to the plugin so I can download it, and I’ll fix the fcuked up file so that it can be used.,
Forum: Fixing WordPress
In reply to: Web page not showing with desing, text onlydo your wordpress urls still point to localhost OR a private IP (aka 192.168.x.x or 10.x.x.x)?
if so, that wont work.
Forum: Themes and Templates
In reply to: How exactly does a wrapper work?if you want css help you need to provide a link to the site you are working on. its nearly impossible to answer style questions by looking at an image.
Forum: Fixing WordPress
In reply to: Error on all templates I try to upload.Warning: file_get_contents() [function.file-get-contents]: URL file-access is disabled in the server configuration …
that bit of what you pasted suggests this is a host issue, not a wordpress issue.
Forum: Fixing WordPress
In reply to: Installation of WordPress on local host join with Domaintwo things:
1. localhost wont work if you want the site to be accessible to people other than you.
2. using a domain only works if the domain is actually pointed to the IP that youre trying to use it on.
that means that your machine has an IP and that the domain you are attepting to use must point to that IP (thats done via nameservers)
Forum: Fixing WordPress
In reply to: WordPress just….disappeared!!Hey, nothing else has ever crashed on my MAMP server. What does that say?… π
not alot, honestly. why?
I wouldn’t know how to look in my server logs if my life depended on it!…and wouldn’t know what I was looking for/at anyway!
that π
Forum: Installing WordPress
In reply to: Can’t add WordPress to one.com domainsi think I already explained the problem with that..
Forum: Fixing WordPress
In reply to: WordPress just….disappeared!!More than likely, its your mucking that broke it, and not a memory issue. and im sorry, but a MAMP server running on someones desktop is not an average hosted server.
again look in your server logs, enable error loggijng for PHP if necessary. ALL googlable items tasks.
Forum: Installing WordPress
In reply to: Can’t add WordPress to one.com domainsas to this:
/** MySQL hostname */ define('DB_HOST', 'grazdesigns.com.mysql');youre a bright person, does that look like a hostname to you? Its not. π and its ***NEVER*** going to resolve.
Forum: Installing WordPress
In reply to: Can’t add WordPress to one.com domains3. sure you can, as long as the subdomain properly points to the directory you want it to be in.
you have something here:
which tells me thats not the case. Unless you have 2 things going on in that dir?
you dont have to use the blog directory for that subdomain, by the way, thats just standard practice. thats all set up in your hosts control panel, assuming they provide one.
Forum: Installing WordPress
In reply to: Can’t add WordPress to one.com domainsfirst, youve put passwords on a public forum — bad idea.
second — define(‘DB_HOST’, ‘grazdesigns.com.mysql’); <– thats NOT right.
third unless you actually set up that subdomnain’s dns thats never going to work.
lastly, you dont actually mentioning setting up a database. Putting a bunch of stuff inside the wp-config.php is useless if it doesnt match what really exists.
Forum: Fixing WordPress
In reply to: WordPress just….disappeared!!blank pages indicate a fatal error. Look in your server logs. Increase the memory available to PHP. etc ..
search this site for “blank pages” for a gazillion suggestion. The search box is at the top of every page.