Menu

Administration error

Help
gred
2009-10-19
2013-04-29
  • gred

    gred - 2009-10-19

    Hi all, i finished the installation and the site it's working but when i`m trying to connect on …administration/bta_jslogin.php   gives me some errors:
    Warning: session_start() : open(/public_html/tracker/sess_d2afe868b57d27446d23b541fff152c2, O_RDWR) failed: No such file or directory (2) in /home/gtekro/public_html/tracker/administration/bta_jslogin.php on line 37

    Warning: session_start() : Cannot send session cookie - headers already sent by (output started at /home/gtekro/public_html/tracker/administration/bta_jslogin.php:37) in /home/gtekro/public_html/tracker/administration/bta_jslogin.php on line 37

    Warning: session_start() : Cannot send session cache limiter - headers already sent (output started at /home/gtekro/public_html/tracker/administration/bta_jslogin.php:37) in /home/gtekro/public_html/tracker/administration/bta_jslogin.php on line 37

    Warning: Cannot modify header information - headers already sent by (output started at /home/gtekro/public_html/tracker/administration/bta_jslogin.php:37) in /home/gtekro/public_html/tracker/administration/bta_jslogin.php on line 38

    I edited in every file the "require_once" with path "path to /tracker/ " and is still show me this errors, how i fix them ?
    Thank you !

     
  • GrahamB

    GrahamB - 2009-10-20

    The jumble of letters/numbers are the sessions your code is trying to generate. It sounds like the ./tracker folder does not have permission to create session values here.

    Open your php.ini file and find where you've specified sessions:
    session.cookie_path = "";

    The require_once lines should be fine as they were unless you've changed the default folder structure. Simply input the file name if it in the same folder as the current file or "../FILE" if its in a parent folder.

     
  • Dan

    Dan - 2009-10-20

    Yep, it looks like sessions aren't set up correctly on your webserver. You need to set an area for the session information and make sure apache has write access to it.

     

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.