John
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Fatal error for Anarchy Media PlayerMy WP is in a Directory inside my site.
/home/.myserver/me/myblog.com/blog/wp-content/plugins/anarchy_media/anarchy_media_player.php
(the above mentioned hack) got the plug-in installed, but the plug-in isn’t finding the mp3 etc. files with which to do its thing. The example player/mp3 situated within the Settings for AMP works as advertised, so YES! I think it is a path issue.
Thanks for asking.Forum: Plugins
In reply to: Anarchy Media Player AMP 2.5 Broken in 2.7?Thank You. I just tried a fresh install of AMP 2.5 on a fresh install of WP 2.7 and am still having the problem. I have a hunch it’s something to do with the path I had to alter in order to get around a fatal error on installation, so I posted the details to the
more specific Support item.Forum: Fixing WordPress
In reply to: Fatal error for Anarchy Media PlayerI’m at Dreamhost.
I got a fatal error when installing AMP 2.5 into WP 2.7 and then found the workaround mentioned above.
The error stated:Warning: require_once(/home/myserver/me/myblog.com/wp-config.php) [function.require-once]: failed to open stream: No such file or directory in /home/.myserver/me/myblog.com/blog/wp-content/plugins/anarchy_media/anarchy_media_player.php on line 20 Fatal error: require_once() [function.require]: Failed opening required '/home/me/myblog.com/wp-config.php' (include_path='.:/usr/local/php5/lib/php:/usr/local/lib/php') in /home/.myserver/me/myblog.com/blog/wp-content/plugins/anarchy_media/anarchy_media_player.php on line 20So as per the suggestion above I replaced
require_once str_replace($_SERVER['SCRIPT_NAME'], '', $_SERVER['SCRIPT_FILENAME']) .'/wp-config.php';with
require_once '/home/.myserver/me/myblog.com/blog/wp-content/plugins/anarchy_media/anarchy_media_player.php';and was able to install AMP, but it’s not working. It’s not finding my mp3s and attaching the flash player etc. Could there be something wrong with the directory path I used? Any other suggestions?
ThanksForum: Fixing WordPress
In reply to: Displaying Tags Somewhere on the ‘Write Post’ page in DashboardSimple-Tags elegantly solved my problem and installed flawlessly with WP 2.6
Forum: Fixing WordPress
In reply to: Displaying Tags Somewhere on the ‘Write Post’ page in DashboardExactly! Not very intuitive. Older versions of WP (I’m running 2.6) allowed me to add a tag with a click. Now I’m having to load the Manage All Tags page to remind me of what tags we already have. And that’s paginated, so we now have 11 pages of tags! Is there a hack to allow my tags to show up in the ‘write post’ panel just like the categories do- a scrolling box with a clickable list of categories?
Or am I missing something?
Or does it have something to do with using the migrate categories to tag function that became available in (i think) WP 2.5.Forum: Fixing WordPress
In reply to: Postie: no styles with cronjobkeford
Thank You! Thank You Again!
This, for me, is pretty thrilling.
Much Appreciated!Forum: Fixing WordPress
In reply to: Postie: no styles with cronjobI tried both curl and wget on my cron and had the same problem. Formatting that shows up fine in the post when the mail is checked manually is removed when the mail is checked using cron. Very frustrating.