[Warning] session_start(): open(/var/lib/php5/sess_596229027981fd26535bec0163931f58, O_RDWR) failed: Permission denied (13)

GET /

Line 381 in /var/www/vhosts/transformer.co.nz/httpdocs/framework/control/Session.php

Source

372 
373 			// Allow storing the session in a non standard location
374 			if($session_path) session_save_path($session_path);
375 
376 			// If we want a secure cookie for HTTPS, use a seperate session name. This lets us have a
377 			// seperate (less secure) session for non-HTTPS requests
378 			if($secure) session_name('SECSESSID');
379 
380 			if($sid) session_id($sid);
381 			session_start();
382 
383 			$this->data = isset($_SESSION) ? $_SESSION : array();
384 		}
385 
386 		// Modify the timeout behaviour so it's the *inactive* time before the session expires.
387 		// By default it's the total session lifetime

Trace

Home | TWS Energy Controls
Get in touch: +64 3 348 8500
We specialise in the design and manufacture of current and voltage transformers for the low to medium voltage electrical industry. Based in Christchurch, New Zealand, we supply network and electric companies worldwide.

Whether it's a one-off design or a large run, our purpose-built manufacturing facility provides TWS Energy Controls with an ideal base for the design and manufacture of current transformers, voltage transformers for metering and protection and power transformers to meet individual customer requirements in the electrical industry.

We have been designing and manufacturing transformers since 1981 and are the major suppliers of metering current transformers and CT and VT metering units to the New Zealand electrical industry. Our design engineers have over 40 years experience in the industry.

View Our Products

 

Designed and Manufactured in NZ
We Offer Global Shipping
Our Partners
Circle C Transformers
WF Energy controls PTY LTD
GET /

[Warning] Unknown: open(/var/lib/php5/sess_596229027981fd26535bec0163931f58, O_RDWR) failed: Permission denied (13)

GET /

Line 0 in Unknown

Trace

GET /

[Warning] Unknown: Failed to write session data (files). Please verify that the current setting of session.save_path is correct (/var/lib/php5)

GET /

Line 0 in Unknown

Trace