Jump to content

tomatonetwork

Member
  • Posts

    11
  • Joined

  • Last visited

Profile Information

  • Location
    UK

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

tomatonetwork's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. Hi Al, We'll disable error reporting. But I don't actually have Google Checkout in hooks. Sam
  2. Fixed We just have these errors on checkout now: Notice: Error: Hook 'Google_Checkout/hooks/class.cubecart.display_gateways.php' was not found in /usr/local/www/www.hearts-delight.co.uk/classes/hookloader.class.php on line 288Notice: Error: Hook 'Google_Checkout/hooks/class.cubecart.display_basket.alternate.php' was not found in /usr/local/www/www.hearts-delight.co.uk/classes/hookloader.class.php on line 288
  3. It looks like the cookie domain isn't set properly "cookie_domain" do you know where it's set in the config? Sam Was set to: $cookie_domain = '.sitename'; ini_set('session.cookie_domain',$cookie_domain); Manually set to: $cookie_domain = '.sitename.co.uk'; ini_set('session.cookie_domain',$cookie_domain); Now all working.
  4. Hi Al, We managed to progress past the issue by commenting out: // session_name('CCS_'.strtoupper(substr(md5(ROOT_REL), 0,10))); Now shows the GUI. We have another lot of errors to work through though. Sam
  5. Hi, Cookie as received by Apache: HTTP_COOKIE utma=69724425.942590399.1463602409.1463744022.1464346411.5; utmz=69724425.1463602409.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none) Sam
  6. Hi, Here are the current settings: session.auto_start => Off => Off session.cache_expire => 180 => 180 session.cache_limiter => nocache => nocache session.cookie_domain => no value => no value session.cookie_httponly => Off => Off session.cookie_lifetime => 0 => 0 session.cookie_path => / => / session.cookie_secure => Off => Off session.entropy_file => /dev/urandom => /dev/urandom session.entropy_length => 32 => 32 session.gc_divisor => 1000 => 1000 session.gc_maxlifetime => 1440 => 1440 session.gc_probability => 1 => 1 session.hash_bits_per_character => 5 => 5 session.hash_function => 0 => 0 session.name => PHPSESSID => PHPSESSID session.referer_check => no value => no value session.save_handler => files => files session.save_path => no value => no value session.serialize_handler => php => php session.upload_progress.cleanup => On => On session.upload_progress.enabled => On => On session.upload_progress.freq => 1% => 1% session.upload_progress.min_freq => 1 => 1 session.upload_progress.name => PHP_SESSION_UPLOAD_PROGRESS => PHP_SESSION_UPLOAD_PROGRESS session.upload_progress.prefix => upload_progress => upload_progress session.use_cookies => On => On session.use_only_cookies => On => On session.use_strict_mode => Off => Off session.use_trans_sid => 0 => 0 We are overriding the session path in ini-custom.inc.php with session_save_path(CC_ROOT_DIR.'/sessions'); session files are being persisted there. Also here are our Loaded Apache Modules, apache set to use SESSION_COOKIE. core_module (static) so_module (static) http_module (static) access_compat_module (shared) authz_core_module (shared) authn_file_module (shared) authz_host_module (shared) authn_core_module (shared) auth_basic_module (shared) authz_user_module (shared) cgi_module (shared) reqtimeout_module (shared) filter_module (shared) mime_module (shared) log_config_module (shared) unixd_module (shared) dir_module (shared) alias_module (shared) ssl_module (shared) rewrite_module (shared) headers_module (shared) socache_shmcb_module (shared) deflate_module (shared) mpm_worker_module (shared) php5_module (shared) Thanks Sam Also attached config from web server
  7. Hi @bsmither Items do not stay in the cart and we get the following error: substr() expects parameter 3 to be long, string given in /usr/local/www/www.sitename.co.uk/classes/catalogue.class.php on line 1292 Our server is running FreeBSD with the following PHP extensions: mod_php56-5.6.22 PHP Scripting Languagephp56-5.6.22 PHP Scripting Languagephp56-ctype-5.6.22 The ctype shared extension for phpphp56-curl-5.6.22 The curl shared extension for phpphp56-filter-5.6.22 The filter shared extension for phpphp56-gd-5.6.22 The gd shared extension for phpphp56-hash-5.6.22 The hash shared extension for phpphp56-json-5.6.22 The json shared extension for phpphp56-mbstring-5.6.22 The mbstring shared extension for phpphp56-mysql-5.6.22 The mysql shared extension for phpphp56-mysqli-5.6.22 The mysqli shared extension for phpphp56-openssl-5.6.22 The openssl shared extension for phpphp56-session-5.6.22 The session shared extension for phpphp56-simplexml-5.6.22 The simplexml shared extension for phpphp56-xml-5.6.22 The xml shared extension for phpphp56-xmlwriter-5.6.22 The xmlwriter shared extension for phpphp56-zip-5.6.22 The zip shared extension for phpphp56-zlib-5.6.22 The zlib shared extension for php Thanks Sam
  8. Hi, Slightly wrong on my first post. In the logs we get this on a wrong password: [Tue Jun 07 11:22:27.833195 2016] [:error] [pid 19926:tid 35106422784] [client 31.205.51.193:50022] PHP Fatal error: Call to a member function setError() on null in /usr/local/www/www.sitename.co.uk/classes/admin.class.php on line 393, referer: http://www.sitename.co.uk/admin.php On correct password we just get a screen refresh. there is nothing else in the PHP log. Sam
  9. Hi, I've upgraded from CubeCart 5 to the latest verison of 6 and had no problems when it was running on MAMP. Now I've moved to my live server I'm getting the following message Fatal error: Call to a member function setError() on null in /usr/local/www/sitename/classes/admin.class.php on line 393 I get this when logging in with the correct login details but a 500 error when using the wrong details. Any help would be greatly appreciated. Sam
×
×
  • Create New...