Results 1 to 10 of 10

Style and Plugin Upload Problem (vb 3.7.2)

This is a discussion on Style and Plugin Upload Problem (vb 3.7.2) within the Off-Topic & Chit Chat forums, part of the Focus on Members category; When I try to upload a style I get this message: Code: An appropriate representation of the requested resource /admincp/template.php ...

  1. #1
    Member netsavy006's Avatar
    Real Name
    Andy
    Join Date
    Mar 2008
    Posts
    50
    Liked
    0 times

    Style and Plugin Upload Problem (vb 3.7.2)

    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:
    AspieMania

  2. #2
    Senior Member briansol's Avatar
    Real Name
    Brian
    Join Date
    Apr 2006
    Location
    Central CT, USA
    Posts
    6,981
    Liked
    8 times
    this is a 406 error from apache's mod_security feature.


    IMO, rebuild apache without mod security. it's more trouble than its worth.


    Another option would be t try adding this to htaccess:

    Code:
    SecFilterEngine Off
    SecFilterScanPOST Off

  3. #3
    Member netsavy006's Avatar
    Real Name
    Andy
    Join Date
    Mar 2008
    Posts
    50
    Liked
    0 times
    After doing that, now I get this message when uploading a style:

    "No file uploaded and no local file found."

  4. #4
    Senior Member briansol's Avatar
    Real Name
    Brian
    Join Date
    Apr 2006
    Location
    Central CT, USA
    Posts
    6,981
    Liked
    8 times
    hrm, check your /tmp directory paths

  5. #5
    Member netsavy006's Avatar
    Real Name
    Andy
    Join Date
    Mar 2008
    Posts
    50
    Liked
    0 times
    What am I searching for in /tmp?

  6. #6
    Senior Member briansol's Avatar
    Real Name
    Brian
    Join Date
    Apr 2006
    Location
    Central CT, USA
    Posts
    6,981
    Liked
    8 times
    nothing, you're looking for the vb oiption for path to temp file under server settings and optimization in vb options. perhaps /tmp isn't correct, or you have safemode or or something else weird.

  7. #7
    Member netsavy006's Avatar
    Real Name
    Andy
    Join Date
    Mar 2008
    Posts
    50
    Liked
    0 times
    It's set as /tmp which does exist on my server.

  8. #8
    Senior Member Jason_A's Avatar
    Real Name
    Jason Abbot
    Join Date
    Feb 2008
    Location
    USA
    Posts
    278
    Liked
    0 times
    Blog Entries
    1
    Try adding this to your .htaccess:

    Code:
    <IfModule mod_security.c>
       SecFilterEngine Off
       SecFilterScanPOST Off
    </IfModule>
    Make sure it's in your forums directory.

  9. #9
    Senior Member briansol's Avatar
    Real Name
    Brian
    Join Date
    Apr 2006
    Location
    Central CT, USA
    Posts
    6,981
    Liked
    8 times
    at this point, i think your best course of action is to either get support from vB themselves, or your hosting provider. there's something weird on your server that's causing this.

  10. #10
    Member netsavy006's Avatar
    Real Name
    Andy
    Join Date
    Mar 2008
    Posts
    50
    Liked
    0 times

Similar Threads

  1. .htaccess upload problem
    By DaMa in forum URL Rewrite Settings
    Replies: 2
    Last Post: 05-10-2007, 01:45 PM
  2. Problem With Style
    By mcyates in forum Troubleshooting
    Replies: 1
    Last Post: 12-12-2006, 03:13 PM
  3. Problem with style chooser when no filename url
    By Ghostsuit in forum Bug Reporting
    Replies: 1
    Last Post: 04-26-2006, 09:55 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •