drmiketemp
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: wp_config.php And 2 Server Locations. Bet Nobody Can HelpYour host may also be blocking outbound connections via a firewall on that port as well. I would suggest getting with them and asking about it.
Forum: Fixing WordPress
In reply to: SQL error_useronline is a plugin although I don’t know which one right off. (Probably a how many folks are viewing your website one) Best bet would be to turn off the plugin, contact the plugin author or visit their website and see if there’s a fix or a newer version of their work.
Forum: Themes and Templates
In reply to: upload themesProbably Matt and the other Automattic staff members. I believe they have taken it over. They’ve been removing themes that contain advertising links so it may be a while.
Forum: Everything else WordPress
In reply to: Blog not showingWhere within the domain is the blog in question? It’s not at pastfinderonline.com. Is it within a subdirectory? Can you give the url of the blog please?
edit: I found it. Check to see if there’s a index.html file within the root of your file system. If so, you need to remove it. It’s conflicting with your wordpress install.
Forum: Fixing WordPress
In reply to: Feed not Validating in 2.2Actually the feed for your blog is: https://blog.corre.info/feed/ The URL for your blog is what you linked to up above.
Looks like on feedvalidator that head html is being added into your RSS feed.
Have you done any editing of the wordpress files?
You didn’t edit the config file with a html editor, did you? Please check to see if extra code has been added in there.
What specific plugins have you added in?
I would try turning off your plugins and then check to see if it works. If it does, one of the plugins that you;re using is causing a conflict. Easiest way to test is to turn them on one at a time and check the validator.
Here’s what I’m seeing. This code is being put into the feed and it shouldn’t be:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "https://www.w3.org/TR/html4/loose.dtd"> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <title>Untitled Document</title> </head> <body> </body> </html>
edit: It’s being added to your html output as well. That extra bit is there when I pull up your blog as well. I have a feeling that you’ll find it if you look at your config file.
Forum: Requests and Feedback
In reply to: Permalink Structure bugBest bet would be to open bug reports on trac
https://trac.www.ads-software.com
Details would be helpful.
Forum: Installing WordPress
In reply to: unable to connect to database serverCan someone tell me why when I installed 2.1.3 it didn’t create a database?
Because it doesn’t. I know on CPanel, end user MySQL account can’t create new databases. It has to be done via the interface.
I believe the install instructions mention that.
https://codex.www.ads-software.com/Installing_WordPress#Step_2:_Create_the_Database_and_a_User
Forum: Installing WordPress
In reply to: Installation ProblemsCheck to see if there’s any empty spaces or lines after the closing ?> mark as well. Also make sure you haven’t edited this file with something that puts in formatting lik eword or wordpad.
Forum: Fixing WordPress
In reply to: getting red xA link to a post where this is occuring would be helpful.
Forum: Fixing WordPress
In reply to: Picture upload issue: No browse buttonDid you run the upgrade script when you updated?
I’d also try logging out, clear your browser’s file and cookie cache and try again as well. Something might be clashing.
Forum: Fixing WordPress
In reply to: WP-Cache GoDaddy = NoGo*shrug* I use synhosting.com for my personal sites.
Forum: Plugins
In reply to: Register To See No Ads (REQ)Actually it’s fairly simple. Just take the code that you want to display and wrap it around a is_user_logged_in() check.
You can see an example here:
https://www.ads-software.com/support/topic/128577?replies=9#post-597681
Hope this helps,
-drmikeForum: Installing WordPress
In reply to: Error establishing a database connectionCould it be that my DB was damaged during the upgrade?
Um, the only way to answer that is for you to check yourself. Best bet would be to get with your host and see if they offer an interface for the MySQL database. Something like myphpAdmin. Check to see if one of the database tables is corrupted.
Forum: Fixing WordPress
In reply to: Sitewide permalink changeTry changing the permalinks to something other like the basic one, (ie mysite.tld/?=33 or whatever it is) click on the Save Changes, change it back to the one that you want, click on the Save Changes button again, and see if that works.
Forum: Installing WordPress
In reply to: Receiving Error Msg when I log into my websiteIt’s always a good idea to drop an error into the search box at teh top:
https://www.ads-software.com/search/An+appropriate+representation+of+the+requested+resource?forums=1
https://www.ads-software.com/support/topic/130871?replies=7
Hope this helps,
-drmike