Jump to content

Chargin

Member
  • Posts

    171
  • Joined

  • Last visited

Recent Profile Visitors

8,471 profile views

Chargin's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. I did a lot of searching but found nothing really. Its now fixed, "We tried changing the PHP version to 5.2.9 and remigrated the account again." is what my hosting company did. It was on 5.2.17 so some php problem perhaps?
  2. Hi all, Im moving all my websites to a new server that supports multiple versions of PHP. Ive migrated all the accounts but they arent live. Ive edited my PC's HOSTS file to get them to work. All my cubecart sites (about 7) work except 1. Its cubecart 4 and heres the error I get: Fatal error: Class 'db' not found in /home/xxxxxxxxxx/public_html/index_enc_zend.php on line 40 Ive tried php 5.2.17 and php 5.3 Zend is installed and active. Any help much appreciated.
  3. I use Netlogistics in Aus. If you have a managed vps the support is fantastic, very quick and they do a lot for you. I have a VPS that can have different php versions for each account which is really good too.
  4. Thankyou so much, all advice worked perfectly. I tried changing 'misc_free' => "Free" several times and it didnt work, must have been some caching somewhere as its working now.
  5. Ive asked this question before, how do I change the (Free) text in the cart for the free shipping option? The reply I got last time was its in Admin > Languages. But this is the only "free" I can find and it doesnt make any difference. 'misc_free' => "Free" So how is this done? Also, how do I change the default selected shipping option, I want to have 2 options, 1 will be free and I dont want it to be the default, I want the paid method to be the default. CC4 tries to select the cheapest freight, but in this case thats not what I want.
  6. Using the built in exporter all the html gets stripped out. Using phpmyadmin I have problems with the commas in the descriptions causing seperations in the data. Theres no option to make tabs the seperations, I tried ; but excel cant read the file.. Any ideas?
  7. I have a few new jobs coming and am keen to see some new skins for CC5. Anything available yet? If not, tell me what you are working on..
  8. Im such an idiot, the client has hidden a bunch of products and I never checked that properly. All sorted, thanks for mentioning hidden/visible.... twice!
  9. Well when I change the popularity field to say 10000 for a product, theres no change, that product should become the top one displayed should it not?
  10. I want to change the items listed in the Popular products box. I thought if I used phpmyadmin and set the popularity field to say 10000 for 3 products those 3 would be shown. But no, that has no effect. So I reset all views and that made the list change, so somehow it is using this field. Is there some caching going on? Ive spent about an hour looking at the various forums, there are a LOT of topics on this, but nowhere did I find a mod or explanation for this. Any help much appreciated.
  11. I want to display Cubecart categories within Wordpress. Heres an example page http://www.dacou.com.au/barbara-weir-australian-aboriginal-artist/cat_8.html Basiacly Id like to display the paintings from that page in WordPress, and be able to click them to view the product page also. I dont want to do this via an iframe. I want it all to be viewable to search engines and SEO friendly. How can I embed CC into Wordpress?
  12. Thanks I didnt really think it through did I.. Giving some write permissions to that file did the trick.
  13. Im having the exact same problem. Any replies would be appreciated. Warning: fopen(/home/xxxxx/public_html/includes/extra/admin_cat_cache.txt) [function.fopen]: failed to open stream: Permission denied in /home/xxxxxxxx/public_html/includes/functions.inc.php on line 1377 Warning: fwrite(): supplied argument is not a valid stream resource in /home/xxxxx/public_html/includes/functions.inc.php on line 1378 Warning: fclose(): supplied argument is not a valid stream resource in /home/xxxxxxxx/public_html/includes/functions.inc.php on line 1379
  14. Heres the page http://www.aseturbo.com/u-build-it-manifolds/cat_71.html But the add to cart button isnt working yet. What do I need to add to the code to add up all the options Ive laid out here? I got the options code from a product I setup specifically to copy from. Does the answer lie within viewprod.php.inc? meaning I cant use the viewcat page to generate a "purchase"? Im doing this so I can create a bunch of options for a product but have them laid out better, there will be about 3 more option groups being added to this so the standard options area wasnt big enough.
  15. Fantastic, copy and paste and worked no problems. Thanks
×
×
  • Create New...