I did a fresh install of 0.7.0.
Installed the latest PHP
Installed the latest MySQL
Created the database
Ran the install
Everything said it was ok but when I clicked on the link for the admin/configure.php it gave me the following errors. It also gave me and error that said "You do not have the permissions required for that function". Any ideas?
Boyd
Warning: Undefined index: REQUEST_URI in c:\inetpub\wwwroot\phpbt-0.7.0\include.php on line 124
Warning: Cannot send session cookie - headers already sent by (output started at c:\inetpub\wwwroot\phpbt-0.7.0\include.php:124) in c:\inetpub\wwwroot\phpbt-0.7.0\include.php on line 215
Warning: Cannot send session cache limiter - headers already sent (output started at c:\inetpub\wwwroot\phpbt-0.7.0\include.php:124) in c:\inetpub\wwwroot\phpbt-0.7.0\include.php on line 215
Warning: Uninitialized string offset: 0 in c:\inetpub\wwwroot\phpbt-0.7.0\inc\auth.php on line 128
Warning: Uninitialized string offset: 0 in c:\inetpub\wwwroot\phpbt-0.7.0\inc\auth.php on line 139
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi, (name: Boyd email: bwold@talweb.net)
I did a fresh install of 0.7.0.
Installed the latest PHP
Installed the latest MySQL
Created the database
Ran the install
Everything said it was ok but when I clicked on the link for the admin/configure.php it gave me the following errors. It also gave me and error that said "You do not have the permissions required for that function". Any ideas?
Boyd
Warning: Undefined index: REQUEST_URI in c:\inetpub\wwwroot\phpbt-0.7.0\include.php on line 124
Warning: Cannot send session cookie - headers already sent by (output started at c:\inetpub\wwwroot\phpbt-0.7.0\include.php:124) in c:\inetpub\wwwroot\phpbt-0.7.0\include.php on line 215
Warning: Cannot send session cache limiter - headers already sent (output started at c:\inetpub\wwwroot\phpbt-0.7.0\include.php:124) in c:\inetpub\wwwroot\phpbt-0.7.0\include.php on line 215
Warning: Uninitialized string offset: 0 in c:\inetpub\wwwroot\phpbt-0.7.0\inc\auth.php on line 128
Warning: Uninitialized string offset: 0 in c:\inetpub\wwwroot\phpbt-0.7.0\inc\auth.php on line 139
I figured it out.
I am running on IIS 5.0. The REQUEST_URI evironment variable is not supported. I changed this to SCRIPT_NAME and all seemed to work.
Boyd
Thanks for the info. I'll tweak this in an upcoming version.