Hi,
As well as I was backuping my sql, www etc etc files, I saw that the apache error logs was big.
So I opened it and it has a lot of lines.
I stopped apache, deleted logs and restarted to get a clean log file.
I browsed my osticket ebsite and I checked the apache error log file, where I can see the same error which is :
PHP Warning: ucfirst() expects exactly 1 parameter, 0 given in D:\\www\\dichrotest\\include\\staff\\tickets.inc.php on line 245, referer: http://localhost/dichrotest/scp/index.php
PHP Stack trace:, referer: http://localhost/dichrotest/scp/index.php
PHP 1. {main}() D:\\www\\dichrotest\\scp\\index.php, referer: http://localhost/dichrotest/scp/index.php
PHP 2. require() D:\\www\\dichrotest\\scp\\index.php, referer: http://localhost/dichrotest/scp/index.php
PHP 3. require_once() D:\\www\\dichrotest\\scp\\tickets.php, referer: http://localhost/dichrotest/scp/index.php
PHP 4. ucfirst() D:\\www\\dichrotest\\include\\staff\\tickets.inc.php, referer: http://localhost/dichrotest/scp/index.php
And in the tickets.inc.php file, at line 245, I have :
244. if(!$results_type) {
245. $results_type=($search)?''().'Demandes '.$results_type=($search)?'Search Results'($status);
246. }
I don'ty know at all what to modify to not more have this error ?
Thanks for your great help :)
Couin