Help - Search - Members - Calendar
Full Version: admin index.php
CubeCart Forums > CubeCart Version 3 > CubeCart General Support (Version 3)
vivid
hi
Any 1 can help me out my admin /modules, catalogue, customers, file manager pages are going straight to a tree directory style of listing which includes the subdirectories listed inluding the index.php file. when i click on the php file my normal page displays ok. if i was to click on a sub directory ie shipping by %, it also shows as a tree directory with the index.php file listed. Its as if im not getting directed to the index.php file for some reason. The admin/ home,general settings,taxes, country zones, currencies all go straight to the index.php file ok a display correctly.

Thanx in advance hopefully an easy fix for you experts out there
roban
give us the contents of your includes/global.inc file and a url of your site
vivid
<?php
$glob['dbdatabase'] = 'vivid';
$glob['dbhost'] = 'localhost:/tmp/mysql5.sock';
$glob['dbpassword'] = 'password';
$glob['dbprefix'] = '';
$glob['dbusername'] = 'vividwholesale';
$glob['installed'] = '1';
$glob['rootDir'] = '/home/vividwholesale/www/www/shop';
$glob['rootRel'] = '/shop/';
$glob['storeURL'] = 'http://www.vividwholesale.com.au/shop';
?>


url::: www.vividwholesale.com.au

thanx
roban
Looks like you're missing an index.php in your shop directory
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.