Hi
I've problem with session_start() in genieConfiguration.inc.php.
I get
Fatal error: Call to undefined function session_start() in /usr/lib/php/phpCodeGenie3.0.2/app/settings/genieConfiguration.inc.php on line 2
My configuration:
distro: Gentoo
php ver.5.0.3 instaled in /usr/lib/php (it's my include_path),
postgresql ver.7.4.5
adodb ver.4.55 in /usr/lib/php/adodb
phpCodeGenie ver.3.0.2 in /usr/lib/php/phpCodeGenie3.0.2
I'm renaming /app/common/lib/adodb in phpCodeGenie folder and make symbolic link to adodb ver.4.55 from /usr/lib/php/adodb
I'm change line number 48 in adodb.inc.php to
if (!defined('ADODB_DIR')) define('ADODB_DIR','/usr/lib/php/adodb');
and
define("URL_ADDRESS","http://localhost/phpCodeGenie3.0.2/web/");
define("SITE_PATH","/usr/lib/php/phpCodeGenie3.0.2");
I'm make symbolic link in /usr/lib/php to adodb.inc.php and links in /var/www/localhost/htdocs to adodb and phpCodeGenie3.0.2
I'm chmod /generateCode to 777
If i'm seting comment on "session_start()" in genieConfiguration.inc.php then I'm get form
"Invoke the phpCodeGenie from the LAMP" but "Rub the LAMP to wake up the phpCodeGenie..." give my blank page.
Sorry for my English, thanks
jarek
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi
I've problem with session_start() in genieConfiguration.inc.php.
I get
Fatal error: Call to undefined function session_start() in /usr/lib/php/phpCodeGenie3.0.2/app/settings/genieConfiguration.inc.php on line 2
My configuration:
distro: Gentoo
php ver.5.0.3 instaled in /usr/lib/php (it's my include_path),
postgresql ver.7.4.5
adodb ver.4.55 in /usr/lib/php/adodb
phpCodeGenie ver.3.0.2 in /usr/lib/php/phpCodeGenie3.0.2
I'm renaming /app/common/lib/adodb in phpCodeGenie folder and make symbolic link to adodb ver.4.55 from /usr/lib/php/adodb
I'm change line number 48 in adodb.inc.php to
if (!defined('ADODB_DIR')) define('ADODB_DIR','/usr/lib/php/adodb');
and
define("URL_ADDRESS","http://localhost/phpCodeGenie3.0.2/web/");
define("SITE_PATH","/usr/lib/php/phpCodeGenie3.0.2");
I'm make symbolic link in /usr/lib/php to adodb.inc.php and links in /var/www/localhost/htdocs to adodb and phpCodeGenie3.0.2
I'm chmod /generateCode to 777
If i'm seting comment on "session_start()" in genieConfiguration.inc.php then I'm get form
"Invoke the phpCodeGenie from the LAMP" but "Rub the LAMP to wake up the phpCodeGenie..." give my blank page.
Sorry for my English, thanks
jarek