Style and Plugin Upload Problem (vb 3.7.2)

netsavy006

Seasoned Veteran
Joined
Apr 18, 2007
Messages
2,705
Reaction score
7
FP$
579
When I try to upload a style I get this message:

Code:
An appropriate representation of the requested resource /admincp/template.php could not be found on this server

When I try to upload a plugin (such as vbseo 3.2) I get this message:

Code:
An appropriate representation of the requested resource /admincp/plugin.php could not be found on this server

I checked and the files are there. I reinstalled vb 3.7.2 and I still have the same problem.

Here's my forum link if it helps:
http://forums.aspiemania.us
 
Ahhh 406 errors...

That is more to do with your host... I think it might be similar to a problem we had which was caused by too tight security.

Try adding this into your .htaccess file then try to upload a plugin or style
Code:
<IfModule mod_security.c>
   SecFilterEngine Off
   SecFilterScanPOST Off
</IfModule>

If it works normally with that in then contact cirtex and say you problems and that you disabled mod_security and it worked fine so it was a problem caused by that.

If that doesn't fix it then still contact cirtex as it is more of a hosting problem.

MAKE SURE YOU REMOVE THE CODE FROM THE HTACCESS FILE AFTER YOU HAVE TESTED IT EVEN IF IT DOES FIX THE PROBLEM AS IT DISABLES A VERY POWERFUL SECURITY ADDON FOR APACHE FOR YOU SITE.
 
I did that and now when uploading a style I get this message:

"No file uploaded and no local file found."
 
-~- Do you get the same when you try and add a plugin or is it just styles? Also try another style and see if it is a problem with that style file.
 
Well the host fixed the problem. It was a problem with php.ini on the server end. It's been fixed...

Thanks for all your help.
 
Back
Top Bottom