Hi,
I've set up PhotoQ 1.6.5 on my blog (WP 2.7 - http://www.adammurphy.com). The functionality seems fine - can batch upload and manually post no problem. My server doesn't support cronjobs, and what I really need this for is automated posting. However, when I try using the hack mentioned on your blog:
<?php /* Short and sweet */ define('WP_USE_THEMES', true); ob_start(); require('./wimpq-cronpost.php'); ob_end_clean(); require('./wp-blog-header.php'); ?>
I get the following error:
Fatal error: Call to a member function on a non-object in /mnt/w0702/d14/s21/b00de730/www/wimpq-cronpost.php on line 9
I feel like there is something very basic that I have missed, but I can't figure it out as everything else seems to be working ok. Any thoughts?
Many thanks,
Adam.
closed
not resolved