Post by silut7@gmail.com » Mon Mar 23, 2015 2:37 pm

I tried all ways before but not success, it still say:
2015-03-23 6:19:41 - PHP Warning: session_start() [<a href='function.session-start'>function.session-start</a>]: Cannot send session cache limiter - headers already sent (output started at /home/admin/mysite.com/vqmod/vqcache/vq2-system_library_language.php:88) in /home/admin/mysite.com/system/library/session.php on line 12 .
Now i get admin blank page after enter user and password, pls help.


Posts

Joined
Sat Mar 14, 2015 1:57 pm

Post by juliofranco » Mon Apr 06, 2015 1:04 pm

UP!
Continuing with the problem, not solve achievement please watch this video in HD
https://www.youtube.com/watch?v=Im7W4Yj7evU.

Newbie

Posts

Joined
Mon Apr 06, 2015 12:55 pm

Post by juliofranco » Mon Apr 06, 2015 1:16 pm

I just found the solution to my problems, one must change all code in system/library/session.php by the following:

Code: Select all

<?php
class Session {
	public $data = array();
			
  	public function __construct() {		
		if (!session_id()) {
			ini_set('session.use_cookies', 'On');
			ini_set('session.use_trans_sid', 'Off');
			
			session_set_cookie_params(0, '/');
			session_save_path(realpath(dirname($_SERVER['DOCUMENT_ROOT']) . '/../tmp')); session_start();
		}
			
		$this->data =& $_SESSION;
	}
	
	function getId() {
		return session_id();
	}
}
?>

Newbie

Posts

Joined
Mon Apr 06, 2015 12:55 pm

Post by TobyTheFox » Sat Jun 20, 2015 5:58 pm

Thanks for the reply, it didnt work for me, im still getting the end of input error. The API user didnt change a thing either. What else could fix it? Thanks

New member

Posts

Joined
Mon Jun 09, 2014 1:28 am

Post by kubas » Sat Jul 18, 2015 1:07 am

hello
I new on this forum...and hello all :)

I solved problem with session_start, but after this i can't login to my admin panel - I wrote login and password, but I can't login (window with login and pass only refreshing...)

help me please

Newbie

Posts

Joined
Sat Jul 18, 2015 12:58 am

Post by straightlight » Sun Jul 19, 2015 9:28 pm

kubas wrote:hello
I new on this forum...and hello all :)

I solved problem with session_start, but after this i can't login to my admin panel - I wrote login and password, but I can't login (window with login and pass only refreshing...)

help me please
Under your FTP / cPanel, verify your system/logs/error.txt file. Do you see any latest errors based on your attempt to login to the admin end?

Dedication and passion goes to those who are able to push and merge a project.

Regards,
Straightlight
Programmer / Opencart Tester


Legendary Member

Posts

Joined
Mon Nov 14, 2011 11:38 pm
Location - Canada, ON

Post by frishops » Thu Oct 27, 2016 3:41 pm

error: warning session_start() cannot send session cache limiter

I simply did this:

-delete the mods.cache and checked.cache file from vqmod folder

-delete all cache files from vqmod/vqcache

-second check there is any Extension installed through OCMod if any then Go to Admin and clear and refresh the modification.

This just helped me.

Image

Your Local Store.
http://www.frishops.ca
http://www.frishops.cn


New member

Posts

Joined
Tue Sep 15, 2015 5:58 am
Location - Quebec, Canada
Who is online

Users browsing this forum: No registered users and 52 guests