User Profile

Collapse

Profile Sidebar

Collapse
sudhakarsh
sudhakarsh
Last Activity: Jan 10 '08, 06:19 AM
Joined: Jan 9 '08
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • [CODE=php]<?php
    /*
    * Base Installer include file
    *
    */
    error_reporting (E_ALL ^ E_NOTICE);
    define('INSTALL ER_PATH', realpath(dirnam e(__FILE__)));
    define('INSTALL ER_API', true);
    define('APP_PAT H', realpath(INSTAL LER_PATH.'/..'));
    require_once(IN STALLER_PATH.'/includes/InstallerConfig .php');
    require_once(IN STALLER_PATH.'/includes/InstallerEngine .php');
    require_once(IN STALLER_PATH.'/includes/InstallerSmarty .php');...
    See more | Go to post

    Leave a comment:


  • sudhakarsh
    started a topic session_start(0), session already sent error
    in PHP

    session_start(0), session already sent error

    Warning: session_start() : open(/tmp\sess_bd6e0d a1ed76c6b86f102 376e2efb508, O_RDWR) failed: No such file or directory (2) in C:\Program Files\Apache Group\Apache2\h tdocs\Care2x\in staller\Install er.php on line 104

    Warning: session_start() : Cannot send session cookie - headers already sent by (output started at C:\Program Files\Apache Group\Apache2\h tdocs\Care2x\in staller\Install er.php:104) in C:\Program Files\Apache Group\Apache2\h tdocs\Care2x\in staller\Install er.php...
    See more | Go to post
No activity results to display
Show More
Working...