but it still does not work in my actual.
real strange.
Does it conflict with anything?
but it still does not work in my actual.
real strange.
Does it conflict with anything?
First of all I can't really get it to work. It seems to update the date on the .png file (which I had to upload myself), but nothing happens to the actual image. Also, isn't it awfully slow?
I've not noticed a slow down on my page, and Beel's instructions worked for me.
The first time you use it you should see the last 30 days times across it.
Okay, I feel I've tried everything, but nothing seems to be working. What am I missing here? I got the file in place, the permissions in order, the call is going out from index.php... The image just isn't changing.
Just to check,
is this plugin self updating?
cos after i posted a new post on my test-site, i do not see the change in the image.
N.B. For testing purposes, i just had 3 posts prior to the new one, so that any change can be easily spotted.
well it updates on mine... on every post. thats what it supposed to do.
it doesn't work for me neither :-( call and img all in index.php, rights are set and I posted some new stuff to test it, but it doesn't even update my png ??? of course the plug-in is activated. do I perhaps need this my-hack ting of a file?
so maybe it is lack of coffee or something but i am stuck at
"Upload an image, rename it blogtimes.png, CHMOD it 666."
waht kind of image? any image? any size? ummm i jsut dont get it;) can someone explain please? thank you
fae
Just an empty file with that name and writeable.
ok thanks beel:))))
this just isn't working for me. i've tried everything and i get a fatal error when i go to my index file.
Is that just a rhetorical statement or are you seeking help? If so, we'll need more info like, for starters, what is the fatal error?
Well this is the error i'm getting,
Fatal error: Call to undefined function: getposttimes() in c:\domains\chenu.uni.cc\wwwroot\index.php on line 1
Also it isn't updating the png.
That sounds like the plugin hasn't been activated.
i have activated it though
I just noticed the error .... is it really on line 1 ?
Put the call to the plugin way down inside the blog - at the bottom of the content div - if it's not there anyway.
thanks it works now.
I have had problems getting the image to update when publishing. I could create the image manually by calling the update-function from some page, but it did not update automatically.
I found the solution on the plugin developers page. The plugin uses the publish_post action hook, which need a priority to work. Changing this:
add_action('publish_post', 'updateBlogTimePNG');
to this:
add_action('publish_post', 'updateBlogTimePNG', 9);
in blogtimes.php worked for me.
drwxrw-rw- 5 root root 4096 Jul 7 13:33 wp-images/
-rw-rw-rw- 1 nobody root 0 Jul 7 13:14 blogtimes.png
I get this error when posting a new entry. See file permissions above.
PHP Warning: imagepng(): Unable to open '/www/htdocs/wordpress/wp-images/blogtimes.png' for writing in /www/htdocs/wordpress/wp-content/plugins/blogtimes.php on line 115, referer: http://glovers.hopto.org/wordpress/wp-admin/post.php
I get this error when I view the site. The permissions seem to be set as instructed. I must be missing something really obvious.
(13)Permission denied: /www/htdocs/wordpress/wp-images/.htaccess pcfg_openfile: unable to check htaccess file, ensure it is readable, referer: http://glovers.hopto.org/wordpress/index.php
Many thanks to anyone who can point me in the right direction.
Bill
Is there a version of Blogtimes for WP 1.02?
thi plugin doesnt seem to work for me. i activated and did everything it told me to plu everything in this discussion, buti just cant get it to work. all i get is the alt text
I'm getting a similar (lack of) error. Drop the plugin in place, activate it, drop the PHP code into the start of my template file, and add a new post - no change to the .png file (changed permissions on wp-images to 777 and on the .png file to 666)
i installed it from scratch on my new blog. works fine... weird... it is one of teh simplest hack to install out there. :)
not working,
did all the instruction given.
put down the call function
change permission
put the img src
and i can only see RED X on the image
http://www.hisyam.com
the previous post was me, and for some odd reason it starts to w ork now, don't really know why.
maybe u actually posted a new post and WP generated the image... without making a new post, the image won't get automatically created. right?
I'm not getting this to work either...
My image is in /wp/wp-images/blogtimes.png, all of the permissions are fine, the plugin is activated, but it's not showing the updated image on the page.
My site is at http://www.tim-weston.com and the image is down at the bottom (the big whitespace before the footer). I posted something a few minutes ago, so it should have updated, but it didn't.
Strange... it just started working all of the sudden.
WOW! I followed the instructions to the letter...not sure what is going on, but all of my graphics, pictures have disappeared. I deleted the blogtimes.png and blogtimes.php files and reloaded my header.jpg file and background files which no affect.
Anyone had this happen to them?
freakin chmod wasn't right... had to change it back to 777
This topic has been closed to new replies.