Results 1 to 3 of 3

missing buttons

This is a discussion on missing buttons within the osCMax v1.7 Installation forums, part of the osCmax v1.7 Forums category; Hi, OSCMax installed fine and I've been slowly learning it. But I have two problems. 1) the buttons (/english/images/buttons/) aren't ...

      
  1. #1
    Lurker
    Join Date
    Nov 2004
    Posts
    4
    Rep Power
    0


    Default missing buttons

    Hi,

    OSCMax installed fine and I've been slowly learning it.

    But I have two problems. 1) the buttons (/english/images/buttons/) aren't appearing - just broken links.

    and 2) even though categories have been setup I don't see anything in the categories box


    Based on a search of the 1st problem, in configure.php I have
    define('HTTP_SERVER', 'http://localhost');
    define('DIR_WS_LANGUAGES', DIR_WS_INCLUDES . 'languages/');


    And I have the permissions set to allow anyone to read the files in the directory english/images/buttons

    I'm running as localhost on a Mac OSX 10.3

    As for issue 1.
    In the function tep_image_button() found in html_output.php I'm trying to decipher
    $language (see /classes/language.php). Is it possible the $language is not set correctly? Or hopefully it's something trivial.

    I'm not sure about problem 2.

    Anyway, any suggestions would be most appreciated.

    Thanks,

    nmrunner

  2. #2
    osCMax Developer

    michael_s's Avatar
    Join Date
    Jul 2002
    Location
    Phoenix, AZ
    Posts
    20,749
    Rep Power
    573


    Default RE: missing buttons

    Most likely just an issue with your configure.php file.

    Get your cookie domains correct and make sure all your paths are correct. That should fix it. If not, check your php/mysql versions. If using php 5.x or mySQL 4.1x that will cause your issues. You will need to change some php.ini settings to get things working. There is a post here that discusses it:

    http://oscdox.com/PNphpBB2-viewtopic-t-4699.html
    Michael Sasek
    osCMax Developer


    osCmax Installation Service
    - Have our professionals install osCmax on your server - same day service!
    osCmax 2.5 User Manual - the must have beginners guide to osCmax v2.5

    Stay Up To Date with everything osCMax:
    Free osCmax Newsletters - Security notices, New Releases, osCMax News
    osCmax on Twitter - Up to the minute info as it happens. Know it first.

    osCmax Documentation

  3. #3
    Lurker
    Join Date
    Nov 2004
    Posts
    4
    Rep Power
    0


    Default RE: missing buttons

    Greetings,

    I discovered the issue. It was with my setting of Apache (2.0.4.

    In httpd.conf I had changed 'AllowOverride None'
    to 'AllowOverride AuthConfig'

    I had done this in order to try out the user authentication.

    In catalog/includes, .htaccess consists of the following

    <Files *.php>
    Order Deny,Allow
    Deny from all
    </Files>

    The combination of the two prevented the loading of the images. Either setting http.conf back to 'AllowOverride None' or commenting out the 4 lines in .htaccess allowed everything to be displayed. I have to learn more about Apache to understand it.

    The moral to the story is a little knowledge = big danger.

    nmrunner

Similar Threads

  1. Firework Buttons Template
    By ganast in forum osCmax v2 Customization/Mods
    Replies: 0
    Last Post: 08-13-2005, 12:43 PM
  2. Missing Continue Shopping buttons
    By pram0310 in forum osCmax v1.7 Discussion
    Replies: 0
    Last Post: 09-10-2004, 12:07 PM
  3. Category Selection Buttons
    By auntie22 in forum osCmax v1.7 Discussion
    Replies: 2
    Last Post: 03-30-2004, 10:14 AM
  4. Any one have a button template for the buttons used in MAX?
    By Anonymous in forum osCmax v1.7 Discussion
    Replies: 4
    Last Post: 02-02-2004, 09:51 AM
  5. No pricing or buy buttons
    By disciple in forum osCmax v1.7 Discussion
    Replies: 5
    Last Post: 11-05-2003, 08:13 PM

Bookmarks

Posting Permissions

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