Jump to content

11thhour

Member
  • Posts

    35
  • Joined

  • Last visited

Everything posted by 11thhour

  1. bsmither, Sorry for late response, was a late night. I just changed the code as you suggested and that did the trick. I'm not sure how these things get changed but I'm sure glad there are guys like you to help. Thanks again!
  2. That would be great if you could figure something out that would fix my issue. I really appreciate the help. Thanks!
  3. bsmither, Dirty butter corrected the spelling before I changed it.
  4. I did have to do this also just before last issue after receiving a fatal error message. Please download the latest CC4 package from Cubecart.com Downloads page. Replace only the files index.php and admin.php on your site.
  5. Hi, I'm running Version 4.4.2 The last issue I had was a warning about time zones on my admin panel and bsmither helped with that by having me change some code to whats below. For CC442, in ini.inc.php: Find near line 131: ## default encoding UTF-8 ini_set('default_charset','UTF-8'); //date_default_timezone_set('UTC'); Change the last line to: date_default_timezone_set('Amaerica/New_York');
  6. Hi everyone, I have my store turned off and have allowed administrators to view the store off line. It use to work like that just fine, but now while in admin when I click store home it goes to the page I have for when the site is off not the store itself. Does anyone know how I might be able to fix this? I tried clearing the cache and admin logs and also clearing browser history, cookies and cache. Any help would be appreciated. Thanks!
  7. My wife and I do everything (or at least use to) at the last minuet. "the eleventh hour"
  8. bsmither your the man! I'm all good now. Thank you very much for all your help the last couple days. I really appreciate it. If you ever make it to Rochester NY I owe you at the least a couple beers. Thanks again!
  9. I'm not sure ware to add it in PHP.ini, this is all I see in that file. ;register_globals = Off ;zend_extension="/usr/local/IonCube/ioncube_loader_lin_4.4.so" ;zend_extension_ts="/usr/local/IonCube/ioncube_loader_lin_4.4_ts.so" ;[Zend] ;zend_optimizer.optimization_level=15 ;zend_extension_manager.optimizer=/usr/local/Zend/lib/Optimizer-3.3.3 ;zend_extension_manager.optimizer_ts=/usr/local/Zend/lib/Optimizer_TS-3.3.3 ;zend_optimizer.version=3.3.3 ;zend_extension=/usr/local/Zend/lib/ZendExtensionManager.so ;zend_extension_ts=/usr/local/Zend/lib/ZendExtensionManager_TS.so
  10. I was able to change the code, saved it and it said successful. When I login to CC control panel I still see the warning at the top of the page. This is exactly how it went in: date_default_timezone_set('America/New_York'); Is there something that needs to be changed. I also just received this from my host. They didn't say where to add this so I haven't. Does this sound right to you and do you know where it should be added if at all? Thanks so much for your help! Please go ahead and and add : <IfModule mod_suphp.c> suPHP_ConfigPath /home/yourcPanelusername/public_html </IfModule> to your public_html/.htaccess file (please be sure to replace 'yourcPanelusername' in the example above with your actual control panel username) and please also add : date.timezone = "America/New_York" to your php.ini file.
  11. CubeCart version 4.4.2 with updated admin.php and index.php files to 4.4.8 (your help in another post)
  12. These are the settings I have, I'm in USA/Rochester NY Should I change them to something else? Thanks! Time & Date Time Format: (See www.php.net/strftime) Time Offset: (Seconds - Used for servers in different timezone) Date Format: (See www.php.net/date) Sorry, this information was there before I sent it. %b %d %Y, %H:%M %p 0 l jS F Y
  13. Hello, After logging into the CC control panel I see this message written across the top of the page, actually written over the top of whats there. Warning: strftime(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected the timezone 'UTC' for now, but please set date.timezone to select your timezone. in /home/eleve8/public_html/includes/functions.inc.php on line 556 Can I change something in general settings or do I have to make changes to a file? (hope not) Thanks for any suggestions.
  14. OK bsmither thanks for the link, I hadn't seen it. I just figured out how to replace the two files and was successful. So far the site seems to be error free. Thanks again for all your help.
  15. bsmither, I'm not understanding what the host is telling me. First they were telling me my site was down because it wasn't using PHP 5.5.31 Now that I can see my CC control panel it is using PHP 5.5.31 What they did to fix it I'm not sure of . Are you saying I need to replace those files because of something they are doing? I would rather not mess with files myself if there is something they (host) need to do to fix this correctly. Thanks for the help!
  16. bsmither, thanks again for your help. Asking the host to help with what you told me I got this response from them. It seems to have worked. Investigating the issue further, I found that I was able to resolve the 'Fatal error: Incompatible file format: The encoded file has format major ID 3, whereas the Loader expects 6 in /home/eleve8/public_html/index_enc_zend.php on line 0' error by changing : $glob['encoder'] = 'zend'; $glob['encoder'] = 'ioncube'; in : public_html/includes/global.inc.php. That gets your website to show part of a page. However, the following warning is displayed at the top of the page : Deprecated: mysql_connect(): The mysql extension is deprecated and will be removed in the future: use mysqli or PDO instead in /home/eleve8/public_html/classes/db/db.php on line 45 To stop this deprecation warning displaying, I changed : error_reporting(E_ALL ^ E_NOTICE); to error_reporting(4339); in : public_html/ini.inc.php .
  17. Thanks! I'm going to see if the host will do this for me. You think those two files will make it run on their upgraded PHP 5.5.31server?
  18. bsmither, Thanks for trying to help. It's been a while since I set this up and I'm unsure how I replace the files. Is that done through the host control panel? Thanks again!
  19. I just checked my site and got this message. Fatal error: Incompatible file format: The encoded file has format major ID 3, whereas the Loader expects 6 in /home/eleve8/public_html/index_enc_zend.php on line 0 The web host (Lunarpages)is telling me, This issue is due to your website being incompatible with the newer version of PHP your server has been updated to, which is PHP version 5.5.31. I'm running CubeCart V4 Any Ideas as what I can do? I can't even log in to the control panel to make an upgrade.
  20. I was doing a search on trying to figure out how to do what the original poster was asking about back in 2007. Unless I'm missing something it looks like I still have to add a mod to my recently upgraded CC4.4.2 site in order to charge shipping by a price range? Does anyone know if there is some other way to accomplish this task without a mod? Thanks!
  21. Hi, I'm confused on how to set up CC4 shipping modules within the control panel. I will be using Paypal Standard Business account for receiving payments and they offer the shipping set-up on their site. Should I leave all modules within CubeCart off? Recommendations would be appreciated. Thanks, 11th
  22. Hi, I haven't logged into my account in quite a while but, it worked fine last time I did. I now get a error 404 message. Any idea what may have happened? I have email into my host to see if it's something that might have happened with my account there. Thanks for any help.
  23. OK, I found where to submit the help ticket to sales and did so. Thanks!
  24. Thanks for trying to help but, could you explain further or show a link? I log in and click get support and get this: CubeCart Support Access Your support access expired on 23 September 2008 You do not appear to have a support access plan. Please either login in to your customer control panel with an account that does or alternatively you can purchase support by selecting "Other Products & Services" from our secure ordering system. « Previous Page It shouldn't be this confusing to reply to a email. I'm sure I'll need support soon and will be happy to buy more support time at this time. I'm going to have a skin made and it will take some time before I will be installing that and setting up the store. I just wanted to upgrade to the latest version and be ready to go when the skin is done.
  25. Hi, Does anyone know how to get in contact with Cubecart sales if you don't have support though their help desk? I got a email from them and tried to reply but, they wont except my reply. The note was regards to a sales order (#34058) I purchased V4 with copyright removal key last year. I just did a upgrade to the latest version and I may have downloaded it the wrong way witch may have caused a sales order. I didn't see any other way to download the upgrade. Please advise as to what I need to do, if anything. William Stekl
×
×
  • Create New...