Jump to content

11thhour

Member
  • Posts

    35
  • Joined

  • Last visited

11thhour's Achievements

Newbie

Newbie (1/14)

0

Reputation

  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!
×
×
  • Create New...