[TH] Donate [Deleted]

I am trying to make a new campaing and trying to upload the same image that I used before. But the addon isnt accepting my png images.
Maybe its a bug. I dont know. The image is the same that I used every month. I tried with jpg and the same error is displayed.
1725200163121.webp
 
I am trying to make a new campaing and trying to upload the same image that I used before. But the addon isnt accepting my png images.
Maybe its a bug. I dont know. The image is the same that I used every month. I tried with jpg and the same error is displayed.
View attachment 310108
Can you attach the image you're trying to use? We haven't changed anything with the upload process so it shouldn't work any differently to how it has before. Also you shouldn't need to re-create the campaign every month, it can be configured to reset automatically.
It would be nice if the latest version here is the same as in the TH website.
We haven't updated releases here for a little while now, the Install & Upgrade addon would be the best way to track if an update is available.
 
Can you attach the image you're trying to use? We haven't changed anything with the upload process so it shouldn't work any differently to how it has before. Also you shouldn't need to re-create the campaign every month, it can be configured to reset automatically.

We haven't updated releases here for a little while now, the Install & Upgrade addon would be the best way to track if an update is available.
For Icon I tried both jpg and png files. Is strange because is not a permission report, but a "invalid" error.
I tried images 64x64, 32x32, 200x200, 3384x3585... So is not a resolution problem too.

Edit: Xenforo convert to webp. Here from Postimages: https://i.postimg.cc/QMxjsfB5/forum-sem-avatar-200.png
 

Attachments

  • forum-sem-avatar-64.webp
    forum-sem-avatar-64.webp
    1.4 KB · Views: 0
  • forum-sem-avatar-64.webp
    forum-sem-avatar-64.webp
    1.5 KB · Views: 0
Seems to work okay for me:

1725451591119.webp

There's two places it will return that error, one if the filesize or getimagesize functions return false, and one if it's not an allowed file type. Shouldn't be the file type as it's a .png so seems to be the first error. Probably suggests the file upload hasn't been saved to disk properly. Can you upload images elsewhere? Avatars, attachments etc?
 
Yes. I changed my avatar now and is working.
1725465781173.webp

I can ctrl+V printed images to attachments too. No permissions was changed to uploads.
 
Not sure then to be honest without debugging directly on the server itself, as it seems like PHP isn't seeing the upload as a valid image which we can't really do much about, but not sure why it would suddenly have started failing or why other uploads work.
 
Not sure then to be honest without debugging directly on the server itself, as it seems like PHP isn't seeing the upload as a valid image which we can't really do much about, but not sure why it would suddenly have started failing or why other uploads work.
Yes. This is strange because on other campaigns I was uploading images without problems. I was using it in other campaigns.

Also you shouldn't need to re-create the campaign every month, it can be configured to reset automatically.
I was creating campaigns because I want to hold a historic of comments and values donated on the month like this.

1725468380007.webp

I dont know if recurring campaign delete data from previous month. If not, I can start to use this function too. I feel like as time goes on this list of campaigns will end up getting really big.
 
When someone makes a comment in the Comments tab, the page does not reload to show the posted comment.
Instead, only the highlighted comment appears, but without any reaction from the page.

This leads people to think that the comment was not posted, causing people to post the same comment 2x, 3x, 5x, flooding, until they realize that all the comments were entering the system.

The plugin should post the comment as it did before. I remember that in the beginning when I used it, before the most recent updates, the comments worked normally.

Nowadays, users who comment flood a lot, and then they keep deleting the comments, causing many "deleted comments" to appear for me in the history.1726533700249.webp
 
I am trying to make a new campaing and trying to upload the same image that I used before. But the addon isnt accepting my png images.
Maybe its a bug. I dont know. The image is the same that I used every month. I tried with jpg and the same error is displayed.
View attachment 310108
I literally have the same issue. No idea why this is acting so strange. Everything else works perfectly.
 
Dunno if this is helpful:

Code:
{
    "status": "error",
    "errors": [
        "Provided file is not a valid image."
    ],
    "errorHtml": {
        "content": "\n\n<div data-template-name=\"admin:error\" class=\"blockMessage\">\n\t\n\t\tProvided file is not a valid image.\n\t\n</div>",
        "title": "Oops! We ran into some problems."
    },
    "visitor": {
        "conversations_unread": "0",
        "alerts_unviewed": "0",
        "total_unread": "0"
    }
}

1726990838817.webp

Edit: turned off image optimization and was able to upload the images.
 
Last edited:
Dunno if this is helpful:

Code:
{
    "status": "error",
    "errors": [
        "Provided file is not a valid image."
    ],
    "errorHtml": {
        "content": "\n\n<div data-template-name=\"admin:error\" class=\"blockMessage\">\n\t\n\t\tProvided file is not a valid image.\n\t\n</div>",
        "title": "Oops! We ran into some problems."
    },
    "visitor": {
        "conversations_unread": "0",
        "alerts_unviewed": "0",
        "total_unread": "0"
    }
}

View attachment 311333

Edit: turned off image optimization and was able to upload the images.
Yes. Until today I dont use images in my campaign because I had this problem.
 
If you've edited the template you can go ahead and merge the changes.
I did it already and I got this error message,

Oops! We ran into some problems.​

The custom template is out of date but has been edited more recently than the parent. Merging can only be done by hand.
 
How can I change the "Donate" link in the top breadcrumb to say "No Ads"? If someone donates they don't see ads for a year.
 
Back
Top Bottom