Jump to content

livetech

Member
  • Posts

    44
  • Joined

  • Last visited

Posts posted by livetech

  1. SOLVED:

    This was a strange issue as I would have thought the default CubeCart upgrade to V6 would have contained the correct files for ckeditor, it appears not.

    The issue was solved by downloading ckeditor from scratch: http://ckeditor.com/download renaming the folder in /includes/ckeditor to ckeditor_old and then uploading a fresh download of ckeditor to the /includes/ folder.

    This has solved the problem.

     

  2. Hi bsmither,

    config.js is throwing a 403 forbidden, which does lead me to believe it is a permissions issue, but I can't seem to find it...

    Which files / folders does this apply to and what should the permissions be?

    At the moment config.js and folder are set to 644 - I even tried 777 for a moment to see if it made a difference and nothing changed.

    Thanks,

    Dan

  3. Hello,

    We have recently upgraded one of our websites to CubeCart V6 and have noticed that there is an issue when trying to add / update a products description, none of the text area boxes seem to be showing..

    The only errors we are getting in our console log are;

     

    GET http://website.com/store/includes/ckeditor/config.js ckeditor.js:16

    Uncaught TypeError: Cannot read property 'length' of undefined ckeditor.js:96

     

    Has anybody had a similar issue or could point me in the right direction to getting this fixed?

    Thanks!

    Dan

  4. Ok, battling away with this.

    I found another post that said I should create a ini-custom.inc.php file and that this would then log the errors.

    It seems to have worked and this is the single error that is logged.

    [24-Jul-2015 13:37:49 UTC] PHP Fatal error:  Call to undefined function randomPass() in /xxxxxx/cxxxxxx/public_html/store/modules/gateway/SagePay/gateway.class.php on line 15

    Means not a lot to me, what does it mean and how do we fix it?

    Cheers

    Grant

  5. Hi All, Found the MyCrypt stuff on php info - It says it is enabled...

     

    mcrypt supportenabled
    mcrypt_filter supportenabled
    Version2.5.8
    Api No20021217
    Supported cipherscast-128 gost rijndael-128 twofish arcfour cast-256 loki97 rijndael-192 saferplus wake blowfish-compat des rijndael-256 serpent xtea blowfish enigma rc2 tripledes
    Supported modescbc cfb ctr ecb ncfb nofb ofb stream
  6. Hi All :)

    A client of ours is using Cubecart version 5.2.2

    And they are using the Sagepay extension for processing payments.

    How can they tell that their version of the Sagepay gateway will handle the V3 process that Sage say everyone must use now?

    Cheers

    Grant

  7. Hi All,

     

    We have a 5.2.2 installation and all of a sudden the fck editor seems to have set itself to hidden.

     

    If I remove the fck from

      <div id="description" class="tab_content">
    	<h3>{$LANG.common.description}</h3>
    	<textarea name="description" class="textbox fck">{$PRODUCT.description}</textarea>
      </div>
    

    in the products.index.php file then it shows the textarea but with no editor. But, we want to be able to have the editor there...

     

    What has broken with the editor and how do we get it back?

     

    Cheers

    Grant

  8. Hi All,

     

    I upgraded a v5 to the latest version today and all seems to have gone OK.

     

    But one issue I am facing is that the links in the admin area eg

     

    Instead of

    http://www.website.com/store/admin.php?etcetcetc

    it is trying to go to

    http://www.website.com/store/store/admin.php?etcetcetc

    Note the double /store

     

    My config file looks good - just having the /store

     

    What could be the issue?

     

    Cheers

×
×
  • Create New...