I had troubles to launch phpCodeGenie
Brought to you by:
nileshd
I had some troubles to launch phpCodeGenie.
the .htacces method didn't work well and I didn't want to install
anything in my php include path.
I decided to use a third way : make phpCodeGenie "standalone"
and usable on any machine, even a web server far away from our
home.
Here is my index.php file, the one which is at the root of the site.
New index.php
Logged In: YES
user_id=1226977
This works. I have errors now for only two lines and I can
now see a form with index.php!
I commented out session_start(); on line two of the config file.
Thank you for this simple fix.
Logged In: NO
I try doing the same thing, but when i type the
http://localhost/phpCodeGenie3.0.2/Web in my browser
address i got an IE blank screen.