Full service web hosting, great prices and support. Starts at $1.99/month!
Results 1 to 3 of 3

Thread: missing buttons

  1. #1
    nmrunner
    Guest


    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


    missing buttons


    Join Date
    Jul 2002
    Location
    Phoenix, AZ
    Posts
    23,134
    Contribute If you enjoy reading the
    content here, click the below
    image to support our site.
    Click Here To Contribute To Our Site

    Total Contributions For

    michael_s     $ 10.00
    Rep Power
    598


    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

  3. #3
    nmrunner
    Guest


    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, 11: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, 10:51 AM
  5. No pricing or buy buttons
    By disciple in forum osCmax v1.7 Discussion
    Replies: 5
    Last Post: 11-05-2003, 09:13 PM

Bookmarks

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
  •