Hi,
I did everything as per the README and Installation DOC. I get the following message
Notice: Use of undefined constant SITE_PATH - assumed 'SITE_PATH' in c:\PHP\includes\genieConfiguration.inc.php on line 24
Notice: Use of undefined constant FILE_SEPARATOR - assumed 'FILE_SEPARATOR' in c:\PHP\includes\genieConfiguration.inc.php on line 24
Notice: Use of undefined constant SITE_PATH - assumed 'SITE_PATH' in c:\PHP\includes\genieConfiguration.inc.php on line 25
Notice: Use of undefined constant FILE_SEPARATOR - assumed 'FILE_SEPARATOR' in c:\PHP\includes\genieConfiguration.inc.php on line 25
Notice: Use of undefined constant FILE_SEPARATOR - assumed 'FILE_SEPARATOR' in c:\PHP\includes\genieConfiguration.inc.php on line 30
Notice: Use of undefined constant FILE_SEPARATOR - assumed 'FILE_SEPARATOR' in c:\PHP\includes\genieConfiguration.inc.php on line 30
Notice: Use of undefined constant FILE_SEPARATOR - assumed 'FILE_SEPARATOR' in c:\PHP\includes\genieConfiguration.inc.php on line 32
Notice: Use of undefined constant FILE_SEPARATOR - assumed 'FILE_SEPARATOR' in c:\PHP\includes\genieConfiguration.inc.php on line 33
Warning: include_once(SITE_PATHFILE_SEPARATORappFILE_SEPARATORsettingsFILE_SEPARATORdefinitions.inc.php) [function.include-once]: failed to open stream: No such file or directory in c:\PHP\includes\genieConfiguration.inc.php on line 34
Warning: include_once() [function.include]: Failed opening 'SITE_PATHFILE_SEPARATORappFILE_SEPARATORsettingsFILE_SEPARATORdefinitions.inc.php' for inclusion (include_path='.;c:\php\includes') in c:\PHP\includes\genieConfiguration.inc.php on line 34
Notice: Use of undefined constant HAVE_AUTHENTICATION - assumed 'HAVE_AUTHENTICATION' in c:\Inetpub\wwwroot\phpcg\web\index.php on line 21
Notice: Use of undefined constant INC_LOGIN_PAGE - assumed 'INC_LOGIN_PAGE' in c:\Inetpub\wwwroot\phpcg\web\index.php on line 24
Warning: include_once(INC_LOGIN_PAGE) [function.include-once]: failed to open stream: No such file or directory in c:\Inetpub\wwwroot\phpcg\web\index.php on line 24
Warning: include_once() [function.include]: Failed opening 'INC_LOGIN_PAGE' for inclusion (include_path='.;c:\php\includes') in c:\Inetpub\wwwroot\phpcg\web\index.php on line 24
What am I doing wrong.
thanks
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi there. you're on Windows & it's not finding you're config file in the install path. make a copy of the phpcodegenie3/app/settings/genieConfiguration.inc.php file and paste it into C:\windows\system32 folder and you should be good to go
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi,
I did everything as per the README and Installation DOC. I get the following message
Notice: Use of undefined constant SITE_PATH - assumed 'SITE_PATH' in c:\PHP\includes\genieConfiguration.inc.php on line 24
Notice: Use of undefined constant FILE_SEPARATOR - assumed 'FILE_SEPARATOR' in c:\PHP\includes\genieConfiguration.inc.php on line 24
Notice: Use of undefined constant SITE_PATH - assumed 'SITE_PATH' in c:\PHP\includes\genieConfiguration.inc.php on line 25
Notice: Use of undefined constant FILE_SEPARATOR - assumed 'FILE_SEPARATOR' in c:\PHP\includes\genieConfiguration.inc.php on line 25
Notice: Use of undefined constant FILE_SEPARATOR - assumed 'FILE_SEPARATOR' in c:\PHP\includes\genieConfiguration.inc.php on line 30
Notice: Use of undefined constant FILE_SEPARATOR - assumed 'FILE_SEPARATOR' in c:\PHP\includes\genieConfiguration.inc.php on line 30
Notice: Use of undefined constant FILE_SEPARATOR - assumed 'FILE_SEPARATOR' in c:\PHP\includes\genieConfiguration.inc.php on line 32
Notice: Use of undefined constant FILE_SEPARATOR - assumed 'FILE_SEPARATOR' in c:\PHP\includes\genieConfiguration.inc.php on line 33
Warning: include_once(SITE_PATHFILE_SEPARATORappFILE_SEPARATORsettingsFILE_SEPARATORdefinitions.inc.php) [function.include-once]: failed to open stream: No such file or directory in c:\PHP\includes\genieConfiguration.inc.php on line 34
Warning: include_once() [function.include]: Failed opening 'SITE_PATHFILE_SEPARATORappFILE_SEPARATORsettingsFILE_SEPARATORdefinitions.inc.php' for inclusion (include_path='.;c:\php\includes') in c:\PHP\includes\genieConfiguration.inc.php on line 34
Notice: Use of undefined constant HAVE_AUTHENTICATION - assumed 'HAVE_AUTHENTICATION' in c:\Inetpub\wwwroot\phpcg\web\index.php on line 21
Notice: Use of undefined constant INC_LOGIN_PAGE - assumed 'INC_LOGIN_PAGE' in c:\Inetpub\wwwroot\phpcg\web\index.php on line 24
Warning: include_once(INC_LOGIN_PAGE) [function.include-once]: failed to open stream: No such file or directory in c:\Inetpub\wwwroot\phpcg\web\index.php on line 24
Warning: include_once() [function.include]: Failed opening 'INC_LOGIN_PAGE' for inclusion (include_path='.;c:\php\includes') in c:\Inetpub\wwwroot\phpcg\web\index.php on line 24
What am I doing wrong.
thanks
Hi there. you're on Windows & it's not finding you're config file in the install path. make a copy of the phpcodegenie3/app/settings/genieConfiguration.inc.php file and paste it into C:\windows\system32 folder and you should be good to go
Hi,
Thank you for your help.
I copied it to Windows\System32
then to Inetpub\wwwroot
then to the phpcodegenie\web folder, but nothing works, same message all the time.
What gives? Do I need to make any changes in the PHP.INI file? All other PHP applications are running perfectly.
Thanks