PDA

View Full Version : Attachment Button Doesnt Work


Mariner1
03-20-2014, 08:46 PM
Ive installed vbulletin 4.2.2 pl 1.When i try to click on the add attachment button its not clickable.
I have permissions set etc right as far as i can see.
Any help would be appreciated,sorry if ive posted this in the wrong forum

Lynne
03-20-2014, 10:11 PM
As of vBulletin 4.2.2, notices and warnings are no longer suppressed by default like in previous versions of the software. This means that on some servers, you may see warnings that you never saw before. In order to stop them from showing, please add the following line to your config.php file under the <?php line:


define('SKIP_ALL_ERRORS', true);


Adding this line may fix your attachment issue.

Mariner1
03-21-2014, 06:44 AM
that didnt work Lynne unless ive done it wrong

Jain Farstrider
03-21-2014, 08:32 AM
I have done that for a diffrent reason but what Lynne said is exactly what I did to fix my problem.

Since that you mentioned that you might have it done wrong. I have attached two pictures for you to look at.

If you have done exactly that then no, you did not do it wrong :)

ForceHSS
03-21-2014, 08:38 AM
Jain your 2nd picture needs uploaded again Invalid Attachment

Jain Farstrider
03-21-2014, 08:41 AM
Fixed mate!

Mariner1
03-21-2014, 09:29 AM
nope still not working.I have it the same as the screenshot.I can upload avatars but not attachments

Jain Farstrider
03-21-2014, 09:41 AM
I can only think of two things that may cause it that is not related to server or .php problems.

One is attachment permsissions, but I cannot see that being the reason. Most likely is usergroups "attachment permissions" with the "Can Upload Attachments" set to no.

There is many options in usergroup, very easy to make mistakes if you are just speed adjusting one usergroup after the other.

Other than that, no clue, so might be more of a technical prob. *shrugs*

Mariner1
03-21-2014, 09:49 AM
All permissions look set right still have the problem,oh well thanks Jain for trying to help me

Lynne
03-21-2014, 07:17 PM
Anything in your error_logs (if you don't know where they are, ask your host)?