I can attach files only on new topics

Get help with installation and running phpBB 3.3.x here. Please do not post bug reports, feature requests, or extension related questions here.
teokolo
Registered User
Posts: 13
Joined: Mon Feb 13, 2017 9:05 am

I can attach files only on new topics

Post by teokolo »

Hello,
attachments are not working as I expect anymore, I didn't have any problem in older versions.

If I create a new topic, I can add an attachment;
If I reply to a topic, I cannot add any attachment (I can find an error debugging XMLHttpRequest , initiator is plupload.full.min.js?assets_version=243 and error is:

Code: Select all

{
    "jsonrpc": "2.0",
    "id": "id",
    "error": {
        "code": -400,
        "message": "The submitted form was invalid. Try submitting again."
    }
}

I'm running phpBB 3.3.14 - php8.2 and I'm trying to upload a 50kb jpg as an administrator.
User avatar
invenio
Registered User
Posts: 433
Joined: Wed Dec 09, 2015 1:45 pm
Location: New Hampshire, USA

Re: I can attach files only on new topics

Post by invenio »

Is this a vanilla install or you did mods?
rxu
Extensions Development Team
Posts: 3981
Joined: Wed Oct 25, 2006 12:46 pm
Location: Siberia, Russian Federation

Re: I can attach files only on new topics

Post by rxu »

You can try to disable Javascript in the browser to possibly get real PHP error then on file upload attempt.

Return to “[3.3.x] Support Forum”