Jump to content

convict

Member
  • Posts

    1,302
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by convict

  1. the correct permissions are not there when they clearly are?Try Modify interface between keyboard and seat, maybe it says that first interface was clearly erroneous >>>part of Read me file>>> Visit https://www.cubecart.com/build/ This will create two files for you: 1. global.inc.php 2. dump.sql <<<part of Read me file<<< Just look at "Read me.txt" - part of CubeCart package and READ it carefully
  2. Wow What are you using {meta_title} for? Just write simple text {meta_title} is for title bar applicable only PS: and...this is NOT a bug, this is licensing policy
  3. Of what? Site link pls here or into PM. ;)
  4. Gladly If you would like discover that your SSL paths, URL are correct, there is NOT necessary to set SSL on in your ACP. Just modify URL path to the ACP admin to SSL URL and try to log in.
  5. Mysty, you are right, but for some people (customers) main page of cart site with couple of images assigned to every category looks much more better. Question of style only.
  6. Try this.... includes/sslSwitch.inc.php search for if((isset($enableSSl) && $enableSSl==1) OR (isset($sslPages[$currentPage]) && $sslPages[$currentPage]==1)) { $enableSSl = 1; } else { $enableSSl = ""; }second row....change $enableSSl = 1 to $enableSSl = 0, set SSL no in CC ACP, change $enableSSl = 0 back to....... write correct paths, URL in CC ACPs SSL section (frontend doesnt work on SSL too). PS: CC3 into root directory, is NOT a well choice yet poll? ;)
  7. Just read, what i posted on Aug 3 2005, 09:52 PM here ;)
  8. Its easy, but you have to know WHAT TO DO and HOW TO DO - practice only I have made this: 1. Prepare new MySQL databse 2. FULL BACKUP of CC3 database (about 100kB SQL file) and loading it into new DB 3. Copy of all necessary files from 'old' to a 'new' location 4. Write right paths and DB paramaters - global.inc.php 5. Because of right SSL switching, deactivate ssl switch [sslSwith.inc.php], log in as admin (new location), write right SSL paths, activate ssl swith job time: 5 minutes Both of DB, front/backend are up and fully operational (SSL switch too) PS: it was made on the same server PS2: maybe 'your details' how to do vrakas
  9. everything is possible, but everything is NOT for free. Not just yet :on2long:
  10. Always think twice before you are attempting to restore - which version of MySQL was backup made, default charset of the target DB...table names prefix (if any)...charset of SQL file and default charset in phpMyadmin. in the nature of fiddys 'talk': try restoring it to a new db as soon as possible...but remember reflections above
  11. Use Search at first before posting Just remove .htaccess */*
  12. In phpMyadmin using Export with or without dbs structure. Thats up 2 U. I prefer backup data with structure (Add> AUTO_INCREMENT value, DROP table), export type INSERT. Easy :on2long:
  13. seeing yuor updated layout.css.... background-attachment: scroll; background-image: url(../styleImages/backgrounds/pageBg.jpg); background-repeat: repeat; background-position: top; are good for nothing save users traffic :on2long:
  14. You are absolutely right. No alternate code, becase of auth.inc.php session_start(); if(!isset($_SESSION['ccAdmin'])){ header("Location: ".$GLOBALS['rootRel']."admin/login.php?goto=".currentPage()); exit;
  15. Open skins/Classic/styleSheets/layout.css. All you need is in body section. pageBg.jpg black color image 10 x 548 px => height of black background is 548px because of background-repeat: repeat-x (repeat horizontally); background-position: top; background-color: #A5A5A5 => grey background under copytight notice Wanna black whole background? body { margin: 5px; background-color: black; } :on2long:
  16. No, this is not the same problem. Generally - u are correct, but high level reporting is almost not necessary. :D
  17. gazza surely, only way to do it through SQL. Or.....this is test store only... to share default admin login, thats up to U :D
  18. nothing is perfect because of nobody is perfect :D
  19. A lot of alternatives ..... open skins/Killer/styleSheets/layout.css find this #subSurround { padding-left: 14px; } replace 14 with 0 ... or just add 14px blank box to the left of your image ... or...many css changeovers :D
  20. Warning above is reason of your trable. Whole $lang array is 'destroyed' on line 2234. This is curious because of the fact that front end works, admin login screen too . Im expecting that: 1. lang.inc.php is unmodified. 2. your screen dump ACP - this is first 'screen' after login Could you make another admin login for me (no super user)? Please, send me a PM with...
  21. Open includes/ini.inc.php and uncoment these rows: //error_reporting(E_ALL); //@ini_set('display_errors', '1'); Log in as admin, there must be some PHP warnings....
  22. working.....on 3.0.2. release :D
  23. For normal users only possibility to add new topic (not directly) to Hacks @ Mod forum is: Add new file in Downloads section..
×
×
  • Create New...