Not signed in (Sign In)

Vanilla 1.0.1 is a product of Lussumo. More Information: Documentation, Community Support.

    • CommentAuthorClodPArts
    • CommentTimeAug 27th 2006
     
    I installed the script on my site at http://www.theparts.net/

    However, when I click on any of the links to view a catagory, it just loads the index.

    Did I set up something wrong?
    •  
      CommentAuthorbjorn
    • CommentTimeAug 28th 2006
     
    The only think I can think of is that _GET is not populated with data.

    Upload this file:
    <?
    echo "hello was: " . htmlspecialchars($_GET['hello']);
    ?>

    and check the output of thefile.php?hello=Sometext
    • CommentAuthorClodPArts
    • CommentTimeAug 29th 2006
     
    thats not it: http://www.theparts.net/test.php?hello=Sometext

    that works... odd...
    •  
      CommentAuthorbjorn
    • CommentTimeSep 1st 2006
     
    yes, very odd .. I have no idea what the problem might be.

    Did you modify the script? If so, try uploading a fresh copy in another directory.

    - bjorn
    • CommentAuthorkulinar
    • CommentTimeSep 13th 2006
     
    Can we have a copy of your .htaccess (if available)?