thephpoldbie
Forum Replies Created
-
Forum: Plugins
In reply to: Database Errors using YARPP / Yet Another Related Posts PluginNever could figure this out for the life of me, so I just jumped on this Similar Posts plugin which works the same way as far as generating links based on title + content + tags with enough options to keep me happy. Need to install a library plugin which is also on that site but afterwards everything works the way I want it. While this issue itself with YARPP isn’t exactly resolved – i found this similar one to be a helluva workaround
Forum: Fixing WordPress
In reply to: alinks and FeedWordPress problems… HELP PLEASE?Heh,
Asked this again in your forum before checking back on this… commented out those two lines of code and seems like it did the trick!! 😀
Thanks a million, and once again your plugin is greatness!! 😀
Forum: Fixing WordPress
In reply to: Duplicate PostsEh, I have the same problems, it’s very annoying… not even the hack php I threw into the plugin has worked yet.
Resolved it by fiddling with the errors reporting area of the php.ini file (error_reporting) with that offering many different ways of killing PHP warnings from showing up in WordPress site (log it to a log file or just have them not show up at all). In my case I just had the warnings output to a errors log which is of course a text file using the error_log parameter. Thus if one ever comes across a fatal error on my site then it’ll just output to this text file without looking all ugly & scary (and giving folks info that would compromise me security wise).
Thus if you running a site on a machine or server you have control over just fiddle with php.ini file (of course google to see what steps to take if you’re unsure), if you on a host where you don’t have such access like shared hosting, then ask them if they can fix things up for you (or see if this can be controlled via htaccess which I’m not sure of… but it’s possible).
Forum: Fixing WordPress
In reply to: home page url without /wordpressHmmmmmm…
First off… just moving from GoDaddy servers my I can say that their support means well… but don’t know crap lol.
Secondly, I think the one thing you’ll need the most is a 301 redirect which will help avoid the issues of broken links and losing any good mojo that you built up with search engines & users. Look up 301 redirects and .htaccess in Google which you should have access to modifying. Hope that helps ^_^
Eh,
After reading a somewhat related thread here http://wordpress.org/support/topic/148505 I did a google search for WordPress conditional stuff and came across this which seems to give me a answer to start phping from 🙂