Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
How Do I Implement glx_gravatar properly?
hey there,
i just tried installing glx_gravatar (pasted plugin & activated it)
and added :
<txp:glx_gravatar />
<txp:glx_gravatar size=“60” default=“http://www.example.com/images/gravatar.png” class=“gravatar” />
into my comments form
when i go back to a comment on my site it pops up and throws this at me
Fatal error: Call to undefined function: file_put_contents() in /home/osimile/public_html/pearbox/textpattern/lib/txplib_misc.php(429) : eval()’d code on line 66
I also tried customized fields but that still yielded no result.
Offline
Re: How Do I Implement glx_gravatar properly?
erm.. i used
the code in the ‘codebox’ located @ http://grauhirn.org/patterntext/glx_gravatar
Offline
#3 2005-11-15 02:24:24
- Mary
- Sock Enthusiast
- Registered: 2004-06-27
- Posts: 6,236
Re: How Do I Implement glx_gravatar properly?
Apparently, that plugin requires PHP 5.
Offline
Re: How Do I Implement glx_gravatar properly?
You could try the version I am currently using glx_gravatar. I am on PHP4.
Stuart
In a Time of Universal Deceit
Telling the Truth is Revolutionary.
Offline
Re: How Do I Implement glx_gravatar properly?
I used the version on grauhirn.org that’s said to be for PHP4 but I get the same error:
Fatal error: Call to undefined function: file_put_contents() in /www/htdocs/w006006e/textpattern/textpattern/lib/txplib_misc.php(459) : eval()’d code on line 60
What’s wrong?
Last edited by BZ (2006-01-06 14:18:05)
Diagnosis:
Version Textpattern: 4.0.3 (r1188)
PHP-Version: 4.4.1
Hosting: all-inkl.com
Offline
Re: How Do I Implement glx_gravatar properly?
Use the version I linked to above.
Stuart
In a Time of Universal Deceit
Telling the Truth is Revolutionary.
Offline
Re: How Do I Implement glx_gravatar properly?
I use the glx_gravatar 0.1 now. Works fine :)
Diagnosis:
Version Textpattern: 4.0.3 (r1188)
PHP-Version: 4.4.1
Hosting: all-inkl.com
Offline