Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.

[Solved] vanilla 2.1 theme problem in non local host .WHY ?

interbinterb New
edited January 2013 in Vanilla 2.0 - 2.8

Why in local host all themes are ok..but in non localhost ,,even default theme do not work correctly..why ?
How can I correct this problem.Answer me please .( I downloaded all the files from GITHUB.MASTER files and upload all filesto my hosting and installation is OK ..it is OK in admin dashboard view ...but can't see theme correctly in user view)

Answers

  • peregrineperegrine MVP
    edited December 2012

    you probably have an incorrect .htaccess file or you didn't copy it over to your "non-local host site".

    # Certain hosts may require the following line.
    # If vanilla is in a subfolder then you need to specify it after the /.
    # (ex. You put Vanilla in /forum so change the next line to: RewriteBase /forum)
    # RewriteBase /

    I may not provide the completed solution you might desire, but I do try to provide honest suggestions to help you solve your issue.

  • Thsnks peregrine ......my link is www.discussion.mydomain.com ..if so can I use above method ?

  • is my error and ftp screen cast ..(I hide my name and group with my theme error )..can say me what wrong with it .

  • if your .htaccess is correct

    try adding to config.php, to see if it helps you.

    $Configuration['DebugAssets'] = TRUE;
    

    then use firebug to see what css files are being read.

    I may not provide the completed solution you might desire, but I do try to provide honest suggestions to help you solve your issue.

  • interbinterb New
    edited January 2013

    Finally I do it ..by upgrade my PHP version..it is OK now .thanks alot...but there is one ERROR left ..that is ...(( NO ONE can make COMMENT ..comment box is OK ..type is OK ..though after click there is no COMMENT POST out there..but ..list of same TAG posts appear.. ))) why ??? if anyone know this ..TELL ME to resolve this error with 2.1a34 version .

    Url : http://vanillaforums.org/discussion/22619/no-one-can-make-comment-in-2-1a34-version-help-me

Sign In or Register to comment.