I made a website in localhost, named larpnepal.com.np in Joomla 3.7.4 in
one computer. I copied this and try to open another computer’s localhost.
Because it is necessary for my job.

But this throws an error “*Warning*: session_start(): Failed to read
session data: user (path: C:\xampp\tmp) in
*C:\xampp\htdocs\larpnepal\libraries\joomla\session\handler\native.php* on
line *260 *Error displaying the error page: Application Instantiation
Error: Failed to start the session

I tried to fix the problem by assigning the proper path to  session_start():
in the suggested native.php file. But there is no session_start string in
line 260.



Line 252 to // Check if a token exists in the session
   $tStored = $this->get('session.token');

   // Check token
   if (($tStored !== $tCheck))
   {
      if ($forceExpire)
      {
         $this->_state = 'expired';
      }

      return false;
   }

   return true;
}    - - - - line 267



Please suggest me what to do next?



<http://www.avg.com/email-signature?utm_medium=email&utm_source=link&utm_campaign=sig-email&utm_content=webmail>
Virus-free.
www.avg.com
<http://www.avg.com/email-signature?utm_medium=email&utm_source=link&utm_campaign=sig-email&utm_content=webmail>
<#DAB4FAD8-2DD7-40BB-A1B8-4E2AA1F9FDF2>

-- 
Mailing List Guidelines: 
http://wiki.fossnepal.org/index.php?title=Mailing_List_Guidelines
Community website: http://www.fossnepal.org/
--- 
You received this message because you are subscribed to the Google Groups "FOSS 
Nepal" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to foss-nepal+unsubscr...@googlegroups.com.
To post to this group, send email to foss-nepal@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to