I just tried to install the current CVS beside the version of OSC that we have installed to try and determine if the issue we were experiencing has already been fixed before posting about it.
Unfortunately, when I try to log in to the CVS copy, I'm brought back to the login page, and the following message is above the green bar with the dove:
Warning: extract(): First argument should be an array in /var/www/html/cvs/osc/Default.php on line 95
Warning: Cannot modify header information - headers already sent by (output started at /var/www/html/cvs/osc/Default.php:95) in /var/www/html/cvs/osc/Include/Functions.php on line 165
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Did you modify the OSC copy to install in a different database? or the same one?
Come to think of it, the session variables for OSC probably have the same name and do not like running side by side. This is not something I've tried. If you shut down your webserver and restart it, does the copy work then?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I just tried to install the current CVS beside the version of OSC that we have installed to try and determine if the issue we were experiencing has already been fixed before posting about it.
Unfortunately, when I try to log in to the CVS copy, I'm brought back to the login page, and the following message is above the green bar with the dove:
Warning: extract(): First argument should be an array in /var/www/html/cvs/osc/Default.php on line 95
Warning: Cannot modify header information - headers already sent by (output started at /var/www/html/cvs/osc/Default.php:95) in /var/www/html/cvs/osc/Include/Functions.php on line 165
Hi Barry,
Did you modify the OSC copy to install in a different database? or the same one?
Come to think of it, the session variables for OSC probably have the same name and do not like running side by side. This is not something I've tried. If you shut down your webserver and restart it, does the copy work then?
Both copies of OSC were configured to look at the same database.
Honestly, I cannot remember if I had restarted Apache or not.... probably not.
OSC is only ever accessed from the local computer, by a single user.
I'll do a restart of Apache, and let you know how it goes.