Jump to content

livetech

Member
  • Posts

    44
  • Joined

  • Last visited

Everything posted by livetech

  1. OK - fixed that - there were some missing files in the folder I uploaded. Back to the origional "The server didn't reply with a proper XML data. Please check your configuration.".........
  2. Hmmm - after reading a few posts on here about re-uploading the admin/rte files - I did exactly this. Now the RTE is not working at all with the following error "FCK_ShowTableBorderCSS is not defined"
  3. Hi All, We look after a Cubecart 4.4.6 installation. It was moved to a new server recently - and all seems to be well. Apart from the image uploading in the FCKeditor. When we try and open this to upload an image for a product we get the following error. "The server didn't reply with a proper XML data. Please check your configuration." I read that this may be because of a security setting with the host. If so, what exact setting would I be asking the host to look at? And if not this, then what could be the issue? Cheers Grant
  4. Hi Robsta, Thanks for the replay - I was uploading the generated code to the /store folder - but was getting errors. However - I used the "Install .htacces" button - and all seems to be working.... :)
  5. Hi All, Trying to get the SEO URL's working and having an issue with a Server configuration error etc. Mod_rewrite is enabled on the server I am thinking it is because the Cubecart is installed in a /store foler - not the root. This is the code that the system wants me to have in the htaccess file ## Activate the mod_rewrite Engine RewriteEngine On RewriteCond %{QUERY_STRING} (.*)$ RewriteCond %{REQUEST_FILENAME} !-f RewriteRule cat_([0-9]+)(\.[a-z]{3,4})?(.*)$index.php?_a=viewCat&catId=$1&%1 [NC] RewriteCond %{QUERY_STRING} (.*)$ RewriteCond %{REQUEST_FILENAME} !-f RewriteRule prod_([0-9]+)(\.[a-z]{3,4})?$index.php?_a=viewProd&productId=$1&%1 [NC] RewriteCond %{QUERY_STRING} (.*)$ RewriteCond %{REQUEST_FILENAME} !-f RewriteRule info_([0-9]+)(\.[a-z]{3,4})?$index.php?_a=viewDoc&docId=$1&%1 [NC] RewriteCond %{QUERY_STRING} (.*)$ RewriteCond %{REQUEST_FILENAME} !-f RewriteRule tell_([0-9]+)(\.[a-z]{3,4})?$index.php?_a=tellafriend&productId=$1&%1 [NC] RewriteCond %{QUERY_STRING} (.*)$ RewriteCond %{REQUEST_FILENAME} !-f RewriteRule _saleItems(\.[a-z]+)?(\?.*)?$index.php?_a=viewCat&catId=saleItems&%1 [NC,L] How would this be changed if the store was in /store ?
  6. We were using the Mod from Estelle Mods site called "Shipping By Item" that enabled us to set a shipping cost in incrementing rates by zone etc. Now that we have upgraded to V5, this is obviuosly no longer there..... I have emailed EstelleMods, but no replay yet. No mention on their site if the module would work for V5. If they dont have a module that works for V5, are there any other third party Mod sites out there that develop shipping modules for V5 ?? I have been having a google, but cant find anything yet...
  7. Hmm, Got this working now by adding in locations to Sagepay and Paypal. Do I have to add in every country to the payment locations one by one, or is a Select All button I am missing?? Cant get Postal order to show though
  8. I am having this EXACT same problem with an upgrade from V4 to V5 What is the fix?
  9. Good question!!! I cant remember - I think it was putting the thing in debug mode and drilling down what was actually going on.....
  10. It seems that there was an issue with the Category ID's in the database. In table "CubeCart_category" ... The parent id of cat_id=6 is 7 The parent id of cat_id=7 is 40 The parent id of cat_id=40 is 6 It creates an infinite loop So, we just changed the parent id of cat_id=40 to 31
  11. Yes, mostly 1's with the others showing 0 Same 500 error when tryihng to edit a product Same error. However - if we make the following change then Add Product and Edit Product work. Commented out $this->_cat_path[] = $this->getDirectory($category['cat_parent_id'], $link, $glue, $append, $custom); in public function getDirectory in seo.class.php So, getting closer to working out where the issue is.....
  12. As a test I created a new folder on the same server, a new database and installed a new fresh V 5.0.6 This works without issue. So the problem lies in the upgrade from V4, not the servers settings and running processes etc. So, what is the way forward? Fix why the upgrade is not following through correctly - or - Is there a way to import the products/customers/orders/settings from the old store to the new installation that is working without issue?? Cheers
  13. Hi Guys, Many thanks for the advice offered so far - I have tried again a few times and the process seems to be looking for a file called 500.shtml which is not present. Using the Server Info link in the admin area it tells me the System is Linux 2.6.18-274.7.1.el5PAE #1 SMP Thu Oct 20 17:03:59 EDT 2011 i686
  14. Hi All - I have now re-upgraded twice and still the same issue. The last upgrade I did was to 5.0.1 (not 5.0.6) just to see it there was something wrong with the 4.1.1 to 5.0.6 process... Still getting the 500 internal server error. I think it may be due to the installation looking for ioncube, but this is not installed on the server. However Zend is. When I begin the install process - the compayability message shows the following Compatibility Check PHP 5.2.3+ - 5.2.17 MySQL 4.1+ - 5.0.92 GD Image Library - Installed cURL - Installed IonCube PHP Loader or Zend Optimizer - Installed I will try again with your suggestions above - thanks guys - will let you know how it goes...
  15. Hmmm - narrowing this down it seems that ioncube is not on this server - or rather the version that 5.0.5 uses.... But Zend is - how do I get the installation to use Zend rather than ioncube ???
  16. I can view much of the admin area without issue - the issue arrises when I go to Products (which is fine) and click on a product to edit it. This is when I get the 500 internal error. How would I go about running the update again? Take everything back to the old V4 and start again??
  17. Edit There are a few more errors being thrown up Today, 11:42 File: [database.class.php] Line: [421] "ALTER TABLE `CubeCart_order_summary` ADD `lang` VARCHAR( 5 ) NULL " - Duplicate column name 'lang' Today, 11:41 File: [database.class.php] Line: [421] "ALTER TABLE `CubeCart_order_summary` ADD `basket` BLOB NULL DEFAULT NULL " - Duplicate column name 'basket' Today, 11:41 File: [database.class.php] Line: [421] "ALTER TABLE `CubeCart_inventory` CHANGE `eanupc_code` `upc` VARCHAR( 12 ) NULL " - Unknown column 'eanupc_code' in 'CubeCart_inventory' Today, 11:41 File: [database.class.php] Line: [421] "ALTER TABLE `CubeCart_inventory` ADD `ean` VARCHAR( 14 ) NULL AFTER `upc` " - Duplicate column name 'ean' Today, 11:41 File: [database.class.php] Line: [421] "ALTER TABLE `CubeCart_inventory` ADD `jan` VARCHAR( 13 ) NULL AFTER `ean` " - Duplicate column name 'jan' Today, 11:41 File: [database.class.php] Line: [421] "ALTER TABLE `CubeCart_inventory` ADD `isbn` VARCHAR( 13 ) NULL AFTER `jan` " - Duplicate column name 'isbn' Today, 11:41 File: [database.class.php] Line: [421] "ALTER TABLE `CubeCart_inventory` CHANGE COLUMN `updated` `updated` TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP " - Unknown column 'updated' in 'CubeCart_inventory' Is this indicative of the database not upgrading correclty during the upgrade?
  18. Hi All, I have just updated a Version 4.1.1 to 5.0.6 All completed without issue. Apart from a major issue in the admin area. If I navigate in my products in the admin area, I get the following error:- Internal Server Error The server encountered an internal error or misconfiguration and was unable to complete your request. Please contact the server administrator, [email protected] and inform them of the time the error occurred, and anything you might have done that may have caused the error. More information about this error may be available in the server error log. Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request. If I look in the CubeCart_system_error_log - the last entry is as follows:- File: [database.class.php] Line: [421] "ALTER TABLE `CubeCart_order_summary` ADD `lang` VARCHAR( 5 ) NULL " - Duplicate column name 'lang' Where could I be getting this duplicate 'lang' column?? Cheers for any clues Livetech
  19. I'm looking to do this:- I've shipping set up how I want it. All products are sorted by weight, and the weight of the product determines the shipping rate via Royal Mail. What I am after is that some products (newsletter subscriptions) will operate on a separate shipping rate than the rest of the products (so instead of being a weight based amount for the UK, Europe, ROW, it'll be a flat rate for UK, Europe, ROW - which will either be added onto the shipping amount or it'll be a flat rate discounting the weight altogether of other items ordered). Is there any way of setting this up in Cubecart?
×
×
  • Create New...