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/...
| |||||||
| Register | FAQ | Members List | Calendar | Mark Forums Read |
|
#1
| |||
| |||
| 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
| ||||
| ||||
| 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 Templates - Hundreds of premium quality templates. New designs every month! xShop for osCMax - Windows Based osCMax administration. Improved workflow, security, speed and convenience osCMax Hosting - From basic hosting to High Availability, Load Balanced arrays, the most experienced osCMax host. |
|
#3
| |||
| |||
| 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 |
| Thread Tools | |
| |
| ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Firework Buttons Template | ganast | osCMax v2 Customization/Mods | 0 | 08-13-2005 12:43 PM |
| Missing Continue Shopping buttons | pram0310 | osCMax v1.7 Discussion | 0 | 09-10-2004 12:07 PM |
| Category Selection Buttons | auntie22 | osCMax v1.7 Discussion | 2 | 03-30-2004 11:14 AM |
| Any one have a button template for the buttons used in MAX? | Anonymous | osCMax v1.7 Discussion | 4 | 02-02-2004 10:51 AM |
| No pricing or buy buttons | disciple | osCMax v1.7 Discussion | 5 | 11-05-2003 09:13 PM |