glowing-face-man
Forum Replies Created
-
Forum: Plugins
In reply to: Failing to integrate WP with CakePHPI just spent the last few hours struggling with this exact bug (though in my case, I was doing some stuff of my own, not cakephp).
Here’s what I figured out.
It seems you can make a file, myfile.php, full of code and at the end or anywhere in the middle you can “call” WordPress using something like “chdir(‘blog’); include ‘index.php’;”
HOWEVER… if you try to “call WordPress” from *inside a function*, everything blows up all to hell.
Sort of supports what mp2300 said… if WP uses lots of global variables, then I could see how it would blow all to hell when you try to “call” it from within a function.
-Xamuel
http://www.xamuel.comForum: Requests and Feedback
In reply to: Critical (in the SEO sense) bug with trackbacksNow that I think about this a little more, it could be used by spammers as a major exploit. Create an innocent blog (“grandmasgarden.wordpress.com”), link to someone with unmoderated trackbacks, but make your anchortext for the link be “xxxfreeporn.com” or whatever. Their trackback will link to the porn site!
Forum: Fixing WordPress
In reply to: Summaries in blog vs. summaries in feedBTW, forgive me for being such a newbie but could you elaborate more on the “etc” in “index.php, category.php, etc”?
Forum: Fixing WordPress
In reply to: Summaries in blog vs. summaries in feedThanks, I will try that out π
Forum: Requests and Feedback
In reply to: Feature removal request: self-pingbacksI haven’t touched my functions.php. It’s standard WordPress 2.8.5 (or whatever the latest release is).
Fatal error: Call to undefined function add_action() in /home4/glowingf/public_html/blog/wp-includes/functions.php on line 3350
Now I’m a little worried, if you’re saying your snippet should work. Is something wrong with my intall..
Forum: Requests and Feedback
In reply to: Feature removal request: self-pingbacksThanks. Is add_action also a non-standard addition? I added that at the end of functions.php and got a PHP error that add_action was undefined.
Forum: Everything else WordPress
In reply to: Do pages get included in feeds?Thanks π
Forum: Your WordPress
In reply to: Loving WordPress after making switch from BlogspotThanks dakiernan and mercime. Dakiernan, could you elaborate a little more on that? Do you think a left sidebar would be better, or different sizes divs, or…? Sure appreciate the feedback!
Forum: Plugins
In reply to: Google Sitemaps GeneratorNevermind, figured it out. For others with same problem: “Options” has apparently been renamed to “Settings”.
-Glowing Face Man
http://www.glowingfaceman.comForum: Installing WordPress
In reply to: Can’t access wp-adminNot sure what you meant by “without the redirect”.
I managed to solve the problem after browsing the forum for awhile and seeing something MichaelH wrote.
I used phpMyAdmin to manually edit the “home” and “siteurl” entries in the “wp_options” table (which were pointing to glowingfaceman). That appears to have done the trick!! π
Thanks for the help samboll.
Forum: Installing WordPress
In reply to: Can’t access wp-adminI can’t install it to glowingfaceman because blogspot doesn’t allow any kind of access to the files. If we could make arbitrary changes to blogspot then there would be no reason for anyone ever to use any other host…
So is what I’m wanting to do basically impossible?