Jump to content

teric

Member
  • Posts

    10
  • Joined

  • Last visited

teric's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. Again, many thanks. For anyone reading this I got ion cube here http://www.ioncube.com/loaders.php My settings for localhost were base URL: base directory:C:wampwwwsolas2014 All now seems fine.
  2. I have got as far as the installation page, but when I click either admin control panel or store front I get a blank page. I've read through posts but I've not found anything to help. I've done a phpinfo to see if there is anything there I found PHP Version 5.3.10 This program makes use of the Zend Scripting Language Engine: Zend Engine v2.3.0, Copyright © 1998-2012 Zend Technologies with Xdebug v2.1.2, Copyright © 2002-2011, by Derick Rethans In the php.ini file there is: zend_extension = "c:/wamp/bin/php/php5.3.10/zend_ext/php_xdebug-2.1.2-5.3-vc9.dll"
  3. Thank you very much. It has gone straight to the installation. I really appreciate your help with this.
  4. I installed cube cart 3 years ago and now I'm trying to install 5.2.8 on my local machine. This is my only experience with cube cart. I'm running wampserver 2.2. Mysql 5.5.20 PHP 5.3.10 Apache 2.2.1 I use dreamweaver and I've uploaded to wamp/www/solas2014/shop When I run http://localhost/solas%202014/shop/setup/setup.install.php I get 6 lots of "Notice: Use of undefined constant......" then "Fatal error: Call to undefined function chmod_writable() in C:wampwwwsolas 2014shopsetupsetup.install.php on line 32" Line 32 starts with "if" The code is below. ## Attempt to chmod if (!chmod(CC_ROOT_DIR.CC_DS.$target, chmod_writable())) { $perm_status = false; $permissions = false; $errors[] = sprintf($strings['setup']['error_x_not_writable'], $target); Any help would be most appreciated.
  5. I've come back to a site after a couple of years and I can't edit the home page. When I edit it I get the message "Configuration Updated. Please make sure the file permission have been set back correctly." but it doesn't change. I've read the earlier posts - post and I've changed the permissions on shop/language/en/home.inc.php to 777. I've tried editing this directly and I can, so it's the correct file. The changes show in Admin and on the web page when I edit the file directly, but I can't edit it in the admin panel. I've copied the whole site over from a different web site on my server and I can edit the home page on the original web site so I assume I have to edit a file at the new location. Does anyone know which file I edit?
  6. I have done my first site here http://howardwatercolours.co.uk/shop/index.php I would like to show the current page as a different colour on the nav bar. I'm sure this is easy to do, but I haven't figured out how to do it. Can someone point me in the right direction?
  7. I'm having the same problem with this site: http://howardwatercolours.co.uk/shop/index.php You can test it by making a 0.01p purchase by cheque.
  8. Hi Jason Thanks for the encouraging comment. When I change to classic view the gap disappears. I'm still trying to find out what does what - getting there slowly. I've changed the code to add the px, but no joy. I think that was code straight from dreamweaver. I've not tried changing the order of the cols, but I have checked the generated code and the relavent bits are: From my customised layout: <div id="contents"> <div class="boxContent"> <span class="txtContentTitle">Scotland's West Coast</span> <br clear="all" /> <br clear="left" /> <div><strong>Products in:</strong> /Scotland's West Coast</div> From Classic layout: <div class="colMid"> <div class="boxContent"> <span class="txtContentTitle">Scotland's West Coast</span> <br clear="all" /> <br clear="left" /> <div><strong>Products in:</strong> /Scotland's West Coast</div> <div class="pagination"></div> I've looked at the relavent CSS and can find nothing amiss. Anyone any thoughts??
  9. I'm trying to modify a skin ( my first attempt using cube cart) and I get a big gap between the title and the products in/ heading. Any thoughts on what I'm doing wrong? I'm a real beginner, so I expect its something simple....... http://howardwatercolours.co.uk/shop/index...Cat&catId=3
×
×
  • Create New...