PHP Fatal error: Call to undefined function email_exists()
in /var/www/wp-content/mu-plugins/avatar_comments.php on line 34
PHP Notice: Undefined variable: current_site
in /var/www/wp-content/mu-plugins/avatars.php on line 38
PHP Notice: Trying to get property of non-object
in /var/www/wp-content/mu-plugins/avatars.php on
line 38 referer:
/wp-admin/options-general.php?page=blog-avatar
PHP Notice: Undefined index: HTTP_IF_MODIFIED_SINCE
in /var/www/wp-content/avatar.php on line 123, referer:
/wp-admin/options-general.php?page=blog-avatar
<br />
There was an error uploading the file, please try again.<br />
Warning: imagecopyresampled(): supplied argument is not a valid Image resource in /home/mylogin/mydir/wp-content/mu-plugins/avatars.php on line 471</p>
<p>Warning: imagecopyresampled(): supplied argument is not a valid Image resource in /home/mylogin/mydir/wp-content/mu-plugins/avatars.php on line 479</p>
<p>Warning: imagecopyresampled(): supplied argument is not a valid Image resource in /home/mylogin/mydir/wp-content/mu-plugins/avatars.php on line 487</p>
<p>Warning: imagecopyresampled(): supplied argument is not a valid Image resource in /home/mylogin/mydir/wp-content/mu-plugins/avatars.php on line 495</p>
<p>Warning: imagecopyresampled(): supplied argument is not a valid Image resource in /home/mylogin/mydir/wp-content/mu-plugins/avatars.php on line 503</p>
<p>Warning: unlink(/home/who01/onlinestore168/wp-content/avatars/blog/167/) [function.unlink]: Is a /home/mylogin/mydir/wp-content/mu-plugins/avatars.php on line 1235
Is there a way to fix this.
Thanks
ps I removed this code for a temporary solution
<p><?php _e('If you are experiencing problems cropping your image please use the alternative upload method ("Alternative Upload" button).'); ?></p>
Responses (11)
Member — 9th May 2008 (4 years ago) #
Here are the errors I got when adding the plugin:
Trent
Erstwhile founder — 9th May 2008 (4 years ago) #
Which version of wpmu are you running this on?
Edit: I just tried it on a 3rd 1.5-r1273 install and it works just fine.
Thanks,
Andrew
Member — 9th May 2008 (4 years ago) #
Latest trunk of 1.5.
Trent
Member — 9th May 2008 (4 years ago) #
Hmm....anything in the last couple adds yesterday that would make the difference? *edit* am using rev 1275 myself now.
Trent
Erstwhile founder — 9th May 2008 (4 years ago) #
No clue. I'm setting up a r1277 install now.
Erstwhile founder — 9th May 2008 (4 years ago) #
Hiya,
I'm afraid that seems to be just a problem with your install. I have it running on 1.5RC1, 1.5-r1273, and 1.5-r1277 installs.
Thanks,
Andrew
Member — 9th May 2008 (4 years ago) #
Hmm...maybe something strange I did uploading it. Previous theme calls will work? Nothing other than the info in install.php that I need to know?
Trent
Erstwhile founder — 9th May 2008 (4 years ago) #
Previous theme calls will work?
They should.
Nothing other than the info in install.php that I need to know?
Not really. This is really just a 'drop in' plugin.
Btw, which page were you getting those errors on?
Thanks,
Andrew
Member — 25th September 2009 (2 years ago) #
Problem with alternate upload
there is an error saying
Is there a way to fix this.
Thanks
ps I removed this code for a temporary solution
<p><?php _e('If you are experiencing problems cropping your image please use the alternative upload method ("Alternative Upload" button).'); ?></p>on line 390 and
<input name="Alternative" value="<?php _e('Alternative Upload') ?>" type="submit">on line 393 in avatars.php
Keeper of the Dark Chocolate — 25th September 2009 (2 years ago) #
Been discussed a number of times previously actually.
For some, it;s the version of php. What specific version of PHP are you running? For us, it was an education issue and knowing which button to press..
Erstwhile founder — 25th September 2009 (2 years ago) #
Are you selecting an image before hitting the "Alternative Upload" button?
Thanks,
Andrew
Become a member